| Package | Description |
|---|---|
| software.amazon.awscdk.services.appconfig |
AWS::AppConfig Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.Builder |
CfnDeployment.Builder.applicationId(String applicationId)
The application ID.
|
CfnDeployment.Builder |
CfnDeployment.Builder.configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
CfnDeployment.Builder |
CfnDeployment.Builder.configurationVersion(String configurationVersion)
The configuration version to deploy.
|
static CfnDeployment.Builder |
CfnDeployment.Builder.create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
CfnDeployment.Builder.deploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
CfnDeployment.Builder |
CfnDeployment.Builder.description(String description)
A description of the deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.environmentId(String environmentId)
The environment ID.
|
CfnDeployment.Builder |
CfnDeployment.Builder.tags(List<? extends CfnDeployment.TagsProperty> tags)
Metadata to assign to the deployment.
|
Copyright © 2022. All rights reserved.