1. Packages
  2. AWS Native
  3. API Docs
  4. nimblestudio
  5. getStudio

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.nimblestudio.getStudio

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 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:

    StudioId string
    The unique identifier for the studio resource.
    StudioId string
    The unique identifier for the studio resource.
    studioId String
    The unique identifier for the studio resource.
    studioId string
    The unique identifier for the studio resource.
    studio_id str
    The unique identifier for the studio resource.
    studioId String
    The unique identifier for the studio resource.

    getStudio Result

    The following output properties are available:

    AdminRoleArn string
    DisplayName string
    HomeRegion string
    SsoClientId string
    StudioEncryptionConfiguration Pulumi.AwsNative.NimbleStudio.Outputs.StudioEncryptionConfiguration
    Configuration of the encryption method that is used for the studio.
    StudioId string
    The unique identifier for the studio resource.
    StudioUrl string
    UserRoleArn string
    AdminRoleArn string
    DisplayName string
    HomeRegion string
    SsoClientId string
    StudioEncryptionConfiguration StudioEncryptionConfiguration
    Configuration of the encryption method that is used for the studio.
    StudioId string
    The unique identifier for the studio resource.
    StudioUrl string
    UserRoleArn string
    adminRoleArn String
    displayName String
    homeRegion String
    ssoClientId String
    studioEncryptionConfiguration StudioEncryptionConfiguration
    Configuration of the encryption method that is used for the studio.
    studioId String
    The unique identifier for the studio resource.
    studioUrl String
    userRoleArn String
    adminRoleArn string
    displayName string
    homeRegion string
    ssoClientId string
    studioEncryptionConfiguration StudioEncryptionConfiguration
    Configuration of the encryption method that is used for the studio.
    studioId string
    The unique identifier for the studio resource.
    studioUrl string
    userRoleArn string
    admin_role_arn str
    display_name str
    home_region str
    sso_client_id str
    studio_encryption_configuration StudioEncryptionConfiguration
    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_arn str
    adminRoleArn String
    displayName String
    homeRegion String
    ssoClientId String
    studioEncryptionConfiguration Property Map
    Configuration of the encryption method that is used for the studio.
    studioId String
    The unique identifier for the studio resource.
    studioUrl String
    userRoleArn String

    Supporting Types

    StudioEncryptionConfiguration

    KeyType Pulumi.AwsNative.NimbleStudio.StudioEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    KeyArn string
    KeyType StudioEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    KeyArn string
    keyType StudioEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    keyArn String
    keyType StudioEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    keyArn string
    key_type StudioEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    key_arn str
    keyType "AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY"
    The type of KMS key that is used to encrypt studio data.
    keyArn String

    StudioEncryptionConfigurationKeyType

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi