@Stability(value=Stable)
public static interface CfnDeployment.DeploymentConfigurationValidationPolicyProperty
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.*;
DeploymentConfigurationValidationPolicyProperty deploymentConfigurationValidationPolicyProperty = DeploymentConfigurationValidationPolicyProperty.builder()
.timeoutInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.DeploymentConfigurationValidationPolicyProperty.Builder
|
static class |
CfnDeployment.DeploymentConfigurationValidationPolicyProperty.Jsii$Proxy
An implementation for
CfnDeployment.DeploymentConfigurationValidationPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.DeploymentConfigurationValidationPolicyProperty.Builder |
builder() |
default Number |
getTimeoutInSeconds()
`CfnDeployment.DeploymentConfigurationValidationPolicyProperty.TimeoutInSeconds`.
|
@Stability(value=Stable) @Nullable default Number getTimeoutInSeconds()
@Stability(value=Stable) static CfnDeployment.DeploymentConfigurationValidationPolicyProperty.Builder builder()
Copyright © 2022. All rights reserved.