Interface CfnView.IncludedPropertyProperty

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

@Stability(Stable) public static interface CfnView.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.services.resourceexplorer2.*;
 IncludedPropertyProperty includedPropertyProperty = IncludedPropertyProperty.builder()
         .name("name")
         .build();