v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1449253218.5 KB

Updates a studio component resource.

patch/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}

Path parameters

studioComponentIdstring required

The studio component ID.

studioIdstring required

The studio ID.

Headers

X-Amz-Client-Tokenstring

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

Request body

descriptionstring password

The description.

ec2SecurityGroupIdsSecurityGroupId[]

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

namestring password

The name for the studio component.

runtimeRoleArnstring

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

secureInitializationRoleArnstring

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

subtype'AWS_MANAGED_MICROSOFT_AD' | 'AMAZON_FSX_FOR_WINDOWS' | 'AMAZON_FSX_FOR_LUSTRE' | 'CUSTOM'

The specific subtype of a studio component.

type'ACTIVE_DIRECTORY' | 'SHARED_FILE_SYSTEM' | 'COMPUTE_FARM' | 'LICENSE_SERVICE' | 'CUSTOM'

The type of the studio component.

Response

Success