Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a shared flow by name, including a list of its revisions.
Using getSharedflow
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSharedflow(args: GetSharedflowArgs, opts?: InvokeOptions): Promise<GetSharedflowResult>
function getSharedflowOutput(args: GetSharedflowOutputArgs, opts?: InvokeOptions): Output<GetSharedflowResult>def get_sharedflow(organization_id: Optional[str] = None,
sharedflow_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSharedflowResult
def get_sharedflow_output(organization_id: Optional[pulumi.Input[str]] = None,
sharedflow_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSharedflowResult]func LookupSharedflow(ctx *Context, args *LookupSharedflowArgs, opts ...InvokeOption) (*LookupSharedflowResult, error)
func LookupSharedflowOutput(ctx *Context, args *LookupSharedflowOutputArgs, opts ...InvokeOption) LookupSharedflowResultOutput> Note: This function is named LookupSharedflow in the Go SDK.
public static class GetSharedflow
{
public static Task<GetSharedflowResult> InvokeAsync(GetSharedflowArgs args, InvokeOptions? opts = null)
public static Output<GetSharedflowResult> Invoke(GetSharedflowInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSharedflowResult> getSharedflow(GetSharedflowArgs args, InvokeOptions options)
public static Output<GetSharedflowResult> getSharedflow(GetSharedflowArgs args, InvokeOptions options)
fn::invoke:
function: google-native:apigee/v1:getSharedflow
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Id string - string
- Organization
Id string - string
- organization
Id String - String
- organization
Id string - string
- organization_
id str - str
- organization
Id String - String
getSharedflow Result
The following output properties are available:
- Latest
Revision stringId - The id of the most recently created revision for this shared flow.
- Meta
Data Pulumi.Google Native. Apigee. V1. Outputs. Google Cloud Apigee V1Entity Metadata Response - Metadata describing the shared flow.
- Name string
- The ID of the shared flow.
- Revision List<string>
- A list of revisions of this shared flow.
- Latest
Revision stringId - The id of the most recently created revision for this shared flow.
- Meta
Data GoogleCloud Apigee V1Entity Metadata Response - Metadata describing the shared flow.
- Name string
- The ID of the shared flow.
- Revision []string
- A list of revisions of this shared flow.
- latest
Revision StringId - The id of the most recently created revision for this shared flow.
- meta
Data GoogleCloud Apigee V1Entity Metadata Response - Metadata describing the shared flow.
- name String
- The ID of the shared flow.
- revision List<String>
- A list of revisions of this shared flow.
- latest
Revision stringId - The id of the most recently created revision for this shared flow.
- meta
Data GoogleCloud Apigee V1Entity Metadata Response - Metadata describing the shared flow.
- name string
- The ID of the shared flow.
- revision string[]
- A list of revisions of this shared flow.
- latest_
revision_ strid - The id of the most recently created revision for this shared flow.
- meta_
data GoogleCloud Apigee V1Entity Metadata Response - Metadata describing the shared flow.
- name str
- The ID of the shared flow.
- revision Sequence[str]
- A list of revisions of this shared flow.
- latest
Revision StringId - The id of the most recently created revision for this shared flow.
- meta
Data Property Map - Metadata describing the shared flow.
- name String
- The ID of the shared flow.
- revision List<String>
- A list of revisions of this shared flow.
Supporting Types
GoogleCloudApigeeV1EntityMetadataResponse
- Created
At string - Time at which the API proxy was created, in milliseconds since epoch.
- Last
Modified stringAt - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- Sub
Type string - The type of entity described
- Created
At string - Time at which the API proxy was created, in milliseconds since epoch.
- Last
Modified stringAt - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- Sub
Type string - The type of entity described
- created
At String - Time at which the API proxy was created, in milliseconds since epoch.
- last
Modified StringAt - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- sub
Type String - The type of entity described
- created
At string - Time at which the API proxy was created, in milliseconds since epoch.
- last
Modified stringAt - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- sub
Type string - The type of entity described
- created_
at str - Time at which the API proxy was created, in milliseconds since epoch.
- last_
modified_ strat - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- sub_
type str - The type of entity described
- created
At String - Time at which the API proxy was created, in milliseconds since epoch.
- last
Modified StringAt - Time at which the API proxy was most recently modified, in milliseconds since epoch.
- sub
Type String - The type of entity described
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
