interface ComputeFarmConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ComputeFarmConfigurationProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | aws_cdk.aws_nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ComputeFarmConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const computeFarmConfigurationProperty: nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty = {
activeDirectoryUser: 'activeDirectoryUser',
endpoint: 'endpoint',
};
Properties
Name | Type | Description |
---|---|---|
active | string | |
endpoint? | string |
activeDirectoryUser?
Type:
string
(optional)
endpoint?
Type:
string
(optional)