Interface CfnSpacePropsMixin.SpaceResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpacePropsMixin.SpaceResourceProperty.Jsii$Proxy
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static interface CfnSpacePropsMixin.SpaceResourceProperty
extends software.amazon.jsii.JsiiSerializable
A QuickSight resource attached to the space.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
SpaceResourceProperty spaceResourceProperty = SpaceResourceProperty.builder()
.resourceArn("resourceArn")
.resourceType("resourceType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpacePropsMixin.SpaceResourcePropertystatic final classAn implementation forCfnSpacePropsMixin.SpaceResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ARN of the QuickSight resource.- See Also:
-
getResourceType
The type of QuickSight resource.- See Also:
-
builder
-