@Stability(value=Stable)
public static interface CfnDeployment.DeploymentPoliciesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrassv2.*;
DeploymentPoliciesProperty deploymentPoliciesProperty = DeploymentPoliciesProperty.builder()
.componentUpdatePolicy(DeploymentComponentUpdatePolicyProperty.builder()
.action("action")
.timeoutInSeconds(123)
.build())
.configurationValidationPolicy(DeploymentConfigurationValidationPolicyProperty.builder()
.timeoutInSeconds(123)
.build())
.failureHandlingPolicy("failureHandlingPolicy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.DeploymentPoliciesProperty.Builder
A builder for
CfnDeployment.DeploymentPoliciesProperty |
static class |
CfnDeployment.DeploymentPoliciesProperty.Jsii$Proxy
An implementation for
CfnDeployment.DeploymentPoliciesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.DeploymentPoliciesProperty.Builder |
builder() |
default Object |
getComponentUpdatePolicy()
`CfnDeployment.DeploymentPoliciesProperty.ComponentUpdatePolicy`.
|
default Object |
getConfigurationValidationPolicy()
`CfnDeployment.DeploymentPoliciesProperty.ConfigurationValidationPolicy`.
|
default String |
getFailureHandlingPolicy()
`CfnDeployment.DeploymentPoliciesProperty.FailureHandlingPolicy`.
|
@Stability(value=Stable) @Nullable default Object getComponentUpdatePolicy()
@Stability(value=Stable) @Nullable default Object getConfigurationValidationPolicy()
@Stability(value=Stable) @Nullable default String getFailureHandlingPolicy()
@Stability(value=Stable) static CfnDeployment.DeploymentPoliciesProperty.Builder builder()
Copyright © 2022. All rights reserved.