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

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

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::ViewVersion

    Create ViewVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ViewVersion(name: string, args: ViewVersionArgs, opts?: CustomResourceOptions);
    @overload
    def ViewVersion(resource_name: str,
                    args: ViewVersionArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ViewVersion(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    view_arn: Optional[str] = None,
                    version_description: Optional[str] = None,
                    view_content_sha256: Optional[str] = None)
    func NewViewVersion(ctx *Context, name string, args ViewVersionArgs, opts ...ResourceOption) (*ViewVersion, error)
    public ViewVersion(string name, ViewVersionArgs args, CustomResourceOptions? opts = null)
    public ViewVersion(String name, ViewVersionArgs args)
    public ViewVersion(String name, ViewVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:connect:ViewVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ViewVersionArgs
    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 ViewVersionArgs
    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 ViewVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ViewVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ViewVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const viewVersionResource = new aws_native.connect.ViewVersion("viewVersionResource", {
        viewArn: "string",
        versionDescription: "string",
        viewContentSha256: "string",
    });
    
    Coming soon!
    

    ViewVersion 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 ViewVersion resource accepts the following input properties:

    ViewArn string
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    VersionDescription string
    The description for the view version.
    ViewContentSha256 string
    The view content hash to be checked.
    ViewArn string
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    VersionDescription string
    The description for the view version.
    ViewContentSha256 string
    The view content hash to be checked.
    viewArn String
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    versionDescription String
    The description for the view version.
    viewContentSha256 String
    The view content hash to be checked.
    viewArn string
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    versionDescription string
    The description for the view version.
    viewContentSha256 string
    The view content hash to be checked.
    view_arn str
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    version_description str
    The description for the view version.
    view_content_sha256 str
    The view content hash to be checked.
    viewArn String
    The Amazon Resource Name (ARN) of the view for which a version is being created.
    versionDescription String
    The description for the view version.
    viewContentSha256 String
    The view content hash to be checked.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the view.
    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the view.
    ViewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    id String
    The provider-assigned unique ID for this managed resource.
    version Integer
    The version of the view.
    viewVersionArn String
    The Amazon Resource Name (ARN) of the created view version.
    id string
    The provider-assigned unique ID for this managed resource.
    version number
    The version of the view.
    viewVersionArn string
    The Amazon Resource Name (ARN) of the created view version.
    id str
    The provider-assigned unique ID for this managed resource.
    version int
    The version of the view.
    view_version_arn str
    The Amazon Resource Name (ARN) of the created view version.
    id String
    The provider-assigned unique ID for this managed resource.
    version Number
    The version of the view.
    viewVersionArn String
    The Amazon Resource Name (ARN) of the created view version.

    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