Class CfnAssociation
A CloudFormation AWS::SSM::Association
.
Inherited Members
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.AWS.SSM.dll
Syntax (csharp)
public class CfnAssociation : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnAssociation
Inherits CfnResource
Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html
CloudformationResource: AWS::SSM::Association
Synopsis
Constructors
CfnAssociation(Construct, String, ICfnAssociationProps) | Create a new |
CfnAssociation(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnAssociation(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
ApplyOnlyAtCronInterval |
|
AssociationName |
|
AttrAssociationId | |
AutomationTargetParameterName |
|
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ComplianceSeverity |
|
DocumentVersion |
|
InstanceId |
|
MaxConcurrency |
|
MaxErrors |
|
Name |
|
OutputLocation |
|
Parameters |
|
ScheduleExpression |
|
SyncCompliance |
|
Targets |
|
WaitForSuccessTimeoutSeconds |
|
Methods
Inspect(TreeInspector) | (experimental) Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnAssociation(Construct, String, ICfnAssociationProps)
Create a new AWS::SSM::Association
.
public CfnAssociation(Construct scope, string id, ICfnAssociationProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnAssociationProps
- resource properties.
CfnAssociation(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnAssociation(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnAssociation(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnAssociation(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
ApplyOnlyAtCronInterval
AWS::SSM::Association.ApplyOnlyAtCronInterval
.
public virtual object ApplyOnlyAtCronInterval { get; set; }
Property Value
System.Object
Remarks
AssociationName
AWS::SSM::Association.AssociationName
.
public virtual string AssociationName { get; set; }
Property Value
System.String
Remarks
AttrAssociationId
public virtual string AttrAssociationId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: AssociationId
AutomationTargetParameterName
AWS::SSM::Association.AutomationTargetParameterName
.
public virtual string AutomationTargetParameterName { get; set; }
Property Value
System.String
Remarks
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
ComplianceSeverity
AWS::SSM::Association.ComplianceSeverity
.
public virtual string ComplianceSeverity { get; set; }
Property Value
System.String
Remarks
DocumentVersion
AWS::SSM::Association.DocumentVersion
.
public virtual string DocumentVersion { get; set; }
Property Value
System.String
Remarks
InstanceId
AWS::SSM::Association.InstanceId
.
public virtual string InstanceId { get; set; }
Property Value
System.String
Remarks
MaxConcurrency
AWS::SSM::Association.MaxConcurrency
.
public virtual string MaxConcurrency { get; set; }
Property Value
System.String
Remarks
MaxErrors
AWS::SSM::Association.MaxErrors
.
public virtual string MaxErrors { get; set; }
Property Value
System.String
Remarks
Name
AWS::SSM::Association.Name
.
public virtual string Name { get; set; }
Property Value
System.String
Remarks
OutputLocation
AWS::SSM::Association.OutputLocation
.
public virtual object OutputLocation { get; set; }
Property Value
System.Object
Remarks
Parameters
AWS::SSM::Association.Parameters
.
public virtual object Parameters { get; set; }
Property Value
System.Object
Remarks
ScheduleExpression
AWS::SSM::Association.ScheduleExpression
.
public virtual string ScheduleExpression { get; set; }
Property Value
System.String
Remarks
SyncCompliance
AWS::SSM::Association.SyncCompliance
.
public virtual string SyncCompliance { get; set; }
Property Value
System.String
Remarks
Targets
AWS::SSM::Association.Targets
.
public virtual object Targets { get; set; }
Property Value
System.Object
Remarks
WaitForSuccessTimeoutSeconds
AWS::SSM::Association.WaitForSuccessTimeoutSeconds
.
public virtual Nullable<double> WaitForSuccessTimeoutSeconds { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Methods
Inspect(TreeInspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
Remarks
Stability: Experimental
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>