| Modifier and Type | Method and Description |
|---|---|
CfnAlias |
build() |
static CfnAlias.Builder |
create(Construct scope,
String id) |
CfnAlias.Builder |
description(String description)
A human-readable description of the alias.
|
CfnAlias.Builder |
name(String name)
A descriptive label that is associated with an alias.
|
CfnAlias.Builder |
routingStrategy(CfnAlias.RoutingStrategyProperty routingStrategy)
A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.
|
CfnAlias.Builder |
routingStrategy(IResolvable routingStrategy)
A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.
|
@Stability(value=Stable) public static CfnAlias.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAlias.RoutingStrategyProperty.Builder.@Stability(value=Stable) public CfnAlias.Builder name(String name)
Alias names do not need to be unique.
name - A descriptive label that is associated with an alias. This parameter is required.this@Stability(value=Stable) public CfnAlias.Builder routingStrategy(CfnAlias.RoutingStrategyProperty routingStrategy)
routingStrategy - A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message. This parameter is required.this@Stability(value=Stable) public CfnAlias.Builder routingStrategy(IResolvable routingStrategy)
routingStrategy - A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message. This parameter is required.this@Stability(value=Stable) public CfnAlias.Builder description(String description)
description - A human-readable description of the alias. This parameter is required.thisCopyright © 2022. All rights reserved.