Class CfnLocationProps
Properties for defining a CfnLocation
.
Inheritance
System.Object
CfnLocationProps
Implements
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLocationProps : Object, ICfnLocationProps
Syntax (vb)
Public Class CfnLocationProps
Inherits Object
Implements 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
Constructors
CfnLocationProps() |
Properties
LocationName | A descriptive name for the custom location. |
Tags | A list of labels to assign to the new resource. |
Constructors
CfnLocationProps()
public CfnLocationProps()
Properties
LocationName
A descriptive name for the custom location.
public string LocationName { get; set; }
Property Value
System.String
Remarks
Tags
A list of labels to assign to the new resource.
public ICfnTag[] Tags { get; set; }
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 .