@Stability(value=Stable)
public static interface CfnStudioComponent.LicenseServiceConfigurationProperty
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.nimblestudio.*;
LicenseServiceConfigurationProperty licenseServiceConfigurationProperty = LicenseServiceConfigurationProperty.builder()
.endpoint("endpoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.LicenseServiceConfigurationProperty.Builder
A builder for
CfnStudioComponent.LicenseServiceConfigurationProperty |
static class |
CfnStudioComponent.LicenseServiceConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.LicenseServiceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.LicenseServiceConfigurationProperty.Builder |
builder() |
default String |
getEndpoint()
The endpoint of the license service that is accessed by the studio component resource.
|
@Stability(value=Stable) @Nullable default String getEndpoint()
@Stability(value=Stable) static CfnStudioComponent.LicenseServiceConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.