class Aws::NimbleStudio::Types::StudioComponent

A network that is used by a studio’s users and workflows, including render farm, Active Directory, licensing, and file system.

@!attribute [rw] arn

@return [String]

@!attribute [rw] configuration

The configuration of the studio component, based on component type.
@return [Types::StudioComponentConfiguration]

@!attribute [rw] created_at

@return [Time]

@!attribute [rw] created_by

@return [String]

@!attribute [rw] description

@return [String]

@!attribute [rw] ec2_security_group_ids

@return [Array<String>]

@!attribute [rw] initialization_scripts

@return [Array<Types::StudioComponentInitializationScript>]

@!attribute [rw] name

@return [String]

@!attribute [rw] script_parameters

@return [Array<Types::ScriptParameterKeyValue>]

@!attribute [rw] state

The current state of the studio component resource.

While a studio component is being created, modified, or deleted, its
state will equal "CREATE\_IN\_PROGRESS", "UPDATE\_IN\_PROGRESS",
or "DELETE\_IN\_PROGRESS"

These are called 'transition states'.

No modifications may be made to the studio component while it is in
a transition state.

If creation of the resource fails, the state will change to
`CREATE\_FAILED`. The resource StatusCode and StatusMessage will
provide more information of why creation failed. The resource in
this state will automatically be deleted from your account after a
period of time.

If updating the resource fails, the state will change to
`UPDATE\_FAILED`. The resource StatusCode and StatusMessage will
provide more information of why the update failed. The resource will
be returned to the state it was in when the update request was
invoked.

If deleting the resource fails, the state will change to
`DELETE\_FAILED`. The resource StatusCode and StatusMessage will
provide more information of why the update failed. The resource will
be returned to the state it was in when the update request was
invoked. After the resource is deleted successfully, it will change
to the "DELETED" state. The resource will no longer count against
service quotas and cannot be used or acted upon any futher. It will
be removed from your account after a period of time.
@return [String]

@!attribute [rw] status_code

The current status of the studio component resource.

When the resource is in the 'READY' state, the status code signals
what the last mutation made to the resource was.

When the resource is in a
CREATE\_FAILED/UPDATE\_FAILED/DELETE\_FAILED state, the status code
signals what went wrong and why the mutation failed.
@return [String]

@!attribute [rw] status_message

@return [String]

@!attribute [rw] studio_component_id

@return [String]

@!attribute [rw] subtype

@return [String]

@!attribute [rw] tags

@return [Hash<String,String>]

@!attribute [rw] type

@return [String]

@!attribute [rw] updated_at

@return [Time]

@!attribute [rw] updated_by

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StudioComponent AWS API Documentation

Constants

SENSITIVE