Show / Hide Table of Contents

Interface IContainerGroupDefinitionReference

A reference to a ContainerGroupDefinition resource.

Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IContainerGroupDefinitionReference
Syntax (vb)
Public Interface IContainerGroupDefinitionReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.GameLift;

            var containerGroupDefinitionReference = new ContainerGroupDefinitionReference {
                ContainerGroupDefinitionArn = "containerGroupDefinitionArn",
                ContainerGroupDefinitionName = "containerGroupDefinitionName"
            };

Synopsis

Properties

ContainerGroupDefinitionArn

The ARN of the ContainerGroupDefinition resource.

ContainerGroupDefinitionName

The Name of the ContainerGroupDefinition resource.

Properties

ContainerGroupDefinitionArn

The ARN of the ContainerGroupDefinition resource.

string ContainerGroupDefinitionArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ContainerGroupDefinitionName

The Name of the ContainerGroupDefinition resource.

string ContainerGroupDefinitionName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX