| Package | Description |
|---|---|
| software.amazon.awscdk.services.refactorspaces |
AWS::RefactorSpaces Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
CfnApplication.Builder.apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
CfnApplication.Builder |
CfnApplication.Builder.apiGatewayProxy(IResolvable apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
static CfnApplication.Builder |
CfnApplication.Builder.create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
CfnApplication.Builder.environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnApplication.Builder |
CfnApplication.Builder.name(String name)
The name of the application.
|
CfnApplication.Builder |
CfnApplication.Builder.proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CfnApplication.Builder |
CfnApplication.Builder.tags(List<? extends CfnTag> tags)
The tags assigned to the application.
|
CfnApplication.Builder |
CfnApplication.Builder.vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
Copyright © 2022. All rights reserved.