Class CfnRecoveryPoint
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.redshiftserverless.CfnRecoveryPoint
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IRecoveryPointRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:10.392Z")
@Stability(Stable)
public class CfnRecoveryPoint
extends CfnResource
implements IInspectable, IRecoveryPointRef
Represents an automatically created recovery point for an Amazon Redshift Serverless namespace.
Recovery points are created every 30 minutes and kept for 24 hours.
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.redshiftserverless.*;
CfnRecoveryPoint cfnRecoveryPoint = CfnRecoveryPoint.Builder.create(this, "MyCfnRecoveryPoint")
.namespaceName("namespaceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.redshiftserverless.IRecoveryPointRef
IRecoveryPointRef.Jsii$Default, IRecoveryPointRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnRecoveryPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRecoveryPoint(software.amazon.jsii.JsiiObjectRef objRef) CfnRecoveryPoint(software.constructs.Construct scope, String id) Create a newAWS::RedshiftServerless::RecoveryPoint.CfnRecoveryPoint(software.constructs.Construct scope, String id, CfnRecoveryPointProps props) Create a newAWS::RedshiftServerless::RecoveryPoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForRecoveryPoint(IRecoveryPointRef resource) The Amazon Resource Name (ARN) of the recovery point.The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.The time the recovery point was created, in ISO 8601 format.The unique identifier of the recovery point.The list of tags associated with the recovery point.The total size of the data in the recovery point in megabytes.The name of the namespace the recovery point is associated with.A reference to a RecoveryPoint resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnRecoveryPoint.renderProperties(Map<String, Object> props) voidsetNamespaceName(String value) The name of the namespace the recovery point is associated with.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnRecoveryPoint
protected CfnRecoveryPoint(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRecoveryPoint
protected CfnRecoveryPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRecoveryPoint
@Stability(Stable) public CfnRecoveryPoint(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnRecoveryPointProps props) Create a newAWS::RedshiftServerless::RecoveryPoint.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnRecoveryPoint
@Stability(Stable) public CfnRecoveryPoint(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::RedshiftServerless::RecoveryPoint.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
arnForRecoveryPoint
@Stability(Stable) @NotNull public static String arnForRecoveryPoint(@NotNull IRecoveryPointRef resource) - Parameters:
resource- This parameter is required.
-
isCfnRecoveryPoint
Checks whether the given object is a CfnRecoveryPoint.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the recovery point. -
getAttrNamespaceArn
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with. -
getAttrRecoveryPointCreateTime
The time the recovery point was created, in ISO 8601 format. -
getAttrRecoveryPointId
The unique identifier of the recovery point. -
getAttrTags
The list of tags associated with the recovery point. -
getAttrTotalSizeInMegaBytes
The total size of the data in the recovery point in megabytes. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getRecoveryPointRef
A reference to a RecoveryPoint resource.- Specified by:
getRecoveryPointRefin interfaceIRecoveryPointRef
-
getNamespaceName
The name of the namespace the recovery point is associated with. -
setNamespaceName
The name of the namespace the recovery point is associated with.
-