Show / Hide Table of Contents

Class AssociationReference

A reference to a Association resource.

Inheritance
object
AssociationReference
Implements
IAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AssociationReference : IAssociationReference
Syntax (vb)
Public Class AssociationReference Implements IAssociationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.SSM;

            var associationReference = new AssociationReference {
                AssociationId = "associationId"
            };

Synopsis

Constructors

AssociationReference()

A reference to a Association resource.

Properties

AssociationId

The AssociationId of the Association resource.

Constructors

AssociationReference()

A reference to a Association resource.

public AssociationReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.SSM;

            var associationReference = new AssociationReference {
                AssociationId = "associationId"
            };

Properties

AssociationId

The AssociationId of the Association resource.

public string AssociationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAssociationReference
Back to top Generated by DocFX