Interface CfnViewPropsMixin.IncludedPropertyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnViewPropsMixin.IncludedPropertyProperty.Jsii$Proxy
Enclosing class:
CfnViewPropsMixin

@Stability(Stable) public static interface CfnViewPropsMixin.IncludedPropertyProperty extends software.amazon.jsii.JsiiSerializable
Information about an additional property that describes a resource, that you can optionally include in a view.

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.resourceexplorer2.*;
 IncludedPropertyProperty includedPropertyProperty = IncludedPropertyProperty.builder()
         .name("name")
         .build();
 

See Also: