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: