Class CfnViewVersion
Creates a version for the specified customer-managed view within the specified instance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnViewVersion : CfnResource, IInspectable
Syntax (vb)
Public Class CfnViewVersion
Inherits CfnResource
Implements IInspectable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html
CloudformationResource: AWS::Connect::ViewVersion
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.AWS.Connect;
var cfnViewVersion = new CfnViewVersion(this, "MyCfnViewVersion", new CfnViewVersionProps {
ViewArn = "viewArn",
// the properties below are optional
VersionDescription = "versionDescription",
ViewContentSha256 = "viewContentSha256"
});
Synopsis
Constructors
CfnViewVersion(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnViewVersion(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnViewVersion(Construct, String, ICfnViewVersionProps) |
Properties
AttrVersion | Current version of the view. |
AttrViewVersionArn | The Amazon Resource Name (ARN) of the view version. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
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. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnViewVersion(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnViewVersion(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnViewVersion(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnViewVersion(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnViewVersion(Construct, String, ICfnViewVersionProps)
public CfnViewVersion(Construct scope, string id, ICfnViewVersionProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnViewVersionProps
Resource properties.
Properties
AttrVersion
Current version of the view.
public virtual double AttrVersion { get; }
Property Value
System.Double
Remarks
CloudformationAttribute: Version
AttrViewVersionArn
The Amazon Resource Name (ARN) of the view version.
public virtual string AttrViewVersionArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ViewVersionArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
VersionDescription
The description of the view version.
public virtual string VersionDescription { get; set; }
Property Value
System.String
ViewArn
The unqualified Amazon Resource Name (ARN) of the view.
public virtual string ViewArn { get; set; }
Property Value
System.String
ViewContentSha256
Indicates the checksum value of the latest published view content.
public virtual string ViewContentSha256 { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>