1. Packages
  2. Google Cloud Native
  3. API Docs
  4. contactcenterinsights
  5. contactcenterinsights/v1
  6. View

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.contactcenterinsights/v1.View

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a view.

    Create View Resource

    new View(name: string, args?: ViewArgs, opts?: CustomResourceOptions);
    @overload
    def View(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             display_name: Optional[str] = None,
             location: Optional[str] = None,
             name: Optional[str] = None,
             project: Optional[str] = None,
             value: Optional[str] = None)
    @overload
    def View(resource_name: str,
             args: Optional[ViewArgs] = None,
             opts: Optional[ResourceOptions] = None)
    func NewView(ctx *Context, name string, args *ViewArgs, opts ...ResourceOption) (*View, error)
    public View(string name, ViewArgs? args = null, CustomResourceOptions? opts = null)
    public View(String name, ViewArgs args)
    public View(String name, ViewArgs args, CustomResourceOptions options)
    
    type: google-native:contactcenterinsights/v1:View
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    View Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The View resource accepts the following input properties:

    DisplayName string
    The human-readable display name of the view.
    Location string
    Name string
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    Project string
    Value string
    String with specific view properties, must be non-empty.
    DisplayName string
    The human-readable display name of the view.
    Location string
    Name string
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    Project string
    Value string
    String with specific view properties, must be non-empty.
    displayName String
    The human-readable display name of the view.
    location String
    name String
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    project String
    value String
    String with specific view properties, must be non-empty.
    displayName string
    The human-readable display name of the view.
    location string
    name string
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    project string
    value string
    String with specific view properties, must be non-empty.
    display_name str
    The human-readable display name of the view.
    location str
    name str
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    project str
    value str
    String with specific view properties, must be non-empty.
    displayName String
    The human-readable display name of the view.
    location String
    name String
    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
    project String
    value String
    String with specific view properties, must be non-empty.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the View resource produces the following output properties:

    CreateTime string
    The time at which this view was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateTime string
    The most recent time at which the view was updated.
    CreateTime string
    The time at which this view was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateTime string
    The most recent time at which the view was updated.
    createTime String
    The time at which this view was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updateTime String
    The most recent time at which the view was updated.
    createTime string
    The time at which this view was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updateTime string
    The most recent time at which the view was updated.
    create_time str
    The time at which this view was created.
    id str
    The provider-assigned unique ID for this managed resource.
    update_time str
    The most recent time at which the view was updated.
    createTime String
    The time at which this view was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updateTime String
    The most recent time at which the view was updated.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi