interface CfnLocationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GameLift.CfnLocationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnLocationProps |
Java | software.amazon.awscdk.services.gamelift.CfnLocationProps |
Python | aws_cdk.aws_gamelift.CfnLocationProps |
TypeScript | aws-cdk-lib » aws_gamelift » CfnLocationProps |
Properties for defining a CfnLocation
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html
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
Name | Type | Description |
---|---|---|
location | string | A descriptive name for the custom location. |
tags? | Cfn [] | A list of labels to assign to the new resource. |
locationName
Type:
string
A descriptive name for the custom location.
tags?
Type:
Cfn
[]
(optional)
A list of labels to assign to the new resource.
Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see Tagging AWS Resources in the AWS General Rareference .