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)
// 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:
- Attachment
Id string - Envgroup
Id string - Organization
Id string
- Attachment
Id string - Envgroup
Id string - Organization
Id string
- attachment
Id String - envgroup
Id String - organization
Id String
- attachment
Id string - envgroup
Id string - organization
Id string
- attachment_
id str - envgroup_
id str - organization_
id str
- attachment
Id String - envgroup
Id String - organization
Id String
getEnvgroupAttachment Result
The following output properties are available:
- Created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- Environment string
- ID of the attached environment.
- Environment
Group stringId - ID of the environment group.
- Name string
- ID of the environment group attachment.
- Created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- Environment string
- ID of the attached environment.
- Environment
Group stringId - ID of the environment group.
- Name string
- ID of the environment group attachment.
- created
At String - The time at which the environment group attachment was created as milliseconds since epoch.
- environment String
- ID of the attached environment.
- environment
Group StringId - ID of the environment group.
- name String
- ID of the environment group attachment.
- created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- environment string
- ID of the attached environment.
- environment
Group 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.
- created
At String - The time at which the environment group attachment was created as milliseconds since epoch.
- environment String
- ID of the attached environment.
- environment
Group 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