Show / Hide Table of Contents

Class DefaultViewAssociationReference

A reference to a DefaultViewAssociation resource.

Inheritance
object
DefaultViewAssociationReference
Implements
IDefaultViewAssociationReference
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.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DefaultViewAssociationReference : IDefaultViewAssociationReference
Syntax (vb)
Public Class DefaultViewAssociationReference Implements IDefaultViewAssociationReference
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.ResourceExplorer2;

            var defaultViewAssociationReference = new DefaultViewAssociationReference {
                AssociatedAwsPrincipal = "associatedAwsPrincipal"
            };

Synopsis

Constructors

DefaultViewAssociationReference()

A reference to a DefaultViewAssociation resource.

Properties

AssociatedAwsPrincipal

The AssociatedAwsPrincipal of the DefaultViewAssociation resource.

Constructors

DefaultViewAssociationReference()

A reference to a DefaultViewAssociation resource.

public DefaultViewAssociationReference()
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.ResourceExplorer2;

            var defaultViewAssociationReference = new DefaultViewAssociationReference {
                AssociatedAwsPrincipal = "associatedAwsPrincipal"
            };

Properties

AssociatedAwsPrincipal

The AssociatedAwsPrincipal of the DefaultViewAssociation resource.

public string AssociatedAwsPrincipal { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDefaultViewAssociationReference
Back to top Generated by DocFX