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.connect.getViewVersion
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
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:
- 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.
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- Version int
- The version of the view.
- View
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- version Integer
- The version of the view.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
- version number
- The version of the view.
- view
Version stringArn - The Amazon Resource Name (ARN) of the created view version.
- version int
- The version of the view.
- view_
version_ strarn - The Amazon Resource Name (ARN) of the created view version.
- version Number
- The version of the view.
- 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi