Show / Hide Table of Contents

Class CfnDefaultViewAssociationMixinProps

Properties for CfnDefaultViewAssociationPropsMixin.

Inheritance
object
CfnDefaultViewAssociationMixinProps
Implements
ICfnDefaultViewAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html

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

string

Remarks

The specified view must already exist in the specified Region.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html#cfn-resourceexplorer2-defaultviewassociation-viewarn

Implements

ICfnDefaultViewAssociationMixinProps
Back to top Generated by DocFX