1. Packages
  2. AWS Native
  3. API Docs
  4. gamelift
  5. getContainerGroupDefinition

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.gamelift.getContainerGroupDefinition

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    The AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition.

    Using getContainerGroupDefinition

    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 getContainerGroupDefinition(args: GetContainerGroupDefinitionArgs, opts?: InvokeOptions): Promise<GetContainerGroupDefinitionResult>
    function getContainerGroupDefinitionOutput(args: GetContainerGroupDefinitionOutputArgs, opts?: InvokeOptions): Output<GetContainerGroupDefinitionResult>
    def get_container_group_definition(name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetContainerGroupDefinitionResult
    def get_container_group_definition_output(name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetContainerGroupDefinitionResult]
    func LookupContainerGroupDefinition(ctx *Context, args *LookupContainerGroupDefinitionArgs, opts ...InvokeOption) (*LookupContainerGroupDefinitionResult, error)
    func LookupContainerGroupDefinitionOutput(ctx *Context, args *LookupContainerGroupDefinitionOutputArgs, opts ...InvokeOption) LookupContainerGroupDefinitionResultOutput

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

    public static class GetContainerGroupDefinition 
    {
        public static Task<GetContainerGroupDefinitionResult> InvokeAsync(GetContainerGroupDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetContainerGroupDefinitionResult> Invoke(GetContainerGroupDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContainerGroupDefinitionResult> getContainerGroupDefinition(GetContainerGroupDefinitionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:gamelift:getContainerGroupDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    A descriptive label for the container group definition.
    Name string
    A descriptive label for the container group definition.
    name String
    A descriptive label for the container group definition.
    name string
    A descriptive label for the container group definition.
    name str
    A descriptive label for the container group definition.
    name String
    A descriptive label for the container group definition.

    getContainerGroupDefinition Result

    The following output properties are available:

    ContainerGroupDefinitionArn string
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    CreationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    ContainerGroupDefinitionArn string
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    CreationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    Tags Tag
    An array of key-value pairs to apply to this resource.
    containerGroupDefinitionArn String
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    creationTime String
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    containerGroupDefinitionArn string
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    creationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    container_group_definition_arn str
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    creation_time str
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    containerGroupDefinitionArn String
    The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
    creationTime String
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi