Show / Hide Table of Contents

Class CfnSpacePropsMixin.SpaceResourceProperty

A QuickSight resource attached to the space.

Inheritance
object
CfnSpacePropsMixin.SpaceResourceProperty
Implements
CfnSpacePropsMixin.ISpaceResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSpacePropsMixin.SpaceResourceProperty : CfnSpacePropsMixin.ISpaceResourceProperty
Syntax (vb)
Public Class CfnSpacePropsMixin.SpaceResourceProperty Implements CfnSpacePropsMixin.ISpaceResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-space-spaceresource.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.CfnPropertyMixins.AWS.QuickSight;

             var spaceResourceProperty = new SpaceResourceProperty {
                 ResourceArn = "resourceArn",
                 ResourceType = "resourceType"
             };

Synopsis

Constructors

SpaceResourceProperty()

A QuickSight resource attached to the space.

Properties

ResourceArn

The ARN of the QuickSight resource.

ResourceType

The type of QuickSight resource.

Constructors

SpaceResourceProperty()

A QuickSight resource attached to the space.

public SpaceResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-space-spaceresource.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.CfnPropertyMixins.AWS.QuickSight;

             var spaceResourceProperty = new SpaceResourceProperty {
                 ResourceArn = "resourceArn",
                 ResourceType = "resourceType"
             };

Properties

ResourceArn

The ARN of the QuickSight resource.

public string? ResourceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-space-spaceresource.html#cfn-quicksight-space-spaceresource-resourcearn

ResourceType

The type of QuickSight resource.

public string? ResourceType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-space-spaceresource.html#cfn-quicksight-space-spaceresource-resourcetype

Implements

CfnSpacePropsMixin.ISpaceResourceProperty
Back to top Generated by DocFX