1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getEnvgroupAttachment

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-native.apigee/v1.getEnvgroupAttachment

Explore with Pulumi AI

google-native logo

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 an environment group attachment.

    Using getEnvgroupAttachment

    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 getEnvgroupAttachment(args: GetEnvgroupAttachmentArgs, opts?: InvokeOptions): Promise<GetEnvgroupAttachmentResult>
    function getEnvgroupAttachmentOutput(args: GetEnvgroupAttachmentOutputArgs, opts?: InvokeOptions): Output<GetEnvgroupAttachmentResult>
    def get_envgroup_attachment(attachment_id: Optional[str] = None,
                                envgroup_id: Optional[str] = None,
                                organization_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetEnvgroupAttachmentResult
    def get_envgroup_attachment_output(attachment_id: Optional[pulumi.Input[str]] = None,
                                envgroup_id: Optional[pulumi.Input[str]] = None,
                                organization_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetEnvgroupAttachmentResult]
    func LookupEnvgroupAttachment(ctx *Context, args *LookupEnvgroupAttachmentArgs, opts ...InvokeOption) (*LookupEnvgroupAttachmentResult, error)
    func LookupEnvgroupAttachmentOutput(ctx *Context, args *LookupEnvgroupAttachmentOutputArgs, opts ...InvokeOption) LookupEnvgroupAttachmentResultOutput

    > Note: This function is named LookupEnvgroupAttachment in the Go SDK.

    public static class GetEnvgroupAttachment 
    {
        public static Task<GetEnvgroupAttachmentResult> InvokeAsync(GetEnvgroupAttachmentArgs args, InvokeOptions? opts = null)
        public static Output<GetEnvgroupAttachmentResult> Invoke(GetEnvgroupAttachmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnvgroupAttachmentResult> getEnvgroupAttachment(GetEnvgroupAttachmentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:apigee/v1:getEnvgroupAttachment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getEnvgroupAttachment Result

    The following output properties are available:

    CreatedAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    Environment string
    ID of the attached environment.
    EnvironmentGroupId string
    ID of the environment group.
    Name string
    ID of the environment group attachment.
    CreatedAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    Environment string
    ID of the attached environment.
    EnvironmentGroupId string
    ID of the environment group.
    Name string
    ID of the environment group attachment.
    createdAt String
    The time at which the environment group attachment was created as milliseconds since epoch.
    environment String
    ID of the attached environment.
    environmentGroupId String
    ID of the environment group.
    name String
    ID of the environment group attachment.
    createdAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    environment string
    ID of the attached environment.
    environmentGroupId string
    ID of the environment group.
    name string
    ID of the environment group attachment.
    created_at str
    The time at which the environment group attachment was created as milliseconds since epoch.
    environment str
    ID of the attached environment.
    environment_group_id str
    ID of the environment group.
    name str
    ID of the environment group attachment.
    createdAt String
    The time at which the environment group attachment was created as milliseconds since epoch.
    environment String
    ID of the attached environment.
    environmentGroupId String
    ID of the environment group.
    name String
    ID of the environment group attachment.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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