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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.connect.getView

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::Connect::View

Using getView

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 getView(args: GetViewArgs, opts?: InvokeOptions): Promise<GetViewResult>
function getViewOutput(args: GetViewOutputArgs, opts?: InvokeOptions): Output<GetViewResult>
Copy
def get_view(view_arn: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetViewResult
def get_view_output(view_arn: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetViewResult]
Copy
func LookupView(ctx *Context, args *LookupViewArgs, opts ...InvokeOption) (*LookupViewResult, error)
func LookupViewOutput(ctx *Context, args *LookupViewOutputArgs, opts ...InvokeOption) LookupViewResultOutput
Copy

> Note: This function is named LookupView in the Go SDK.

public static class GetView 
{
    public static Task<GetViewResult> InvokeAsync(GetViewArgs args, InvokeOptions? opts = null)
    public static Output<GetViewResult> Invoke(GetViewInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
public static Output<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getView
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ViewArn This property is required. string
The Amazon Resource Name (ARN) of the view.
ViewArn This property is required. string
The Amazon Resource Name (ARN) of the view.
viewArn This property is required. String
The Amazon Resource Name (ARN) of the view.
viewArn This property is required. string
The Amazon Resource Name (ARN) of the view.
view_arn This property is required. str
The Amazon Resource Name (ARN) of the view.
viewArn This property is required. String
The Amazon Resource Name (ARN) of the view.

getView Result

The following output properties are available:

Actions List<string>
The actions of the view in an array.
Description string
The description of the view.
InstanceArn string
The Amazon Resource Name (ARN) of the instance.
Name string
The name of the view.
Tags List<Pulumi.AwsNative.Outputs.Tag>
One or more tags.
Template object

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

ViewArn string
The Amazon Resource Name (ARN) of the view.
ViewContentSha256 string
The view content hash.
ViewId string
The view id of the view.
Actions []string
The actions of the view in an array.
Description string
The description of the view.
InstanceArn string
The Amazon Resource Name (ARN) of the instance.
Name string
The name of the view.
Tags Tag
One or more tags.
Template interface{}

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

ViewArn string
The Amazon Resource Name (ARN) of the view.
ViewContentSha256 string
The view content hash.
ViewId string
The view id of the view.
actions List<String>
The actions of the view in an array.
description String
The description of the view.
instanceArn String
The Amazon Resource Name (ARN) of the instance.
name String
The name of the view.
tags List<Tag>
One or more tags.
template Object

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

viewArn String
The Amazon Resource Name (ARN) of the view.
viewContentSha256 String
The view content hash.
viewId String
The view id of the view.
actions string[]
The actions of the view in an array.
description string
The description of the view.
instanceArn string
The Amazon Resource Name (ARN) of the instance.
name string
The name of the view.
tags Tag[]
One or more tags.
template any

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

viewArn string
The Amazon Resource Name (ARN) of the view.
viewContentSha256 string
The view content hash.
viewId string
The view id of the view.
actions Sequence[str]
The actions of the view in an array.
description str
The description of the view.
instance_arn str
The Amazon Resource Name (ARN) of the instance.
name str
The name of the view.
tags Sequence[root_Tag]
One or more tags.
template Any

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

view_arn str
The Amazon Resource Name (ARN) of the view.
view_content_sha256 str
The view content hash.
view_id str
The view id of the view.
actions List<String>
The actions of the view in an array.
description String
The description of the view.
instanceArn String
The Amazon Resource Name (ARN) of the instance.
name String
The name of the view.
tags List<Property Map>
One or more tags.
template Any

The template of the view as JSON.

Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

viewArn String
The Amazon Resource Name (ARN) of the view.
viewContentSha256 String
The view content hash.
viewId String
The view id of the view.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

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.27.0 published on Monday, Apr 14, 2025 by Pulumi