Show / Hide Table of Contents

Interface ICfnReadinessCheckProps

Properties for defining a CfnReadinessCheck.

Namespace: Amazon.CDK.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnReadinessCheckProps
Syntax (vb)
Public Interface ICfnReadinessCheckProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.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.AWS.Route53RecoveryReadiness;

             var cfnReadinessCheckProps = new CfnReadinessCheckProps {
                 ReadinessCheckName = "readinessCheckName",
                 ResourceSetName = "resourceSetName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

ReadinessCheckName

The name of the readiness check to create.

ResourceSetName

The name of the resource set to check.

Tags

A collection of tags associated with a resource.

Properties

ReadinessCheckName

The name of the readiness check to create.

string? ReadinessCheckName { get; }
Property Value

string

Remarks

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

ResourceSetName

The name of the resource set to check.

string? ResourceSetName { get; }
Property Value

string

Remarks

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

Tags

A collection of tags associated with a resource.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX