Association Args
data class AssociationArgs(val applyOnlyAtCronInterval: Output<Boolean>? = null, val associationName: Output<String>? = null, val automationTargetParameterName: Output<String>? = null, val calendarNames: Output<List<String>>? = null, val complianceSeverity: Output<AssociationComplianceSeverity>? = null, val documentVersion: Output<String>? = null, val instanceId: Output<String>? = null, val maxConcurrency: Output<String>? = null, val maxErrors: Output<String>? = null, val name: Output<String>? = null, val outputLocation: Output<AssociationInstanceAssociationOutputLocationArgs>? = null, val parameters: Output<Any>? = null, val scheduleExpression: Output<String>? = null, val scheduleOffset: Output<Int>? = null, val syncCompliance: Output<AssociationSyncCompliance>? = null, val targets: Output<List<AssociationTargetArgs>>? = null, val waitForSuccessTimeoutSeconds: Output<Int>? = null) : ConvertibleToJava<AssociationArgs>
The AWS::SSM::Association resource associates an SSM document in AWS Systems Manager with EC2 instances that contain a configuration agent to process the document.
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun AssociationArgs(applyOnlyAtCronInterval: Output<Boolean>? = null, associationName: Output<String>? = null, automationTargetParameterName: Output<String>? = null, calendarNames: Output<List<String>>? = null, complianceSeverity: Output<AssociationComplianceSeverity>? = null, documentVersion: Output<String>? = null, instanceId: Output<String>? = null, maxConcurrency: Output<String>? = null, maxErrors: Output<String>? = null, name: Output<String>? = null, outputLocation: Output<AssociationInstanceAssociationOutputLocationArgs>? = null, parameters: Output<Any>? = null, scheduleExpression: Output<String>? = null, scheduleOffset: Output<Int>? = null, syncCompliance: Output<AssociationSyncCompliance>? = null, targets: Output<List<AssociationTargetArgs>>? = null, waitForSuccessTimeoutSeconds: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard