public static interface CfnStudioComponent.ComputeFarmConfigurationProperty
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 java.lang.String |
getActiveDirectoryUser()
The name of an Active Directory user that is used on ComputeFarm worker instances.
|
default java.lang.String |
getEndpoint()
The endpoint of the ComputeFarm that is accessed by the studio component resource.
|
default java.lang.String getActiveDirectoryUser()
default java.lang.String getEndpoint()