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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.connect.getViewVersion

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getViewVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    viewVersionArn String
    The Amazon Resource Name (ARN) of the created view version.
    viewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    view_version_arn str
    The Amazon Resource Name (ARN) of the created view version.
    viewVersionArn 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.
    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    Version int
    The version of the view.
    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    version Integer
    The version of the view.
    viewVersionArn String
    The Amazon Resource Name (ARN) of the created view version.
    version number
    The version of the view.
    viewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    version int
    The version of the view.
    view_version_arn str
    The Amazon Resource Name (ARN) of the created view version.
    version Number
    The version of the view.
    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
    aws-native logo

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

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi