Interface ICfnLocationProps
Properties for defining a CfnLocation.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLocationProps
Syntax (vb)
Public Interface ICfnLocationProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html
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 cfnLocationProps = new CfnLocationProps {
LocationName = "locationName",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| LocationName | A descriptive name for the custom location. |
| Tags | A list of labels to assign to the new resource. |
Properties
LocationName
A descriptive name for the custom location.
string LocationName { get; }
Property Value
Remarks
Tags
A list of labels to assign to the new resource.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
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 .