Interface CfnWorkspaceInstance.CreditSpecificationRequestProperty

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

@Stability(Stable) public static interface CfnWorkspaceInstance.CreditSpecificationRequestProperty extends software.amazon.jsii.JsiiSerializable
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.workspacesinstances.*;
 CreditSpecificationRequestProperty creditSpecificationRequestProperty = CreditSpecificationRequestProperty.builder()
         .cpuCredits("cpuCredits")
         .build();
 

See Also: