AWS::GameLift::LocationThe AWS::GameLift::Location resource creates a custom location for use in an Anywhere fleet.
import { CfnLocation } from 'aws-cdk-lib/aws-gamelift';Or use the module namespace:
import * as gamelift from 'aws-cdk-lib/aws-gamelift';
// gamelift.CfnLocationConfiguration passed to the constructor as CfnLocationProps.
locationNameRequiredstringA descriptive name for the custom location.
tagsOptionalCfnTag[]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](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) in the *AWS General Rareference* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-gameliftAWS::GameLift::Location