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