We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.connect.getViewVersion
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Connect::ViewVersion
Using getViewVersion
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 getViewVersion(args: GetViewVersionArgs, opts?: InvokeOptions): Promise<GetViewVersionResult>
function getViewVersionOutput(args: GetViewVersionOutputArgs, opts?: InvokeOptions): Output<GetViewVersionResult>def get_view_version(view_version_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetViewVersionResult
def get_view_version_output(view_version_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetViewVersionResult]func LookupViewVersion(ctx *Context, args *LookupViewVersionArgs, opts ...InvokeOption) (*LookupViewVersionResult, error)
func LookupViewVersionOutput(ctx *Context, args *LookupViewVersionOutputArgs, opts ...InvokeOption) LookupViewVersionResultOutput> Note: This function is named LookupViewVersion in the Go SDK.
public static class GetViewVersion
{
public static Task<GetViewVersionResult> InvokeAsync(GetViewVersionArgs args, InvokeOptions? opts = null)
public static Output<GetViewVersionResult> Invoke(GetViewVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetViewVersionResult> getViewVersion(GetViewVersionArgs args, InvokeOptions options)
public static Output<GetViewVersionResult> getViewVersion(GetViewVersionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getViewVersion
arguments:
# arguments dictionaryThe following arguments are supported:
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
- view
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- view_
version_ strarn - The Amazon Resource Name (ARN) of the created view version.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
getViewVersion Result
The following output properties are available:
- Version int
- The version of the view.
- Version
Description string - The description for the view version.
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- Version int
- The version of the view.
- Version
Description string - The description for the view version.
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- version Integer
- The version of the view.
- version
Description String - The description for the view version.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
- version number
- The version of the view.
- version
Description string - The description for the view version.
- view
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- version int
- The version of the view.
- version_
description str - The description for the view version.
- view_
version_ strarn - The Amazon Resource Name (ARN) of the created view version.
- version Number
- The version of the view.
- version
Description String - The description for the view version.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
