Package com.pulumi.aws.ssm.outputs
Class DocumentAttachmentsSource
- java.lang.Object
-
- com.pulumi.aws.ssm.outputs.DocumentAttachmentsSource
-
public final class DocumentAttachmentsSource extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DocumentAttachmentsSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentAttachmentsSource.Builder
builder()
static DocumentAttachmentsSource.Builder
builder(DocumentAttachmentsSource defaults)
java.lang.String
key()
java.util.Optional<java.lang.String>
name()
java.util.List<java.lang.String>
values()
-
-
-
Method Detail
-
key
public java.lang.String key()
- Returns:
- The key of a key-value pair that identifies the location of an attachment to the document. Valid values: `SourceUrl`, `S3FileUrl`, `AttachmentReference`.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The name of the document attachment file.
-
values
public java.util.List<java.lang.String> values()
- Returns:
- The value of a key-value pair that identifies the location of an attachment to the document. The argument format is a list of a single string that depends on the type of key you specify - see the [API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_AttachmentsSource.html) for details.
-
builder
public static DocumentAttachmentsSource.Builder builder()
-
builder
public static DocumentAttachmentsSource.Builder builder(DocumentAttachmentsSource defaults)
-
-