aws-cdk-lib.aws_gamelift.CfnLocationProps

interface CfnLocationProps

LanguageType name
.NETAmazon.CDK.AWS.GameLift.CfnLocationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnLocationProps
Javasoftware.amazon.awscdk.services.gamelift.CfnLocationProps
Pythonaws_cdk.aws_gamelift.CfnLocationProps
TypeScript aws-cdk-lib » aws_gamelift » CfnLocationProps

Properties for defining a CfnLocation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const cfnLocationProps: gamelift.CfnLocationProps = {
  locationName: 'locationName',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
locationNamestringThe location's name.
tags?CfnTag[]AWS::GameLift::Location.Tags.

locationName

Type: string

The location's name.


tags?

Type: CfnTag[] (optional)

AWS::GameLift::Location.Tags.