Packages

case class AWS::SSM::Document(name: String, Content: DocumentContent, DocumentType: Option[DocumentType], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::SSM::Document] with Product with Serializable

The AWS::SSM::Document resource creates an Amazon EC2 Systems Manager (SSM) document that describes an instance configuration, which you can use to set up and run commands on your instances.

name

CloudFormation logical name

Content

A JSON object that describes an instance configuration. For more information, see Creating SSM Documents in the Amazon EC2 User Guide for Linux Instances. Note: The Content property is a non-stringified property. For more information about automation actions, see Systems Manager Automation Actions in the Amazon EC2 Systems Manager User Guide.

DocumentType

The type of document to create that relates to the purpose of your document, such as running commands, bootstrapping software, or automating tasks. For valid values, see the CreateDocument action in the Amazon EC2 Systems Manager API Reference.

Condition

Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

DependsOn

Declare dependencies for resources that must be created or deleted in a specific order.

Linear Supertypes
Serializable, Serializable, Product, Equals, Resource[AWS::SSM::Document], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::SSM::Document
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWS::SSM::Document(name: String, Content: DocumentContent, DocumentType: Option[DocumentType], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)

    name

    CloudFormation logical name

    Content

    A JSON object that describes an instance configuration. For more information, see Creating SSM Documents in the Amazon EC2 User Guide for Linux Instances. Note: The Content property is a non-stringified property. For more information about automation actions, see Systems Manager Automation Actions in the Amazon EC2 Systems Manager User Guide.

    DocumentType

    The type of document to create that relates to the purpose of your document, such as running commands, bootstrapping software, or automating tasks. For valid values, see the CreateDocument action in the Amazon EC2 Systems Manager API Reference.

    Condition

    Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

    DependsOn

    Declare dependencies for resources that must be created or deleted in a specific order.

Type Members

  1. type RR = Resource[AWS::SSM::Document]
    Definition Classes
    Resource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Condition: Option[ConditionRef]
    Definition Classes
    AWS::SSM::DocumentResource
  5. val Content: DocumentContent
  6. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  7. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::SSM::DocumentResource
  8. val DocumentType: Option[DocumentType]
  9. val ResourceType: String
    Definition Classes
    Resource
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val name: String
    Definition Classes
    AWS::SSM::DocumentResource
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. def when(newCondition: Option[ConditionRef] = Condition): AWS::SSM::Document
    Definition Classes
    AWS::SSM::DocumentResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Resource[AWS::SSM::Document]

Inherited from AnyRef

Inherited from Any

Ungrouped