Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDeploymentPropsMixin.Builder
Packages that use CfnDeploymentPropsMixin.Builder
-
Uses of CfnDeploymentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnDeploymentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDeploymentPropsMixin.Builder.create()CfnDeploymentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDeploymentPropsMixin.Builder.deploymentCanarySettings(CfnDeploymentPropsMixin.DeploymentCanarySettingsProperty deploymentCanarySettings) The input configuration for a canary deployment.CfnDeploymentPropsMixin.Builder.deploymentCanarySettings(IResolvable deploymentCanarySettings) The input configuration for a canary deployment.CfnDeploymentPropsMixin.Builder.description(String description) The description for the Deployment resource to create.The string identifier of the associated RestApi.CfnDeploymentPropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.CfnDeploymentPropsMixin.Builder.stageDescription(CfnDeploymentPropsMixin.StageDescriptionProperty stageDescription) The description of the Stage resource for the Deployment resource to create.CfnDeploymentPropsMixin.Builder.stageDescription(IResolvable stageDescription) The description of the Stage resource for the Deployment resource to create.The name of the Stage resource for the Deployment resource to create.