nimblestudio_create_studio_component: Creates a studio component resource

View source: R/nimblestudio_operations.R

nimblestudio_create_studio_componentR Documentation

Creates a studio component resource

Description

Creates a studio component resource.

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

Usage

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

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

[required] 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.

studioId

[required] The studio ID.

subtype

The specific subtype of a studio component.

tags

A collection of labels, in the form of key-value pairs, that apply to this resource.

type

[required] The type of the studio component.


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