@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.461Z") @Stability(value=Stable) public interface CfnAliasProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
CfnAliasProps cfnAliasProps = CfnAliasProps.builder()
.name("name")
.routingStrategy(RoutingStrategyProperty.builder()
.type("type")
// the properties below are optional
.fleetId("fleetId")
.message("message")
.build())
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAliasProps.Builder
A builder for
CfnAliasProps |
static class |
CfnAliasProps.Jsii$Proxy
An implementation for
CfnAliasProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAliasProps.Builder |
builder() |
default String |
getDescription()
A human-readable description of the alias.
|
String |
getName()
A descriptive label that is associated with an alias.
|
Object |
getRoutingStrategy()
The routing configuration, including routing type and fleet target, for the alias.
|
@Stability(value=Stable) @NotNull String getName()
Alias names do not need to be unique.
@Stability(value=Stable) @NotNull Object getRoutingStrategy()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnAliasProps.Builder builder()
CfnAliasProps.Builder of CfnAliasPropsCopyright © 2022. All rights reserved.