Class CfnDefaultViewAssociationMixinProps
Properties for CfnDefaultViewAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ResourceExplorer2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDefaultViewAssociationMixinProps : ICfnDefaultViewAssociationMixinProps
Syntax (vb)
Public Class CfnDefaultViewAssociationMixinProps Implements ICfnDefaultViewAssociationMixinProps
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.Mixins.Preview.AWS.ResourceExplorer2.Mixins;
var cfnDefaultViewAssociationMixinProps = new CfnDefaultViewAssociationMixinProps {
ViewArn = "viewArn"
};
Synopsis
Constructors
| CfnDefaultViewAssociationMixinProps() | Properties for CfnDefaultViewAssociationPropsMixin. |
Properties
| ViewArn | The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. |
Constructors
CfnDefaultViewAssociationMixinProps()
Properties for CfnDefaultViewAssociationPropsMixin.
public CfnDefaultViewAssociationMixinProps()
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.Mixins.Preview.AWS.ResourceExplorer2.Mixins;
var cfnDefaultViewAssociationMixinProps = new CfnDefaultViewAssociationMixinProps {
ViewArn = "viewArn"
};
Properties
ViewArn
The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation.
public string? ViewArn { get; set; }
Property Value
Remarks
The specified view must already exist in the specified Region.