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 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)
public static Output<GetEnvgroupAttachmentResult> getEnvgroupAttachment(GetEnvgroupAttachmentArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:apigee/v1:getEnvgroupAttachment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AttachmentId string
- EnvgroupId string
- OrganizationId string
- AttachmentId string
- EnvgroupId string
- OrganizationId string
- attachmentId String
- envgroupId String
- organizationId String
- attachmentId string
- envgroupId string
- organizationId string
- attachment_id str
- envgroup_id str
- organization_id str
- attachmentId String
- envgroupId String
- organizationId String
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.
- EnvironmentGroup stringId 
- 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.
- EnvironmentGroup stringId 
- 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.
- environmentGroup StringId 
- 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.
- environmentGroup stringId 
- 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_ strid 
- 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.
- environmentGroup StringId 
- 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 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