Class CfnStudioComponent.StudioComponentConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.StudioComponentConfigurationProperty : CfnStudioComponent.IStudioComponentConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.StudioComponentConfigurationProperty Implements CfnStudioComponent.IStudioComponentConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var studioComponentConfigurationProperty = new StudioComponentConfigurationProperty {
ActiveDirectoryConfiguration = new ActiveDirectoryConfigurationProperty {
ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
Name = "name",
Value = "value"
} },
DirectoryId = "directoryId",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
},
ComputeFarmConfiguration = new ComputeFarmConfigurationProperty {
ActiveDirectoryUser = "activeDirectoryUser",
Endpoint = "endpoint"
},
LicenseServiceConfiguration = new LicenseServiceConfigurationProperty {
Endpoint = "endpoint"
},
SharedFileSystemConfiguration = new SharedFileSystemConfigurationProperty {
Endpoint = "endpoint",
FileSystemId = "fileSystemId",
LinuxMountPoint = "linuxMountPoint",
ShareName = "shareName",
WindowsMountDrive = "windowsMountDrive"
}
};
Synopsis
Constructors
StudioComponentConfigurationProperty() |
Properties
ActiveDirectoryConfiguration | |
ComputeFarmConfiguration | |
LicenseServiceConfiguration | |
SharedFileSystemConfiguration |
Constructors
StudioComponentConfigurationProperty()
public StudioComponentConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var studioComponentConfigurationProperty = new StudioComponentConfigurationProperty {
ActiveDirectoryConfiguration = new ActiveDirectoryConfigurationProperty {
ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
Name = "name",
Value = "value"
} },
DirectoryId = "directoryId",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
},
ComputeFarmConfiguration = new ComputeFarmConfigurationProperty {
ActiveDirectoryUser = "activeDirectoryUser",
Endpoint = "endpoint"
},
LicenseServiceConfiguration = new LicenseServiceConfigurationProperty {
Endpoint = "endpoint"
},
SharedFileSystemConfiguration = new SharedFileSystemConfigurationProperty {
Endpoint = "endpoint",
FileSystemId = "fileSystemId",
LinuxMountPoint = "linuxMountPoint",
ShareName = "shareName",
WindowsMountDrive = "windowsMountDrive"
}
};
Properties
ActiveDirectoryConfiguration
public object? ActiveDirectoryConfiguration { get; set; }
Property Value
Remarks
ComputeFarmConfiguration
public object? ComputeFarmConfiguration { get; set; }
Property Value
Remarks
LicenseServiceConfiguration
public object? LicenseServiceConfiguration { get; set; }
Property Value
Remarks
SharedFileSystemConfiguration
public object? SharedFileSystemConfiguration { get; set; }