| Modifier and Type | Method and Description |
|---|---|
CfnAssociation.Builder |
CfnAssociation.Builder.applyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified.
|
CfnAssociation.Builder |
CfnAssociation.Builder.applyOnlyAtCronInterval(IResolvable applyOnlyAtCronInterval)
By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified.
|
CfnAssociation.Builder |
CfnAssociation.Builder.associationName(String associationName)
Specify a descriptive name for the association.
|
CfnAssociation.Builder |
CfnAssociation.Builder.automationTargetParameterName(String automationTargetParameterName)
Choose the parameter that will define how your automation will branch out.
|
CfnAssociation.Builder |
CfnAssociation.Builder.calendarNames(List<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under.
|
CfnAssociation.Builder |
CfnAssociation.Builder.complianceSeverity(String complianceSeverity)
The severity level that is assigned to the association.
|
static CfnAssociation.Builder |
CfnAssociation.Builder.create(Construct scope,
String id) |
CfnAssociation.Builder |
CfnAssociation.Builder.documentVersion(String documentVersion)
The version of the SSM document to associate with the target.
|
CfnAssociation.Builder |
CfnAssociation.Builder.instanceId(String instanceId)
The ID of the instance that the SSM document is associated with.
|
CfnAssociation.Builder |
CfnAssociation.Builder.maxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
CfnAssociation.Builder |
CfnAssociation.Builder.maxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on additional targets.
|
CfnAssociation.Builder |
CfnAssociation.Builder.name(String name)
The name of the SSM document that contains the configuration information for the instance.
|
CfnAssociation.Builder |
CfnAssociation.Builder.outputLocation(CfnAssociation.InstanceAssociationOutputLocationProperty outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
CfnAssociation.Builder |
CfnAssociation.Builder.outputLocation(IResolvable outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
CfnAssociation.Builder |
CfnAssociation.Builder.parameters(IResolvable parameters)
The parameters for the runtime configuration of the document.
|
CfnAssociation.Builder |
CfnAssociation.Builder.parameters(Map<String,? extends Object> parameters)
The parameters for the runtime configuration of the document.
|
CfnAssociation.Builder |
CfnAssociation.Builder.scheduleExpression(String scheduleExpression)
A cron expression that specifies a schedule when the association runs.
|
CfnAssociation.Builder |
CfnAssociation.Builder.scheduleOffset(Number scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
CfnAssociation.Builder |
CfnAssociation.Builder.syncCompliance(String syncCompliance)
The mode for generating association compliance.
|
CfnAssociation.Builder |
CfnAssociation.Builder.targets(IResolvable targets)
The targets for the association.
|
CfnAssociation.Builder |
CfnAssociation.Builder.targets(List<? extends Object> targets)
The targets for the association.
|
CfnAssociation.Builder |
CfnAssociation.Builder.waitForSuccessTimeoutSeconds(Number waitForSuccessTimeoutSeconds)
The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution.
|
Copyright © 2022. All rights reserved.