| Modifier and Type | Method and Description |
|---|---|
CfnService.Builder |
CfnService.Builder.applicationIdentifier(String applicationIdentifier)
The unique identifier of the application.
|
static CfnService.Builder |
CfnService.Builder.create(Construct scope,
String id) |
CfnService.Builder |
CfnService.Builder.description(String description)
A description of the service.
|
CfnService.Builder |
CfnService.Builder.endpointType(String endpointType)
The endpoint type of the service.
|
CfnService.Builder |
CfnService.Builder.environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnService.Builder |
CfnService.Builder.lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint)
A summary of the configuration for the AWS Lambda endpoint type.
|
CfnService.Builder |
CfnService.Builder.lambdaEndpoint(IResolvable lambdaEndpoint)
A summary of the configuration for the AWS Lambda endpoint type.
|
CfnService.Builder |
CfnService.Builder.name(String name)
The name of the service.
|
CfnService.Builder |
CfnService.Builder.tags(List<? extends CfnTag> tags)
The tags assigned to the service.
|
CfnService.Builder |
CfnService.Builder.urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
CfnService.Builder |
CfnService.Builder.urlEndpoint(IResolvable urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
CfnService.Builder |
CfnService.Builder.vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
Copyright © 2023. All rights reserved.