Show / Hide Table of Contents

Class DocumentAttachmentsSourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DocumentAttachmentsSourceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentAttachmentsSourceArgs : ResourceArgs

Constructors

View Source

DocumentAttachmentsSourceArgs()

Declaration
public DocumentAttachmentsSourceArgs()

Properties

View Source

Key

The key describing the location of an attachment to a document. Valid key types include: SourceUrl and S3FileUrl

Declaration
public Input<string> Key { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the document attachment file

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Values

The value describing the location of an attachment to a document

Declaration
public InputList<string> Values { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.