@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.693Z") @Stability(value=Stable) public interface CfnReadinessCheckProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53recoveryreadiness.*;
CfnReadinessCheckProps cfnReadinessCheckProps = CfnReadinessCheckProps.builder()
.readinessCheckName("readinessCheckName")
// the properties below are optional
.resourceSetName("resourceSetName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReadinessCheckProps.Builder
A builder for
CfnReadinessCheckProps |
static class |
CfnReadinessCheckProps.Jsii$Proxy
An implementation for
CfnReadinessCheckProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReadinessCheckProps.Builder |
builder() |
String |
getReadinessCheckName()
The name of the readiness check to create.
|
default String |
getResourceSetName()
The name of the resource set to check.
|
default List<CfnTag> |
getTags()
A collection of tags associated with a resource.
|
@Stability(value=Stable) @NotNull String getReadinessCheckName()
@Stability(value=Stable) @Nullable default String getResourceSetName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnReadinessCheckProps.Builder builder()
CfnReadinessCheckProps.Builder of CfnReadinessCheckPropsCopyright © 2022. All rights reserved.