We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 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>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]func LookupView(ctx *Context, args *LookupViewArgs, opts ...InvokeOption) (*LookupViewResult, error)
func LookupViewOutput(ctx *Context, args *LookupViewOutputArgs, opts ...InvokeOption) LookupViewResultOutput> 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)
}public static CompletableFuture<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
public static Output<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getView
arguments:
# arguments dictionaryThe following arguments are supported:
- View
Arn string - The Amazon Resource Name (ARN) of the view.
- View
Arn string - The Amazon Resource Name (ARN) of the view.
- view
Arn String - The Amazon Resource Name (ARN) of the view.
- view
Arn string - The Amazon Resource Name (ARN) of the view.
- view_
arn str - The Amazon Resource Name (ARN) of the view.
- view
Arn 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.
- Instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- Name string
- The name of the view.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- Template object
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- View
Arn string - The Amazon Resource Name (ARN) of the view.
- View
Content stringSha256 - The view content hash.
- View
Id string - The view id of the view.
- Actions []string
- The actions of the view in an array.
- Description string
- The description of the view.
- Instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- Name string
- The name of the view.
- Tag
- One or more tags.
- Template interface{}
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- View
Arn string - The Amazon Resource Name (ARN) of the view.
- View
Content stringSha256 - The view content hash.
- View
Id 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.
- instance
Arn String - The Amazon Resource Name (ARN) of the instance.
- name String
- The name of the view.
- List<Tag>
- One or more tags.
- template Object
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- view
Arn String - The Amazon Resource Name (ARN) of the view.
- view
Content StringSha256 - The view content hash.
- view
Id String - The view id of the view.
- actions string[]
- The actions of the view in an array.
- description string
- The description of the view.
- instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- name string
- The name of the view.
- Tag[]
- One or more tags.
- template any
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- view
Arn string - The Amazon Resource Name (ARN) of the view.
- view
Content stringSha256 - The view content hash.
- view
Id 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.
- Sequence[root_Tag]
- One or more tags.
- template Any
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- view_
arn str - The Amazon Resource Name (ARN) of the view.
- view_
content_ strsha256 - 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.
- instance
Arn String - The Amazon Resource Name (ARN) of the instance.
- name String
- The name of the view.
- List<Property Map>
- One or more tags.
- template Any
The template of the view as JSON.
Search the CloudFormation User Guide for
AWS::Connect::Viewfor more information about the expected schema for this property.- view
Arn String - The Amazon Resource Name (ARN) of the view.
- view
Content StringSha256 - The view content hash.
- view
Id String - The view id of the view.
Supporting Types
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.
published on Monday, Mar 9, 2026 by Pulumi
