nimblestudio_update_studio_component: Updates a studio component resource

View source: R/nimblestudio_operations.R

nimblestudio_update_studio_componentR Documentation

Updates a studio component resource

Description

Updates a studio component resource.

See https://www.paws-r-sdk.com/docs/nimblestudio_update_studio_component/ for full documentation.

Usage

nimblestudio_update_studio_component(
  clientToken = NULL,
  configuration = NULL,
  description = NULL,
  ec2SecurityGroupIds = NULL,
  initializationScripts = NULL,
  name = NULL,
  runtimeRoleArn = NULL,
  scriptParameters = NULL,
  secureInitializationRoleArn = NULL,
  studioComponentId,
  studioId,
  subtype = NULL,
  type = NULL
)

Arguments

clientToken

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.

configuration

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

description

The description.

ec2SecurityGroupIds

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

initializationScripts

Initialization scripts for studio components.

name

The name for the studio component.

runtimeRoleArn

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.

scriptParameters

Parameters for the studio component scripts.

secureInitializationRoleArn

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.

studioComponentId

[required] The studio component ID.

studioId

[required] The studio ID.

subtype

The specific subtype of a studio component.

type

The type of the studio component.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.