Show / Hide Table of Contents

Class CfnAssociation

A CloudFormation AWS::SSM::Association.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnAssociation
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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 AWS::SSM::Association.

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

AWS::SSM::Association.ApplyOnlyAtCronInterval.

AssociationName

AWS::SSM::Association.AssociationName.

AttrAssociationId
AutomationTargetParameterName

AWS::SSM::Association.AutomationTargetParameterName.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
ComplianceSeverity

AWS::SSM::Association.ComplianceSeverity.

DocumentVersion

AWS::SSM::Association.DocumentVersion.

InstanceId

AWS::SSM::Association.InstanceId.

MaxConcurrency

AWS::SSM::Association.MaxConcurrency.

MaxErrors

AWS::SSM::Association.MaxErrors.

Name

AWS::SSM::Association.Name.

OutputLocation

AWS::SSM::Association.OutputLocation.

Parameters

AWS::SSM::Association.Parameters.

ScheduleExpression

AWS::SSM::Association.ScheduleExpression.

SyncCompliance

AWS::SSM::Association.SyncCompliance.

Targets

AWS::SSM::Association.Targets.

WaitForSuccessTimeoutSeconds

AWS::SSM::Association.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval

AssociationName

AWS::SSM::Association.AssociationName.

public virtual string AssociationName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername

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
CfnResource.CfnProperties

ComplianceSeverity

AWS::SSM::Association.ComplianceSeverity.

public virtual string ComplianceSeverity { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity

DocumentVersion

AWS::SSM::Association.DocumentVersion.

public virtual string DocumentVersion { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion

InstanceId

AWS::SSM::Association.InstanceId.

public virtual string InstanceId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid

MaxConcurrency

AWS::SSM::Association.MaxConcurrency.

public virtual string MaxConcurrency { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency

MaxErrors

AWS::SSM::Association.MaxErrors.

public virtual string MaxErrors { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors

Name

AWS::SSM::Association.Name.

public virtual string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name

OutputLocation

AWS::SSM::Association.OutputLocation.

public virtual object OutputLocation { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-outputlocation

Parameters

AWS::SSM::Association.Parameters.

public virtual object Parameters { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-parameters

ScheduleExpression

AWS::SSM::Association.ScheduleExpression.

public virtual string ScheduleExpression { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression

SyncCompliance

AWS::SSM::Association.SyncCompliance.

public virtual string SyncCompliance { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance

Targets

AWS::SSM::Association.Targets.

public virtual object Targets { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-targets

WaitForSuccessTimeoutSeconds

AWS::SSM::Association.WaitForSuccessTimeoutSeconds.

public virtual Nullable<double> WaitForSuccessTimeoutSeconds { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds

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>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX