1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getViewVersion

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

aws-native.connect.getViewVersion

Explore with Pulumi AI

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 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>
Copy
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]
Copy
func LookupViewVersion(ctx *Context, args *LookupViewVersionArgs, opts ...InvokeOption) (*LookupViewVersionResult, error)
func LookupViewVersionOutput(ctx *Context, args *LookupViewVersionOutputArgs, opts ...InvokeOption) LookupViewVersionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetViewVersionResult> getViewVersion(GetViewVersionArgs args, InvokeOptions options)
public static Output<GetViewVersionResult> getViewVersion(GetViewVersionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getViewVersion
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ViewVersionArn This property is required. string
The Amazon Resource Name (ARN) of the created view version.
ViewVersionArn This property is required. string
The Amazon Resource Name (ARN) of the created view version.
viewVersionArn This property is required. String
The Amazon Resource Name (ARN) of the created view version.
viewVersionArn This property is required. string
The Amazon Resource Name (ARN) of the created view version.
view_version_arn This property is required. str
The Amazon Resource Name (ARN) of the created view version.
viewVersionArn This property is required. String
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.
VersionDescription string
The description for the view version.
ViewVersionArn string
The Amazon Resource Name (ARN) of the created view version.
Version int
The version of the view.
VersionDescription string
The description for the view version.
ViewVersionArn string
The Amazon Resource Name (ARN) of the created view version.
version Integer
The version of the view.
versionDescription String
The description for the view version.
viewVersionArn String
The Amazon Resource Name (ARN) of the created view version.
version number
The version of the view.
versionDescription string
The description for the view version.
viewVersionArn string
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_arn str
The Amazon Resource Name (ARN) of the created view version.
version Number
The version of the view.
versionDescription String
The description for the view version.
viewVersionArn String
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.25.0 published on Monday, Feb 3, 2025 by Pulumi