Class CfnReadinessCheck
Creates a readiness check in Amazon Route 53 Application Recovery Controller.
Inherited Members
Namespace: Amazon.CDK.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnReadinessCheck : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnReadinessCheck
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
A readiness check continually monitors a resource set in your application, such as a set of Amazon Aurora instances, that Route 53 ARC is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.
Every resource type has a set of rules associated with it that Route 53 ARC uses to audit resources for readiness. For more information, see Readiness rules descriptions in the Amazon Route 53 Application Recovery Controller Developer Guide.
Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck
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.Route53RecoveryReadiness;
var cfnReadinessCheck = new CfnReadinessCheck(this, "MyCfnReadinessCheck", new CfnReadinessCheckProps {
ReadinessCheckName = "readinessCheckName",
ResourceSetName = "resourceSetName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnReadinessCheck(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnReadinessCheck(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnReadinessCheck(Construct, String, ICfnReadinessCheckProps) |
Properties
AttrReadinessCheckArn | The Amazon Resource Name (ARN) of the readiness check. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ReadinessCheckName | The name of the readiness check to create. |
ResourceSetName | The name of the resource set to check. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | A collection of tags associated with a resource. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnReadinessCheck(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnReadinessCheck(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnReadinessCheck(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnReadinessCheck(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnReadinessCheck(Construct, String, ICfnReadinessCheckProps)
public CfnReadinessCheck(Construct scope, string id, ICfnReadinessCheckProps props = null)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnReadinessCheckProps
Resource properties.
Properties
AttrReadinessCheckArn
The Amazon Resource Name (ARN) of the readiness check.
public virtual string AttrReadinessCheckArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ReadinessCheckArn
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
ReadinessCheckName
The name of the readiness check to create.
public virtual string ReadinessCheckName { get; set; }
Property Value
System.String
ResourceSetName
The name of the resource set to check.
public virtual string ResourceSetName { get; set; }
Property Value
System.String
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
A collection of tags associated with a resource.
public virtual ICfnTag[] TagsRaw { get; set; }
Property Value
ICfnTag[]
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>