Show / Hide Table of Contents

Class CfnReadinessCheck

Creates a readiness check in Amazon Route 53 Application Recovery Controller.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnReadinessCheck
Implements
IInspectable
IReadinessCheckRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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 AWS::Route53RecoveryReadiness::ReadinessCheck.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck

ExampleMetadata: fixture=_generated

ReadinessCheckName

The name of the readiness check to create.

public virtual string? ReadinessCheckName { get; set; }
Property Value

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck

ExampleMetadata: fixture=_generated

ReadinessCheckRef

A reference to a ReadinessCheck resource.

public virtual IReadinessCheckReference ReadinessCheckRef { get; }
Property Value

IReadinessCheckReference

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck

ExampleMetadata: fixture=_generated

ResourceSetName

The name of the resource set to check.

public virtual string? ResourceSetName { get; set; }
Property Value

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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

bool

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html

CloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck

ExampleMetadata: fixture=_generated

Implements

IInspectable
IReadinessCheckRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggable
Back to top Generated by DocFX