Interface ICfnViewVersionMixinProps
Properties for CfnViewVersionPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnViewVersionMixinProps
Syntax (vb)
Public Interface ICfnViewVersionMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Connect;
var cfnViewVersionMixinProps = new CfnViewVersionMixinProps {
VersionDescription = "versionDescription",
ViewArn = "viewArn",
ViewContentSha256 = "viewContentSha256"
};
Synopsis
Properties
| VersionDescription | The description of the view version. |
| ViewArn | The unqualified Amazon Resource Name (ARN) of the view. |
| ViewContentSha256 | Indicates the checksum value of the latest published view content. |
Properties
VersionDescription
The description of the view version.
string? VersionDescription { get; }
Property Value
Remarks
ViewArn
The unqualified Amazon Resource Name (ARN) of the view.
object? ViewArn { get; }
Property Value
Remarks
For example:
arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000
Type union: either string or IViewRef
ViewContentSha256
Indicates the checksum value of the latest published view content.
string? ViewContentSha256 { get; }