InstanceSsmAssociation

data class InstanceSsmAssociation(val associationParameters: List<InstanceAssociationParameter>? = null, val documentName: String)

Constructors

Link copied to clipboard
constructor(associationParameters: List<InstanceAssociationParameter>? = null, documentName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The input parameter values to use with the associated SSM document.

Link copied to clipboard

The name of an SSM document to associate with the instance.