StudioComponent

class StudioComponent : KotlinCustomResource

Represents a studio component that connects a non-Nimble Studio resource in your account to your studio

Properties

Link copied to clipboard
val configuration: Output<Any>?

The configuration of the studio component, based on component type.

Link copied to clipboard
val description: Output<String>?

The description.

Link copied to clipboard

The EC2 security groups that control access to the studio component.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Initialization scripts for studio components.

Link copied to clipboard
val name: Output<String>

The name for the studio component.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val runtimeRoleArn: Output<String>?

An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running.

Link copied to clipboard

Parameters for the studio component scripts.

Link copied to clipboard

An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.

Link copied to clipboard

The unique identifier for the studio component resource.

Link copied to clipboard
val studioId: Output<String>

The studio ID.

Link copied to clipboard

The specific subtype of a studio component.

Link copied to clipboard
val tags: Output<Map<String, String>>?

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard

The type of the studio component.

Link copied to clipboard
val urn: Output<String>