interface CfnViewVersionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnViewVersionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnViewVersionProps |
Java | software.amazon.awscdk.services.connect.CfnViewVersionProps |
Python | aws_cdk.aws_connect.CfnViewVersionProps |
TypeScript | aws-cdk-lib » aws_connect » CfnViewVersionProps |
Properties for defining a CfnViewVersion
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const cfnViewVersionProps: connect.CfnViewVersionProps = {
viewArn: 'viewArn',
// the properties below are optional
versionDescription: 'versionDescription',
viewContentSha256: 'viewContentSha256',
};
Properties
Name | Type | Description |
---|---|---|
view | string | The unqualified Amazon Resource Name (ARN) of the view. |
version | string | The description of the view version. |
view | string | Indicates the checksum value of the latest published view content. |
viewArn
Type:
string
The unqualified Amazon Resource Name (ARN) of the view.
For example:
arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000
versionDescription?
Type:
string
(optional)
The description of the view version.
viewContentSha256?
Type:
string
(optional)
Indicates the checksum value of the latest published view content.