Show / Hide Table of Contents

Class CfnStudioComponent.StudioComponentConfigurationProperty

Inheritance
object
CfnStudioComponent.StudioComponentConfigurationProperty
Implements
CfnStudioComponent.IStudioComponentConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-activedirectoryconfiguration

ComputeFarmConfiguration

public object? ComputeFarmConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-computefarmconfiguration

LicenseServiceConfiguration

public object? LicenseServiceConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-licenseserviceconfiguration

SharedFileSystemConfiguration

public object? SharedFileSystemConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-sharedfilesystemconfiguration

Implements

CfnStudioComponent.IStudioComponentConfigurationProperty
Back to top Generated by DocFX