Interface CfnWorkspaceInstance.LicenseConfigurationRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspaceInstance.LicenseConfigurationRequestProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspaceInstance
@Stability(Stable)
public static interface CfnWorkspaceInstance.LicenseConfigurationRequestProperty
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.*;
LicenseConfigurationRequestProperty licenseConfigurationRequestProperty = LicenseConfigurationRequestProperty.builder()
.licenseConfigurationArn("licenseConfigurationArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspaceInstance.LicenseConfigurationRequestPropertystatic final classAn implementation forCfnWorkspaceInstance.LicenseConfigurationRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLicenseConfigurationArn
- See Also:
-
builder
@Stability(Stable) static CfnWorkspaceInstance.LicenseConfigurationRequestProperty.Builder builder()
-