Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnDeploymentPropsMixin.Builder
Packages that use CfnDeploymentPropsMixin.Builder
-
Uses of CfnDeploymentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appconfig
Methods in software.amazon.awscdk.cfnpropertymixins.services.appconfig that return CfnDeploymentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDeploymentPropsMixin.Builder.applicationId(String applicationId) The application ID.CfnDeploymentPropsMixin.Builder.configurationProfileId(String configurationProfileId) The configuration profile ID.CfnDeploymentPropsMixin.Builder.configurationVersion(String configurationVersion) The configuration version to deploy.CfnDeploymentPropsMixin.Builder.create()CfnDeploymentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDeploymentPropsMixin.Builder.deploymentStrategyId(String deploymentStrategyId) The deployment strategy ID.CfnDeploymentPropsMixin.Builder.description(String description) A description of the deployment.CfnDeploymentPropsMixin.Builder.dynamicExtensionParameters(List<? extends Object> dynamicExtensionParameters) A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENTactions.CfnDeploymentPropsMixin.Builder.dynamicExtensionParameters(IResolvable dynamicExtensionParameters) A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENTactions.CfnDeploymentPropsMixin.Builder.environmentId(String environmentId) The environment ID.CfnDeploymentPropsMixin.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.