class Aws::GameLift::Types::CreateAliasInput
Represents the input for a request operation.
@note When making an API call, you may pass CreateAliasInput
data as a hash: { name: "NonBlankAndLengthConstraintString", # required description: "NonZeroAndMaxString", routing_strategy: { # required type: "SIMPLE", # accepts SIMPLE, TERMINAL fleet_id: "FleetId", message: "FreeText", }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] name
A descriptive label that is associated with an alias. Alias names do not need to be unique. @return [String]
@!attribute [rw] description
A human-readable description of the alias. @return [String]
@!attribute [rw] routing_strategy
The routing configuration, including routing type and fleet target, for the alias. @return [Types::RoutingStrategy]
@!attribute [rw] tags
A list of labels to assign to the new alias 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][1] in the *AWS General Reference*. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits. [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateAliasInput AWS API Documentation
Constants
- SENSITIVE