GetAssociationResult

data class GetAssociationResult(val applyOnlyAtCronInterval: Boolean? = null, val associationId: String? = null, val associationName: String? = null, val automationTargetParameterName: String? = null, val calendarNames: List<String>? = null, val complianceSeverity: AssociationComplianceSeverity? = null, val documentVersion: String? = null, val instanceId: String? = null, val maxConcurrency: String? = null, val maxErrors: String? = null, val name: String? = null, val outputLocation: AssociationInstanceAssociationOutputLocation? = null, val parameters: Any? = null, val scheduleExpression: String? = null, val scheduleOffset: Int? = null, val syncCompliance: AssociationSyncCompliance? = null, val targets: List<AssociationTarget>? = null, val waitForSuccessTimeoutSeconds: Int? = null)

Constructors

Link copied to clipboard
fun GetAssociationResult(applyOnlyAtCronInterval: Boolean? = null, associationId: String? = null, associationName: String? = null, automationTargetParameterName: String? = null, calendarNames: List<String>? = null, complianceSeverity: AssociationComplianceSeverity? = null, documentVersion: String? = null, instanceId: String? = null, maxConcurrency: String? = null, maxErrors: String? = null, name: String? = null, outputLocation: AssociationInstanceAssociationOutputLocation? = null, parameters: Any? = null, scheduleExpression: String? = null, scheduleOffset: Int? = null, syncCompliance: AssociationSyncCompliance? = null, targets: List<AssociationTarget>? = null, waitForSuccessTimeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val associationId: String? = null

Unique identifier of the association.

Link copied to clipboard
val associationName: String? = null

The name of the association.

Link copied to clipboard
val calendarNames: List<String>? = null
Link copied to clipboard
val documentVersion: String? = null

The version of the SSM document to associate with the target.

Link copied to clipboard
val instanceId: String? = null

The ID of the instance that the SSM document is associated with.

Link copied to clipboard
val maxConcurrency: String? = null
Link copied to clipboard
val maxErrors: String? = null
Link copied to clipboard
val name: String? = null

The name of the SSM document.

Link copied to clipboard
val parameters: Any? = null

Parameter values that the SSM document uses at runtime.

Link copied to clipboard

A Cron or Rate expression that specifies when the association is applied to the target.

Link copied to clipboard
val scheduleOffset: Int? = null
Link copied to clipboard
Link copied to clipboard

The targets that the SSM document sends commands to.

Link copied to clipboard