We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.nimblestudio.getStudio
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Represents a studio that contains other Nimble Studio resources
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 - Display
Name string - Home
Region string - Sso
Client stringId - 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 - User
Role stringArn
- Admin
Role stringArn - Display
Name string - Home
Region string - Sso
Client stringId - 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 - User
Role stringArn
- admin
Role StringArn - display
Name String - home
Region String - sso
Client StringId - 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 - user
Role StringArn
- admin
Role stringArn - display
Name string - home
Region string - sso
Client stringId - 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 - user
Role stringArn
- admin_
role_ strarn - display_
name str - home_
region str - sso_
client_ strid - 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 - user_
role_ strarn
- admin
Role StringArn - display
Name String - home
Region String - sso
Client StringId - 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 - user
Role StringArn
Supporting Types
StudioEncryptionConfiguration
- Key
Type Pulumi.Aws Native. Nimble Studio. Studio Encryption Configuration Key Type - The type of KMS key that is used to encrypt studio data.
- Key
Arn string
- Key
Type StudioEncryption Configuration Key Type - The type of KMS key that is used to encrypt studio data.
- Key
Arn string
- key
Type StudioEncryption Configuration Key Type - The type of KMS key that is used to encrypt studio data.
- key
Arn String
- key
Type StudioEncryption Configuration Key Type - The type of KMS key that is used to encrypt studio data.
- key
Arn string
- key_
type StudioEncryption Configuration Key Type - The type of KMS key that is used to encrypt studio data.
- key_
arn str
- key
Type "AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY" - The type of KMS key that is used to encrypt studio data.
- key
Arn String
StudioEncryptionConfigurationKeyType
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi