Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ssm-association.json
Parent schema serverless-framework-configuration
Type: object

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.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ssm

Properties

Name string | Aws_CF_FunctionString required

The name of the SSM document.

AssociationName string | Aws_CF_FunctionString

The name of the association.

DocumentVersion string | Aws_CF_FunctionString

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

InstanceId string | Aws_CF_FunctionString

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

Parameters object

Parameter values that the SSM document uses at runtime.

ScheduleExpression string | Aws_CF_FunctionString

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

Targets Target[]

The targets that the SSM document sends commands to.

minItems=0maxItems=5
OutputLocation object
1 nested properties
S3Location object
3 nested properties
OutputS3Region string | Aws_CF_FunctionString
OutputS3BucketName string | Aws_CF_FunctionString
OutputS3KeyPrefix string | Aws_CF_FunctionString
AutomationTargetParameterName string | Aws_CF_FunctionString
MaxErrors string | Aws_CF_FunctionString
MaxConcurrency string | Aws_CF_FunctionString
ComplianceSeverity string | Aws_CF_FunctionString
SyncCompliance string | Aws_CF_FunctionString
WaitForSuccessTimeoutSeconds integer
min=15max=172800
ApplyOnlyAtCronInterval boolean
CalendarNames string[]
Examples: ["calendar1","calendar2"], ["calendar3"]
ScheduleOffset integer
min=1max=6

Definitions

Target object
Key string | Aws_CF_FunctionString required
Values string[] required
minItems=0maxItems=50
ParameterValues string[]
S3Region string | Aws_CF_FunctionString
S3BucketName string | Aws_CF_FunctionString
S3KeyPrefix string | Aws_CF_FunctionString
S3OutputLocation object
OutputS3Region string | Aws_CF_FunctionString
OutputS3BucketName string | Aws_CF_FunctionString
OutputS3KeyPrefix string | Aws_CF_FunctionString
InstanceAssociationOutputLocation object
S3Location object
3 nested properties
OutputS3Region string | Aws_CF_FunctionString
OutputS3BucketName string | Aws_CF_FunctionString
OutputS3KeyPrefix string | Aws_CF_FunctionString