Uses of Class
software.amazon.awscdk.services.appconfig.CfnDeployment.Builder
Packages that use CfnDeployment.Builder
-
Uses of CfnDeployment.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return CfnDeployment.BuilderModifier and TypeMethodDescriptionCfnDeployment.Builder.applicationId(String applicationId) The application ID.CfnDeployment.Builder.configurationProfileId(String configurationProfileId) The configuration profile ID.CfnDeployment.Builder.configurationVersion(String configurationVersion) The configuration version to deploy.static CfnDeployment.BuilderCfnDeployment.Builder.deploymentStrategyId(String deploymentStrategyId) The deployment strategy ID.CfnDeployment.Builder.description(String description) A description of the deployment.CfnDeployment.Builder.dynamicExtensionParameters(List<? extends Object> dynamicExtensionParameters) A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENTactions.CfnDeployment.Builder.dynamicExtensionParameters(IResolvable dynamicExtensionParameters) A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENTactions.CfnDeployment.Builder.environmentId(String environmentId) The environment ID.CfnDeployment.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.Metadata to assign to the deployment.