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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnViewPropsMixin.IncludedPropertyPropertystatic final classAn implementation forCfnViewPropsMixin.IncludedPropertyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the property that is included in this view.- See Also:
-
builder
-