@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.844Z")
public interface CfnRouteProps
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 .defaultRoute(DefaultRouteInputProperty.builder() .activationState("activationState") .build()) .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() |
java.lang.String |
getApplicationIdentifier()
The unique identifier of the application.
|
default java.lang.Object |
getDefaultRoute()
Configuration for the default route type.
|
java.lang.String |
getEnvironmentIdentifier()
The unique identifier of the environment.
|
default java.lang.String |
getRouteType()
The route type of the route.
|
java.lang.String |
getServiceIdentifier()
The unique identifier of the service.
|
default java.util.List<CfnTag> |
getTags()
The tags assigned to the route.
|
default java.lang.Object |
getUriPathRoute()
The configuration for the URI path route type.
|
java.lang.String getApplicationIdentifier()
java.lang.String getEnvironmentIdentifier()
java.lang.String getServiceIdentifier()
default java.lang.Object getDefaultRoute()
default java.lang.String getRouteType()
default java.util.List<CfnTag> getTags()
default java.lang.Object getUriPathRoute()
static CfnRouteProps.Builder builder()
CfnRouteProps.Builder
of CfnRouteProps