@Stability(value=Stable)
public static interface CfnStudioComponent.ComputeFarmConfigurationProperty
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.*;
ComputeFarmConfigurationProperty computeFarmConfigurationProperty = ComputeFarmConfigurationProperty.builder()
.activeDirectoryUser("activeDirectoryUser")
.endpoint("endpoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.ComputeFarmConfigurationProperty.Builder
A builder for
CfnStudioComponent.ComputeFarmConfigurationProperty |
static class |
CfnStudioComponent.ComputeFarmConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ComputeFarmConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.ComputeFarmConfigurationProperty.Builder |
builder() |
default String |
getActiveDirectoryUser()
The name of an Active Directory user that is used on ComputeFarm worker instances.
|
default String |
getEndpoint()
The endpoint of the ComputeFarm that is accessed by the studio component resource.
|
@Stability(value=Stable) @Nullable default String getActiveDirectoryUser()
@Stability(value=Stable) @Nullable default String getEndpoint()
@Stability(value=Stable) static CfnStudioComponent.ComputeFarmConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.