Interface CfnWorkspace.LabelProperty

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

@Stability(Stable) public static interface CfnWorkspace.LabelProperty extends software.amazon.jsii.JsiiSerializable
Series label.

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.aps.*;
 LabelProperty labelProperty = LabelProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: