@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.929Z") @Stability(value=Stable) public interface CfnRouteProps 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.refactorspaces.*;
CfnRouteProps cfnRouteProps = CfnRouteProps.builder()
.applicationIdentifier("applicationIdentifier")
.environmentIdentifier("environmentIdentifier")
.serviceIdentifier("serviceIdentifier")
// the properties below are optional
.routeType("routeType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.uriPathRoute(UriPathRouteInputProperty.builder()
.activationState("activationState")
// the properties below are optional
.includeChildPaths(false)
.methods(List.of("methods"))
.sourcePath("sourcePath")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteProps.Builder
A builder for
CfnRouteProps |
static class |
CfnRouteProps.Jsii$Proxy
An implementation for
CfnRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteProps.Builder |
builder() |
String |
getApplicationIdentifier()
`AWS::RefactorSpaces::Route.ApplicationIdentifier`.
|
String |
getEnvironmentIdentifier()
`AWS::RefactorSpaces::Route.EnvironmentIdentifier`.
|
default String |
getRouteType()
`AWS::RefactorSpaces::Route.RouteType`.
|
String |
getServiceIdentifier()
`AWS::RefactorSpaces::Route.ServiceIdentifier`.
|
default List<CfnTag> |
getTags()
`AWS::RefactorSpaces::Route.Tags`.
|
default Object |
getUriPathRoute()
`AWS::RefactorSpaces::Route.UriPathRoute`.
|
@Stability(value=Stable) @NotNull String getApplicationIdentifier()
@Stability(value=Stable) @NotNull String getEnvironmentIdentifier()
@Stability(value=Stable) @Nullable default String getRouteType()
@Stability(value=Stable) @NotNull String getServiceIdentifier()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getUriPathRoute()
@Stability(value=Stable) static CfnRouteProps.Builder builder()
CfnRouteProps.Builder of CfnRoutePropsCopyright © 2021. All rights reserved.