@Stability(value=Stable) @Internal public static final class CfnDocument.AttachmentsSourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDocument.AttachmentsSourceProperty
CfnDocument.AttachmentsSourcePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDocument.AttachmentsSourceProperty.Builder, CfnDocument.AttachmentsSourceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDocument.AttachmentsSourceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDocument.AttachmentsSourceProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKey()
The key of a key-value pair that identifies the location of an attachment to a document.
|
String |
getName()
The name of the document attachment file.
|
List<String> |
getValues()
The value of a key-value pair that identifies the location of an attachment to a document.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDocument.AttachmentsSourceProperty.Builder builder)
CfnDocument.AttachmentsSourceProperty.Builder.public final String getKey()
CfnDocument.AttachmentsSourcePropertygetKey in interface CfnDocument.AttachmentsSourcePropertypublic final String getName()
CfnDocument.AttachmentsSourcePropertygetName in interface CfnDocument.AttachmentsSourcePropertypublic final List<String> getValues()
CfnDocument.AttachmentsSourcePropertyThe format for Value depends on the type of key you specify.
"Values": [ "s3://doc-example-bucket/my-folder" ]
"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
"Values": [ "MyOtherDocument/3/my-other-file.py" ]
However, if the SSM document is shared with you from another account, the full SSM document ARN must be specified instead of the document name only. For example:
"Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py" ]
getValues in interface CfnDocument.AttachmentsSourceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.