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
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.
virtual string ReadinessCheckName { get; }
Property Value
System.String
Remarks
ResourceSetName
The name of the resource set to check.
virtual string ResourceSetName { get; }
Property Value
System.String
Remarks
Tags
A collection of tags associated with a resource.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]