@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.605Z") @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()
`AWS::GameLift::Alias.Description`.
|
String |
getName()
`AWS::GameLift::Alias.Name`.
|
Object |
getRoutingStrategy()
`AWS::GameLift::Alias.RoutingStrategy`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getRoutingStrategy()
@Stability(value=Stable) static CfnAliasProps.Builder builder()
CfnAliasProps.Builder of CfnAliasPropsCopyright © 2021. All rights reserved.