Interface ICfnStudioComponentProps
Properties for defining a CfnStudioComponent
.
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnStudioComponentProps
Syntax (vb)
Public Interface ICfnStudioComponentProps
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 cfnStudioComponentProps = 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
Properties
Configuration | Properties for defining a |
Description | Properties for defining a |
Ec2SecurityGroupIds | Properties for defining a |
InitializationScripts | Properties for defining a |
Name | Properties for defining a |
ScriptParameters | Properties for defining a |
StudioId | Properties for defining a |
Subtype | Properties for defining a |
Tags | Properties for defining a |
Type | Properties for defining a |
Properties
Configuration
Properties for defining a CfnStudioComponent
.
object? Configuration { get; }
Property Value
Remarks
Description
Properties for defining a CfnStudioComponent
.
string? Description { get; }
Property Value
Remarks
Ec2SecurityGroupIds
Properties for defining a CfnStudioComponent
.
string[]? Ec2SecurityGroupIds { get; }
Property Value
string[]
Remarks
InitializationScripts
Properties for defining a CfnStudioComponent
.
object? InitializationScripts { get; }
Property Value
Remarks
Name
Properties for defining a CfnStudioComponent
.
string Name { get; }
Property Value
Remarks
ScriptParameters
Properties for defining a CfnStudioComponent
.
object? ScriptParameters { get; }
Property Value
Remarks
StudioId
Properties for defining a CfnStudioComponent
.
string StudioId { get; }
Property Value
Remarks
Subtype
Properties for defining a CfnStudioComponent
.
string? Subtype { get; }
Property Value
Remarks
Tags
Properties for defining a CfnStudioComponent
.
IDictionary<string, string>? Tags { get; }
Property Value
Remarks
Type
Properties for defining a CfnStudioComponent
.
string Type { get; }