@Stability(value=Stable)
public static interface CfnDocument.DocumentRequiresProperty
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.ssm.*;
DocumentRequiresProperty documentRequiresProperty = DocumentRequiresProperty.builder()
.name("name")
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDocument.DocumentRequiresProperty.Builder
A builder for
CfnDocument.DocumentRequiresProperty |
static class |
CfnDocument.DocumentRequiresProperty.Jsii$Proxy
An implementation for
CfnDocument.DocumentRequiresProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDocument.DocumentRequiresProperty.Builder |
builder() |
default String |
getName()
`CfnDocument.DocumentRequiresProperty.Name`.
|
default String |
getVersion()
`CfnDocument.DocumentRequiresProperty.Version`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnDocument.DocumentRequiresProperty.Builder builder()
Copyright © 2021. All rights reserved.