1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. nimblestudio
  5. StudioComponent

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

aws-native.nimblestudio.StudioComponent

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

    Resource Type definition for AWS::NimbleStudio::StudioComponent

    Create StudioComponent Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new StudioComponent(name: string, args: StudioComponentArgs, opts?: CustomResourceOptions);
    @overload
    def StudioComponent(resource_name: str,
                        args: StudioComponentArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def StudioComponent(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        studio_id: Optional[str] = None,
                        type: Optional[str] = None,
                        configuration: Optional[StudioComponentConfigurationArgs] = None,
                        description: Optional[str] = None,
                        ec2_security_group_ids: Optional[Sequence[str]] = None,
                        initialization_scripts: Optional[Sequence[StudioComponentInitializationScriptArgs]] = None,
                        name: Optional[str] = None,
                        script_parameters: Optional[Sequence[StudioComponentScriptParameterKeyValueArgs]] = None,
                        subtype: Optional[str] = None,
                        tags: Optional[Mapping[str, str]] = None)
    func NewStudioComponent(ctx *Context, name string, args StudioComponentArgs, opts ...ResourceOption) (*StudioComponent, error)
    public StudioComponent(string name, StudioComponentArgs args, CustomResourceOptions? opts = null)
    public StudioComponent(String name, StudioComponentArgs args)
    public StudioComponent(String name, StudioComponentArgs args, CustomResourceOptions options)
    
    type: aws-native:nimblestudio:StudioComponent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args StudioComponentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StudioComponentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StudioComponentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StudioComponentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StudioComponentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StudioComponent Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The StudioComponent resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StudioComponent resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    StudioComponentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    StudioComponentId string
    id String
    The provider-assigned unique ID for this managed resource.
    studioComponentId String
    id string
    The provider-assigned unique ID for this managed resource.
    studioComponentId string
    id str
    The provider-assigned unique ID for this managed resource.
    studio_component_id str
    id String
    The provider-assigned unique ID for this managed resource.
    studioComponentId String

    Supporting Types

    StudioComponentActiveDirectoryComputerAttribute, StudioComponentActiveDirectoryComputerAttributeArgs

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    StudioComponentActiveDirectoryConfiguration, StudioComponentActiveDirectoryConfigurationArgs

    StudioComponentComputeFarmConfiguration, StudioComponentComputeFarmConfigurationArgs

    StudioComponentConfiguration, StudioComponentConfigurationArgs

    StudioComponentInitializationScript, StudioComponentInitializationScriptArgs

    StudioComponentLicenseServiceConfiguration, StudioComponentLicenseServiceConfigurationArgs

    Endpoint string
    Endpoint string
    endpoint String
    endpoint string
    endpoint String

    StudioComponentScriptParameterKeyValue, StudioComponentScriptParameterKeyValueArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    StudioComponentSharedFileSystemConfiguration, StudioComponentSharedFileSystemConfigurationArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi