@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:09.311Z") @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()
A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.
|
@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.