@Stability(value=Stable)
public static interface CfnStudioComponent.StudioComponentConfigurationProperty
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.*;
StudioComponentConfigurationProperty studioComponentConfigurationProperty = StudioComponentConfigurationProperty.builder()
.activeDirectoryConfiguration(ActiveDirectoryConfigurationProperty.builder()
.computerAttributes(List.of(ActiveDirectoryComputerAttributeProperty.builder()
.name("name")
.value("value")
.build()))
.directoryId("directoryId")
.organizationalUnitDistinguishedName("organizationalUnitDistinguishedName")
.build())
.computeFarmConfiguration(ComputeFarmConfigurationProperty.builder()
.activeDirectoryUser("activeDirectoryUser")
.endpoint("endpoint")
.build())
.licenseServiceConfiguration(LicenseServiceConfigurationProperty.builder()
.endpoint("endpoint")
.build())
.sharedFileSystemConfiguration(SharedFileSystemConfigurationProperty.builder()
.endpoint("endpoint")
.fileSystemId("fileSystemId")
.linuxMountPoint("linuxMountPoint")
.shareName("shareName")
.windowsMountDrive("windowsMountDrive")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder
A builder for
CfnStudioComponent.StudioComponentConfigurationProperty |
static class |
CfnStudioComponent.StudioComponentConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.StudioComponentConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.StudioComponentConfigurationProperty.Builder |
builder() |
default Object |
getActiveDirectoryConfiguration()
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
|
default Object |
getComputeFarmConfiguration()
The configuration for a render farm that is associated with a studio resource.
|
default Object |
getLicenseServiceConfiguration()
The configuration for a license service that is associated with a studio resource.
|
default Object |
getSharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
|
@Stability(value=Stable) @Nullable default Object getActiveDirectoryConfiguration()
@Stability(value=Stable) @Nullable default Object getComputeFarmConfiguration()
@Stability(value=Stable) @Nullable default Object getLicenseServiceConfiguration()
@Stability(value=Stable) @Nullable default Object getSharedFileSystemConfiguration()
@Stability(value=Stable) static CfnStudioComponent.StudioComponentConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.