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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.nimblestudio.Studio

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::NimbleStudio::Studio

Create Studio Resource

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

Constructor syntax

new Studio(name: string, args: StudioArgs, opts?: CustomResourceOptions);
@overload
def Studio(resource_name: str,
           args: StudioArgs,
           opts: Optional[ResourceOptions] = None)

@overload
def Studio(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           admin_role_arn: Optional[str] = None,
           display_name: Optional[str] = None,
           user_role_arn: Optional[str] = None,
           studio_encryption_configuration: Optional[StudioEncryptionConfigurationArgs] = None,
           studio_name: Optional[str] = None,
           tags: Optional[Mapping[str, str]] = None)
func NewStudio(ctx *Context, name string, args StudioArgs, opts ...ResourceOption) (*Studio, error)
public Studio(string name, StudioArgs args, CustomResourceOptions? opts = null)
public Studio(String name, StudioArgs args)
public Studio(String name, StudioArgs args, CustomResourceOptions options)
type: aws-native:nimblestudio:Studio
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

Studio 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 Studio resource accepts the following input properties:

AdminRoleArn This property is required. string
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
DisplayName This property is required. string
A friendly name for the studio.
UserRoleArn This property is required. string
The IAM role that studio users assume when logging in to the Nimble Studio portal.
StudioEncryptionConfiguration Pulumi.AwsNative.NimbleStudio.Inputs.StudioEncryptionConfiguration
Configuration of the encryption method that is used for the studio.
StudioName string
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
Tags Dictionary<string, string>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

AdminRoleArn This property is required. string
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
DisplayName This property is required. string
A friendly name for the studio.
UserRoleArn This property is required. string
The IAM role that studio users assume when logging in to the Nimble Studio portal.
StudioEncryptionConfiguration StudioEncryptionConfigurationArgs
Configuration of the encryption method that is used for the studio.
StudioName string
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
Tags map[string]string

An array of key-value pairs to apply to this resource.

For more information, see Tag .

adminRoleArn This property is required. String
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
displayName This property is required. String
A friendly name for the studio.
userRoleArn This property is required. String
The IAM role that studio users assume when logging in to the Nimble Studio portal.
studioEncryptionConfiguration StudioEncryptionConfiguration
Configuration of the encryption method that is used for the studio.
studioName String
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
tags Map<String,String>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

adminRoleArn This property is required. string
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
displayName This property is required. string
A friendly name for the studio.
userRoleArn This property is required. string
The IAM role that studio users assume when logging in to the Nimble Studio portal.
studioEncryptionConfiguration StudioEncryptionConfiguration
Configuration of the encryption method that is used for the studio.
studioName string
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
tags {[key: string]: string}

An array of key-value pairs to apply to this resource.

For more information, see Tag .

admin_role_arn This property is required. str
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
display_name This property is required. str
A friendly name for the studio.
user_role_arn This property is required. str
The IAM role that studio users assume when logging in to the Nimble Studio portal.
studio_encryption_configuration StudioEncryptionConfigurationArgs
Configuration of the encryption method that is used for the studio.
studio_name str
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
tags Mapping[str, str]

An array of key-value pairs to apply to this resource.

For more information, see Tag .

adminRoleArn This property is required. String
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
displayName This property is required. String
A friendly name for the studio.
userRoleArn This property is required. String
The IAM role that studio users assume when logging in to the Nimble Studio portal.
studioEncryptionConfiguration Property Map
Configuration of the encryption method that is used for the studio.
studioName String
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
tags Map<String>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

Outputs

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

HomeRegion string
The AWS Region where the studio resource is located. For example, us-west-2 .
Id string
The provider-assigned unique ID for this managed resource.
SsoClientId string
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
StudioId string
The unique identifier for the studio resource.
StudioUrl string
The unique identifier for the studio resource.
HomeRegion string
The AWS Region where the studio resource is located. For example, us-west-2 .
Id string
The provider-assigned unique ID for this managed resource.
SsoClientId string
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
StudioId string
The unique identifier for the studio resource.
StudioUrl string
The unique identifier for the studio resource.
homeRegion String
The AWS Region where the studio resource is located. For example, us-west-2 .
id String
The provider-assigned unique ID for this managed resource.
ssoClientId String
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
studioId String
The unique identifier for the studio resource.
studioUrl String
The unique identifier for the studio resource.
homeRegion string
The AWS Region where the studio resource is located. For example, us-west-2 .
id string
The provider-assigned unique ID for this managed resource.
ssoClientId string
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
studioId string
The unique identifier for the studio resource.
studioUrl string
The unique identifier for the studio resource.
home_region str
The AWS Region where the studio resource is located. For example, us-west-2 .
id str
The provider-assigned unique ID for this managed resource.
sso_client_id str
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
studio_id str
The unique identifier for the studio resource.
studio_url str
The unique identifier for the studio resource.
homeRegion String
The AWS Region where the studio resource is located. For example, us-west-2 .
id String
The provider-assigned unique ID for this managed resource.
ssoClientId String
The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
studioId String
The unique identifier for the studio resource.
studioUrl String
The unique identifier for the studio resource.

Supporting Types

StudioEncryptionConfiguration
, StudioEncryptionConfigurationArgs

KeyType This property is required. string
The type of KMS key that is used to encrypt studio data.
KeyArn string
The ARN for a KMS key that is used to encrypt studio data.
KeyType This property is required. string
The type of KMS key that is used to encrypt studio data.
KeyArn string
The ARN for a KMS key that is used to encrypt studio data.
keyType This property is required. String
The type of KMS key that is used to encrypt studio data.
keyArn String
The ARN for a KMS key that is used to encrypt studio data.
keyType This property is required. string
The type of KMS key that is used to encrypt studio data.
keyArn string
The ARN for a KMS key that is used to encrypt studio data.
key_type This property is required. str
The type of KMS key that is used to encrypt studio data.
key_arn str
The ARN for a KMS key that is used to encrypt studio data.
keyType This property is required. String
The type of KMS key that is used to encrypt studio data.
keyArn String
The ARN for a KMS key that is used to encrypt studio data.

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi