Class DocumentAttachmentsSource


  • public final class DocumentAttachmentsSource
    extends java.lang.Object
    • 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.