Show / Hide Table of Contents

Class CfnReadinessCheckProps

Properties for defining a CfnReadinessCheck.

Inheritance
System.Object
CfnReadinessCheckProps
Implements
ICfnReadinessCheckProps
Namespace: Amazon.CDK.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.AWS.Route53RecoveryReadiness.dll
Syntax (csharp)
public class CfnReadinessCheckProps : Object, ICfnReadinessCheckProps
Syntax (vb)
Public Class CfnReadinessCheckProps
    Inherits Object
    Implements ICfnReadinessCheckProps
Remarks

Link: 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

Constructors

CfnReadinessCheckProps()

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.

Constructors

CfnReadinessCheckProps()

public CfnReadinessCheckProps()

Properties

ReadinessCheckName

The name of the readiness check to create.

public string ReadinessCheckName { get; set; }
Property Value

System.String

Remarks

Link: 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.

public string ResourceSetName { get; set; }
Property Value

System.String

Remarks

Link: 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.

public ICfnTag[] Tags { get; set; }
Property Value

ICfnTag[]

Remarks

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

Implements

ICfnReadinessCheckProps
Back to top Generated by DocFX