aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.StudioComponentConfigurationProperty

interface StudioComponentConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.StudioComponentConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_StudioComponentConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.StudioComponentConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.StudioComponentConfigurationProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » StudioComponentConfigurationProperty

The configuration of the studio component, based on component type.

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 studioComponentConfigurationProperty: nimblestudio.CfnStudioComponent.StudioComponentConfigurationProperty = {
  activeDirectoryConfiguration: {
    computerAttributes: [{
      name: 'name',
      value: 'value',
    }],
    directoryId: 'directoryId',
    organizationalUnitDistinguishedName: 'organizationalUnitDistinguishedName',
  },
  computeFarmConfiguration: {
    activeDirectoryUser: 'activeDirectoryUser',
    endpoint: 'endpoint',
  },
  licenseServiceConfiguration: {
    endpoint: 'endpoint',
  },
  sharedFileSystemConfiguration: {
    endpoint: 'endpoint',
    fileSystemId: 'fileSystemId',
    linuxMountPoint: 'linuxMountPoint',
    shareName: 'shareName',
    windowsMountDrive: 'windowsMountDrive',
  },
};

Properties

NameTypeDescription
activeDirectoryConfiguration?IResolvable | ActiveDirectoryConfigurationPropertyThe configuration for a AWS Directory Service for Microsoft Active Directory studio resource.
computeFarmConfiguration?IResolvable | ComputeFarmConfigurationPropertyThe configuration for a render farm that is associated with a studio resource.
licenseServiceConfiguration?IResolvable | LicenseServiceConfigurationPropertyThe configuration for a license service that is associated with a studio resource.
sharedFileSystemConfiguration?IResolvable | SharedFileSystemConfigurationPropertyThe configuration for a shared file storage system that is associated with a studio resource.

activeDirectoryConfiguration?

Type: IResolvable | ActiveDirectoryConfigurationProperty (optional)

The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.


computeFarmConfiguration?

Type: IResolvable | ComputeFarmConfigurationProperty (optional)

The configuration for a render farm that is associated with a studio resource.


licenseServiceConfiguration?

Type: IResolvable | LicenseServiceConfigurationProperty (optional)

The configuration for a license service that is associated with a studio resource.


sharedFileSystemConfiguration?

Type: IResolvable | SharedFileSystemConfigurationProperty (optional)

The configuration for a shared file storage system that is associated with a studio resource.