Interface CfnLocationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:59.631Z")
@Stability(Stable)
public interface CfnLocationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnLocationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.gamelift.*;
CfnLocationMixinProps cfnLocationMixinProps = CfnLocationMixinProps.builder()
.locationName("locationName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocationMixinPropsstatic final classAn implementation forCfnLocationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLocationName
A descriptive name for the custom location.- See Also:
-
getTags
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 .
- See Also:
-
builder
- Returns:
- a
CfnLocationMixinProps.BuilderofCfnLocationMixinProps
-