Class CfnSpacePropsMixin.SpaceResourceProperty
A QuickSight resource attached to the space.
Implements
Inherited Members
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
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
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
Remarks
ResourceType
The type of QuickSight resource.
public string? ResourceType { get; set; }