Uses of Class
software.amazon.awscdk.services.ssm.CfnAssociation.Builder
Packages that use CfnAssociation.Builder
-
Uses of CfnAssociation.Builder in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return CfnAssociation.BuilderModifier and TypeMethodDescriptionCfnAssociation.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.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.associationName
(String associationName) Specify a descriptive name for the association.CfnAssociation.Builder.automationTargetParameterName
(String automationTargetParameterName) Choose the parameter that will define how your automation will branch out.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.complianceSeverity
(String complianceSeverity) The severity level that is assigned to the association.static CfnAssociation.Builder
CfnAssociation.Builder.documentVersion
(String documentVersion) The version of the SSM document to associate with the target.CfnAssociation.Builder.instanceId
(String instanceId) The ID of the instance that the SSM document is associated with.CfnAssociation.Builder.maxConcurrency
(String maxConcurrency) The maximum number of targets allowed to run the association at the same time.The number of errors that are allowed before the system stops sending requests to run the association on additional targets.The name of the SSM document that contains the configuration information for the instance.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.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.parameters
(Object parameters) The parameters for the runtime configuration of the document.CfnAssociation.Builder.scheduleExpression
(String scheduleExpression) A cron expression that specifies a schedule when the association runs.CfnAssociation.Builder.scheduleOffset
(Number scheduleOffset) Number of days to wait after the scheduled day to run an association.CfnAssociation.Builder.syncCompliance
(String syncCompliance) The mode for generating association compliance.The targets for the association.CfnAssociation.Builder.targets
(IResolvable targets) The targets for the association.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.