@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.105Z") @Stability(value=Stable) public class CfnAssociation extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnAssociation.Builder
A fluent builder for
CfnAssociation. |
static interface |
CfnAssociation.InstanceAssociationOutputLocationProperty |
static interface |
CfnAssociation.S3OutputLocationProperty |
static interface |
CfnAssociation.TargetProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnAssociation(software.constructs.Construct scope,
String id,
CfnAssociationProps props)
Create a new `AWS::SSM::Association`.
|
protected |
CfnAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApplyOnlyAtCronInterval()
`AWS::SSM::Association.ApplyOnlyAtCronInterval`.
|
String |
getAssociationName()
`AWS::SSM::Association.AssociationName`.
|
String |
getAttrAssociationId() |
String |
getAutomationTargetParameterName()
`AWS::SSM::Association.AutomationTargetParameterName`.
|
List<String> |
getCalendarNames()
`AWS::SSM::Association.CalendarNames`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getComplianceSeverity()
`AWS::SSM::Association.ComplianceSeverity`.
|
String |
getDocumentVersion()
`AWS::SSM::Association.DocumentVersion`.
|
String |
getInstanceId()
`AWS::SSM::Association.InstanceId`.
|
String |
getMaxConcurrency()
`AWS::SSM::Association.MaxConcurrency`.
|
String |
getMaxErrors()
`AWS::SSM::Association.MaxErrors`.
|
String |
getName()
`AWS::SSM::Association.Name`.
|
Object |
getOutputLocation()
`AWS::SSM::Association.OutputLocation`.
|
Object |
getParameters()
`AWS::SSM::Association.Parameters`.
|
String |
getScheduleExpression()
`AWS::SSM::Association.ScheduleExpression`.
|
String |
getSyncCompliance()
`AWS::SSM::Association.SyncCompliance`.
|
Object |
getTargets()
`AWS::SSM::Association.Targets`.
|
Number |
getWaitForSuccessTimeoutSeconds()
`AWS::SSM::Association.WaitForSuccessTimeoutSeconds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplyOnlyAtCronInterval(Boolean value)
`AWS::SSM::Association.ApplyOnlyAtCronInterval`.
|
void |
setApplyOnlyAtCronInterval(IResolvable value)
`AWS::SSM::Association.ApplyOnlyAtCronInterval`.
|
void |
setAssociationName(String value)
`AWS::SSM::Association.AssociationName`.
|
void |
setAutomationTargetParameterName(String value)
`AWS::SSM::Association.AutomationTargetParameterName`.
|
void |
setCalendarNames(List<String> value)
`AWS::SSM::Association.CalendarNames`.
|
void |
setComplianceSeverity(String value)
`AWS::SSM::Association.ComplianceSeverity`.
|
void |
setDocumentVersion(String value)
`AWS::SSM::Association.DocumentVersion`.
|
void |
setInstanceId(String value)
`AWS::SSM::Association.InstanceId`.
|
void |
setMaxConcurrency(String value)
`AWS::SSM::Association.MaxConcurrency`.
|
void |
setMaxErrors(String value)
`AWS::SSM::Association.MaxErrors`.
|
void |
setName(String value)
`AWS::SSM::Association.Name`.
|
void |
setOutputLocation(CfnAssociation.InstanceAssociationOutputLocationProperty value)
`AWS::SSM::Association.OutputLocation`.
|
void |
setOutputLocation(IResolvable value)
`AWS::SSM::Association.OutputLocation`.
|
void |
setParameters(IResolvable value)
`AWS::SSM::Association.Parameters`.
|
void |
setParameters(Map<String,List<String>> value)
`AWS::SSM::Association.Parameters`.
|
void |
setScheduleExpression(String value)
`AWS::SSM::Association.ScheduleExpression`.
|
void |
setSyncCompliance(String value)
`AWS::SSM::Association.SyncCompliance`.
|
void |
setTargets(IResolvable value)
`AWS::SSM::Association.Targets`.
|
void |
setTargets(List<Object> value)
`AWS::SSM::Association.Targets`.
|
void |
setWaitForSuccessTimeoutSeconds(Number value)
`AWS::SSM::Association.WaitForSuccessTimeoutSeconds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAssociation(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnAssociationProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrAssociationId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getApplyOnlyAtCronInterval()
@Stability(value=Stable)
public void setApplyOnlyAtCronInterval(@Nullable
Boolean value)
@Stability(value=Stable)
public void setApplyOnlyAtCronInterval(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getAssociationName()
@Stability(value=Stable)
public void setAssociationName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getAutomationTargetParameterName()
@Stability(value=Stable)
public void setAutomationTargetParameterName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getCalendarNames()
@Stability(value=Stable)
public void setCalendarNames(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getComplianceSeverity()
@Stability(value=Stable)
public void setComplianceSeverity(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDocumentVersion()
@Stability(value=Stable)
public void setDocumentVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getInstanceId()
@Stability(value=Stable)
public void setInstanceId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getMaxConcurrency()
@Stability(value=Stable)
public void setMaxConcurrency(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getMaxErrors()
@Stability(value=Stable)
public void setMaxErrors(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getOutputLocation()
@Stability(value=Stable)
public void setOutputLocation(@Nullable
CfnAssociation.InstanceAssociationOutputLocationProperty value)
@Stability(value=Stable)
public void setOutputLocation(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getParameters()
@Stability(value=Stable)
public void setParameters(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setParameters(@Nullable
Map<String,List<String>> value)
@Stability(value=Stable) @Nullable public String getScheduleExpression()
@Stability(value=Stable)
public void setScheduleExpression(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSyncCompliance()
@Stability(value=Stable)
public void setSyncCompliance(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getTargets()
@Stability(value=Stable)
public void setTargets(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setTargets(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getWaitForSuccessTimeoutSeconds()
@Stability(value=Stable)
public void setWaitForSuccessTimeoutSeconds(@Nullable
Number value)
Copyright © 2021. All rights reserved.