Class DefaultViewAssociationReference
A reference to a DefaultViewAssociation resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated