Class CfnReadinessCheckProps
Properties for defining a CfnReadinessCheck
.
Inheritance
System.Object
CfnReadinessCheckProps
Implements
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
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
ResourceSetName
The name of the resource set to check.
public string ResourceSetName { get; set; }
Property Value
System.String
Remarks
Tags
A collection of tags associated with a resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]