@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.323Z")
public interface CfnStudioComponentProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.nimblestudio.*; CfnStudioComponentProps cfnStudioComponentProps = CfnStudioComponentProps.builder() .name("name") .studioId("studioId") .type("type") // the properties below are optional .configuration(StudioComponentConfigurationProperty.builder() .activeDirectoryConfiguration(ActiveDirectoryConfigurationProperty.builder() .computerAttributes(List.of(ActiveDirectoryComputerAttributeProperty.builder() .name("name") .value("value") .build())) .directoryId("directoryId") .organizationalUnitDistinguishedName("organizationalUnitDistinguishedName") .build()) .computeFarmConfiguration(ComputeFarmConfigurationProperty.builder() .activeDirectoryUser("activeDirectoryUser") .endpoint("endpoint") .build()) .licenseServiceConfiguration(LicenseServiceConfigurationProperty.builder() .endpoint("endpoint") .build()) .sharedFileSystemConfiguration(SharedFileSystemConfigurationProperty.builder() .endpoint("endpoint") .fileSystemId("fileSystemId") .linuxMountPoint("linuxMountPoint") .shareName("shareName") .windowsMountDrive("windowsMountDrive") .build()) .build()) .description("description") .ec2SecurityGroupIds(List.of("ec2SecurityGroupIds")) .initializationScripts(List.of(StudioComponentInitializationScriptProperty.builder() .launchProfileProtocolVersion("launchProfileProtocolVersion") .platform("platform") .runContext("runContext") .script("script") .build())) .scriptParameters(List.of(ScriptParameterKeyValueProperty.builder() .key("key") .value("value") .build())) .subtype("subtype") .tags(Map.of( "tagsKey", "tags")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioComponentProps.Builder
A builder for
CfnStudioComponentProps |
static class |
CfnStudioComponentProps.Jsii$Proxy
An implementation for
CfnStudioComponentProps |
Modifier and Type | Method and Description |
---|---|
static CfnStudioComponentProps.Builder |
builder() |
default java.lang.Object |
getConfiguration()
The configuration of the studio component, based on component type.
|
default java.lang.String |
getDescription()
A human-readable description for the studio component resource.
|
default java.util.List<java.lang.String> |
getEc2SecurityGroupIds()
The EC2 security groups that control access to the studio component.
|
default java.lang.Object |
getInitializationScripts()
Initialization scripts for studio components.
|
java.lang.String |
getName()
A friendly name for the studio component resource.
|
default java.lang.Object |
getScriptParameters()
Parameters for the studio component scripts.
|
java.lang.String |
getStudioId()
The unique identifier for a studio resource.
|
default java.lang.String |
getSubtype()
The specific subtype of a studio component.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getType()
The type of the studio component.
|
java.lang.String getName()
java.lang.String getStudioId()
In Nimble Studio , all other resources are contained in a studio resource.
java.lang.String getType()
default java.lang.Object getConfiguration()
default java.lang.String getDescription()
default java.util.List<java.lang.String> getEc2SecurityGroupIds()
default java.lang.Object getInitializationScripts()
default java.lang.Object getScriptParameters()
default java.lang.String getSubtype()
default java.util.Map<java.lang.String,java.lang.String> getTags()
For more information, see Tag .
static CfnStudioComponentProps.Builder builder()
CfnStudioComponentProps.Builder
of CfnStudioComponentProps