@Stability(value=Stable)
public static interface CfnDocument.DocumentRequiresProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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()
The name of the required SSM document.
|
default String |
getVersion()
The document version required by the current document.
|
@Stability(value=Stable) @Nullable default String getName()
The name can be an Amazon Resource Name (ARN).
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnDocument.DocumentRequiresProperty.Builder builder()
Copyright © 2023. All rights reserved.