@Stability(value=Stable)
public static interface CfnAssociation.TargetProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssociation.TargetProperty.Builder
A builder for
CfnAssociation.TargetProperty |
static class |
CfnAssociation.TargetProperty.Jsii$Proxy
An implementation for
CfnAssociation.TargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssociation.TargetProperty.Builder |
builder() |
String |
getKey()
`CfnAssociation.TargetProperty.Key`.
|
List<String> |
getValues()
`CfnAssociation.TargetProperty.Values`.
|
@Stability(value=Stable) @NotNull String getKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-key@Stability(value=Stable) @NotNull List<String> getValues()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-values@Stability(value=Stable) static CfnAssociation.TargetProperty.Builder builder()
Copyright © 2020. All rights reserved.