Show / Hide Table of Contents

Class CfnStudioComponent

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnStudioComponent
Implements
IInspectable
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnStudioComponent Inherits CfnResource Implements IInspectable, ITaggable
Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Synopsis

Constructors

CfnStudioComponent(Construct, string, ICfnStudioComponentProps)

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Properties

AttrStudioComponentId

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Configuration

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Description

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Ec2SecurityGroupIds

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

InitializationScripts

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

ScriptParameters

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

StudioId

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Subtype

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

Constructors

CfnStudioComponent(Construct, string, ICfnStudioComponentProps)

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public CfnStudioComponent(Construct scope, string id, ICfnStudioComponentProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnStudioComponentProps

Resource properties.

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

Properties

AttrStudioComponentId

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string AttrStudioComponentId { get; }
Property Value

string

Remarks

CloudformationAttribute: StudioComponentId

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

CfnProperties

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

Configuration

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual object? Configuration { get; set; }
Property Value

object

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Description

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string? Description { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Ec2SecurityGroupIds

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string[]? Ec2SecurityGroupIds { get; set; }
Property Value

string[]

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

InitializationScripts

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual object? InitializationScripts { get; set; }
Property Value

object

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string Name { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

ScriptParameters

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual object? ScriptParameters { get; set; }
Property Value

object

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

StudioId

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string StudioId { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Subtype

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string? Subtype { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

TagsRaw

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual IDictionary<string, string>? TagsRaw { get; set; }
Property Value

IDictionary<string, string>

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

public virtual string Type { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

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 cfnStudioComponent = new CfnStudioComponent(this, "MyCfnStudioComponent", new CfnStudioComponentProps {
                 Name = "name",
                 StudioId = "studioId",
                 Type = "type",

                 // the properties below are optional
                 Configuration = 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"
                     }
                 },
                 Description = "description",
                 Ec2SecurityGroupIds = new [] { "ec2SecurityGroupIds" },
                 InitializationScripts = new [] { new StudioComponentInitializationScriptProperty {
                     LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
                     Platform = "platform",
                     RunContext = "runContext",
                     Script = "script"
                 } },
                 ScriptParameters = new [] { new ScriptParameterKeyValueProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Subtype = "subtype",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             });

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

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

CloudformationResource: AWS::NimbleStudio::StudioComponent

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggable
Back to top Generated by DocFX