Show / Hide Table of Contents

Interface IDefaultViewAssociationReference

A reference to a DefaultViewAssociation resource.

Namespace: Amazon.CDK.Interfaces.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDefaultViewAssociationReference
Syntax (vb)
Public Interface 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

Properties

AssociatedAwsPrincipal

The AssociatedAwsPrincipal of the DefaultViewAssociation resource.

Properties

AssociatedAwsPrincipal

The AssociatedAwsPrincipal of the DefaultViewAssociation resource.

string AssociatedAwsPrincipal { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX