Interface CfnComponentVersion.ComponentPlatformProperty

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

@Stability(Stable) public static interface CfnComponentVersion.ComponentPlatformProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a platform that a component supports.

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.greengrassv2.*;
 ComponentPlatformProperty componentPlatformProperty = ComponentPlatformProperty.builder()
         .attributes(Map.of(
                 "attributesKey", "attributes"))
         .name("name")
         .build();
 

See Also: