Association

class Association : KotlinCustomResource

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.

Properties

Link copied to clipboard
Link copied to clipboard
val associationId: Output<String>

Unique identifier of the association.

Link copied to clipboard
val associationName: Output<String>?

The name of the association.

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

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>?

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

Link copied to clipboard
val maxConcurrency: Output<String>?
Link copied to clipboard
val maxErrors: Output<String>?
Link copied to clipboard
val name: Output<String>

The name of the SSM document.

Link copied to clipboard
val parameters: Output<Any>?

Parameter values that the SSM document uses at runtime.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<Int>?
Link copied to clipboard
Link copied to clipboard

The targets that the SSM document sends commands to.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard