@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:49.840Z") @Stability(value=Stable) public interface CfnApplicationProps 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.*;
CfnApplicationProps cfnApplicationProps = CfnApplicationProps.builder()
.apiGatewayProxy(ApiGatewayProxyInputProperty.builder()
.endpointType("endpointType")
.stageName("stageName")
.build())
.environmentIdentifier("environmentIdentifier")
.name("name")
.proxyType("proxyType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcId("vpcId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationProps.Builder
A builder for
CfnApplicationProps |
static class |
CfnApplicationProps.Jsii$Proxy
An implementation for
CfnApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationProps.Builder |
builder() |
default Object |
getApiGatewayProxy()
The endpoint URL of the Amazon API Gateway proxy.
|
default String |
getEnvironmentIdentifier()
The unique identifier of the environment.
|
default String |
getName()
The name of the application.
|
default String |
getProxyType()
The proxy type of the proxy created within the application.
|
default List<CfnTag> |
getTags()
The tags assigned to the application.
|
default String |
getVpcId()
The ID of the virtual private cloud (VPC).
|
@Stability(value=Stable) @Nullable default Object getApiGatewayProxy()
@Stability(value=Stable) @Nullable default String getEnvironmentIdentifier()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getProxyType()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder of CfnApplicationPropsCopyright © 2023. All rights reserved.