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

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.getView

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::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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getView
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ViewArn string
    The Amazon Resource Name (ARN) of the view.
    ViewArn string
    The Amazon Resource Name (ARN) of the view.
    viewArn String
    The Amazon Resource Name (ARN) of the view.
    viewArn string
    The Amazon Resource Name (ARN) of the view.
    view_arn str
    The Amazon Resource Name (ARN) of the view.
    viewArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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