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, IReadinessCheckRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnReadinessCheck Inherits CfnResource Implements IInspectable, IReadinessCheckRef, IConstruct, IDependable, IEnvironmentAware, 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(Construct, string, ICfnReadinessCheckProps?) | Create a new |
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 | Creates a readiness check in Amazon Route 53 Application Recovery Controller. |
| ReadinessCheckName | The name of the readiness check to create. |
| ReadinessCheckRef | A reference to a ReadinessCheck resource. |
| 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
| ArnForReadinessCheck(IReadinessCheckRef) | Creates a readiness check in Amazon Route 53 Application Recovery Controller. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnReadinessCheck(object) | Checks whether the given object is a CfnReadinessCheck. |
| RenderProperties(IDictionary<string, object>) | Creates a readiness check in Amazon Route 53 Application Recovery Controller. |
Constructors
CfnReadinessCheck(Construct, string, ICfnReadinessCheckProps?)
Create a new AWS::Route53RecoveryReadiness::ReadinessCheck.
public CfnReadinessCheck(Construct scope, string id, ICfnReadinessCheckProps? props = null)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnReadinessCheckProps
Resource properties.
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
Properties
AttrReadinessCheckArn
The Amazon Resource Name (ARN) of the readiness check.
public virtual string AttrReadinessCheckArn { get; }
Property Value
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
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
CfnProperties
Creates a readiness check in Amazon Route 53 Application Recovery Controller.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
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
ReadinessCheckName
The name of the readiness check to create.
public virtual string? ReadinessCheckName { get; set; }
Property Value
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
ReadinessCheckRef
A reference to a ReadinessCheck resource.
public virtual IReadinessCheckReference ReadinessCheckRef { get; }
Property Value
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
ResourceSetName
The name of the resource set to check.
public virtual string? ResourceSetName { get; set; }
Property Value
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
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
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
TagsRaw
A collection of tags associated with a resource.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
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
Methods
ArnForReadinessCheck(IReadinessCheckRef)
Creates a readiness check in Amazon Route 53 Application Recovery Controller.
public static string ArnForReadinessCheck(IReadinessCheckRef resource)
Parameters
- resource IReadinessCheckRef
Returns
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"
} }
});
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.
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
IsCfnReadinessCheck(object)
Checks whether the given object is a CfnReadinessCheck.
public static bool IsCfnReadinessCheck(object x)
Parameters
- x object
Returns
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
RenderProperties(IDictionary<string, object>)
Creates a readiness check in Amazon Route 53 Application Recovery Controller.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
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