We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.nimblestudio.getStudio
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Resource Type definition for AWS::NimbleStudio::Studio
Using getStudio
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStudio(args: GetStudioArgs, opts?: InvokeOptions): Promise<GetStudioResult>
function getStudioOutput(args: GetStudioOutputArgs, opts?: InvokeOptions): Output<GetStudioResult>
def get_studio(studio_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStudioResult
def get_studio_output(studio_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStudioResult]
func LookupStudio(ctx *Context, args *LookupStudioArgs, opts ...InvokeOption) (*LookupStudioResult, error)
func LookupStudioOutput(ctx *Context, args *LookupStudioOutputArgs, opts ...InvokeOption) LookupStudioResultOutput
> Note: This function is named LookupStudio
in the Go SDK.
public static class GetStudio
{
public static Task<GetStudioResult> InvokeAsync(GetStudioArgs args, InvokeOptions? opts = null)
public static Output<GetStudioResult> Invoke(GetStudioInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStudioResult> getStudio(GetStudioArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:nimblestudio:getStudio
arguments:
# arguments dictionary
The following arguments are supported:
- Studio
Id string - The unique identifier for the studio resource.
- Studio
Id string - The unique identifier for the studio resource.
- studio
Id String - The unique identifier for the studio resource.
- studio
Id string - The unique identifier for the studio resource.
- studio_
id str - The unique identifier for the studio resource.
- studio
Id String - The unique identifier for the studio resource.
getStudio Result
The following output properties are available:
- Admin
Role stringArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- Display
Name string - A friendly name for the studio.
- Home
Region string - The AWS Region where the studio resource is located. For example,
us-west-2
. - Sso
Client stringId - 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
Encryption Pulumi.Configuration Aws Native. Nimble Studio. Outputs. Studio Encryption Configuration - Configuration of the encryption method that is used for the studio.
- Studio
Id string - The unique identifier for the studio resource.
- Studio
Url string - The unique identifier for the studio resource.
- User
Role stringArn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
- Admin
Role stringArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- Display
Name string - A friendly name for the studio.
- Home
Region string - The AWS Region where the studio resource is located. For example,
us-west-2
. - Sso
Client stringId - 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
Encryption StudioConfiguration Encryption Configuration - Configuration of the encryption method that is used for the studio.
- Studio
Id string - The unique identifier for the studio resource.
- Studio
Url string - The unique identifier for the studio resource.
- User
Role stringArn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
- admin
Role StringArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- display
Name String - A friendly name for the studio.
- home
Region String - The AWS Region where the studio resource is located. For example,
us-west-2
. - sso
Client StringId - 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
Encryption StudioConfiguration Encryption Configuration - Configuration of the encryption method that is used for the studio.
- studio
Id String - The unique identifier for the studio resource.
- studio
Url String - The unique identifier for the studio resource.
- user
Role StringArn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
- admin
Role stringArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- display
Name string - A friendly name for the studio.
- home
Region string - The AWS Region where the studio resource is located. For example,
us-west-2
. - sso
Client stringId - 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
Encryption StudioConfiguration Encryption Configuration - Configuration of the encryption method that is used for the studio.
- studio
Id string - The unique identifier for the studio resource.
- studio
Url string - The unique identifier for the studio resource.
- user
Role stringArn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
- admin_
role_ strarn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- display_
name str - A friendly name for the studio.
- home_
region str - The AWS Region where the studio resource is located. For example,
us-west-2
. - sso_
client_ strid - 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_
encryption_ Studioconfiguration Encryption Configuration - Configuration of the encryption method that is used for the studio.
- studio_
id str - The unique identifier for the studio resource.
- studio_
url str - The unique identifier for the studio resource.
- user_
role_ strarn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
- admin
Role StringArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- display
Name String - A friendly name for the studio.
- home
Region String - The AWS Region where the studio resource is located. For example,
us-west-2
. - sso
Client StringId - 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
Encryption Property MapConfiguration - Configuration of the encryption method that is used for the studio.
- studio
Id String - The unique identifier for the studio resource.
- studio
Url String - The unique identifier for the studio resource.
- user
Role StringArn - The IAM role that studio users assume when logging in to the Nimble Studio portal.
Supporting Types
StudioEncryptionConfiguration
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.9.0 published on Monday, Nov 18, 2024 by Pulumi