We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.connect.ViewVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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.
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:
- View
Arn string - The Amazon Resource Name (ARN) of the view for which a version is being created.
- Version
Description string - The description for the view version.
- View
Content stringSha256 - The view content hash to be checked.
- View
Arn string - The Amazon Resource Name (ARN) of the view for which a version is being created.
- Version
Description string - The description for the view version.
- View
Content stringSha256 - The view content hash to be checked.
- view
Arn String - The Amazon Resource Name (ARN) of the view for which a version is being created.
- version
Description String - The description for the view version.
- view
Content StringSha256 - The view content hash to be checked.
- view
Arn string - The Amazon Resource Name (ARN) of the view for which a version is being created.
- version
Description string - The description for the view version.
- view
Content stringSha256 - 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_ strsha256 - The view content hash to be checked.
- view
Arn String - The Amazon Resource Name (ARN) of the view for which a version is being created.
- version
Description String - The description for the view version.
- view
Content StringSha256 - 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.
- View
Version stringArn - 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.
- View
Version stringArn - 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.
- view
Version StringArn - 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.
- view
Version stringArn - 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_ strarn - 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.
- view
Version StringArn - The Amazon Resource Name (ARN) of the created view version.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi