Class CfnCustomDBEngineVersion
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.rds.CfnCustomDBEngineVersion
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggableV2,ICustomDBEngineVersionRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:13.116Z")
@Stability(Stable)
public class CfnCustomDBEngineVersion
extends CfnResource
implements IInspectable, ICustomDBEngineVersionRef, ITaggableV2
Creates a custom DB engine version (CEV).
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.rds.*;
CfnCustomDBEngineVersion cfnCustomDBEngineVersion = CfnCustomDBEngineVersion.Builder.create(this, "MyCfnCustomDBEngineVersion")
.engine("engine")
.engineVersion("engineVersion")
// the properties below are optional
.databaseInstallationFilesS3BucketName("databaseInstallationFilesS3BucketName")
.databaseInstallationFilesS3Prefix("databaseInstallationFilesS3Prefix")
.description("description")
.imageId("imageId")
.kmsKeyId("kmsKeyId")
.manifest("manifest")
.sourceCustomDbEngineVersionIdentifier("sourceCustomDbEngineVersionIdentifier")
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.useAwsProvidedLatestImage(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCustomDBEngineVersion.Nested 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.services.rds.ICustomDBEngineVersionRef
ICustomDBEngineVersionRef.Jsii$Default, ICustomDBEngineVersionRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCustomDBEngineVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCustomDBEngineVersion(software.amazon.jsii.JsiiObjectRef objRef) CfnCustomDBEngineVersion(software.constructs.Construct scope, String id, CfnCustomDBEngineVersionProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the custom engine version.Tag Manager which manages the tags for this resource.A reference to a CustomDBEngineVersion resource.The name of an Amazon S3 bucket that contains database installation files for your CEV.The Amazon S3 directory that contains the database installation files for your CEV.An optional description of your CEV.The database engine to use for your custom engine version (CEV).The name of your CEV.A value that indicates the ID of the AMI.The AWS KMS key identifier for an encrypted CEV.The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.The ARN of a CEV to use as a source for creating a new CEV.A value that indicates the status of a custom engine version (CEV).getTags()A list of tags.Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidThe name of an Amazon S3 bucket that contains database installation files for your CEV.voidThe Amazon S3 directory that contains the database installation files for your CEV.voidsetDescription(String value) An optional description of your CEV.voidThe database engine to use for your custom engine version (CEV).voidsetEngineVersion(String value) The name of your CEV.voidsetImageId(String value) A value that indicates the ID of the AMI.voidsetKmsKeyId(String value) The AWS KMS key identifier for an encrypted CEV.voidsetManifest(String value) The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.voidThe ARN of a CEV to use as a source for creating a new CEV.voidA value that indicates the status of a custom engine version (CEV).voidA list of tags.voidSpecifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.voidSpecifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods 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
getNodeMethods inherited from interface software.amazon.awscdk.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
-
CfnCustomDBEngineVersion
protected CfnCustomDBEngineVersion(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCustomDBEngineVersion
protected CfnCustomDBEngineVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCustomDBEngineVersion
@Stability(Stable) public CfnCustomDBEngineVersion(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCustomDBEngineVersionProps props) - 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. This parameter is required.
-
-
Method Details
-
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.
-
getAttrDbEngineVersionArn
The ARN of the custom engine version. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCustomDbEngineVersionRef
A reference to a CustomDBEngineVersion resource.- Specified by:
getCustomDbEngineVersionRefin interfaceICustomDBEngineVersionRef
-
getEngine
The database engine to use for your custom engine version (CEV). -
setEngine
The database engine to use for your custom engine version (CEV). -
getEngineVersion
The name of your CEV. -
setEngineVersion
The name of your CEV. -
getDatabaseInstallationFilesS3BucketName
The name of an Amazon S3 bucket that contains database installation files for your CEV. -
setDatabaseInstallationFilesS3BucketName
The name of an Amazon S3 bucket that contains database installation files for your CEV. -
getDatabaseInstallationFilesS3Prefix
The Amazon S3 directory that contains the database installation files for your CEV. -
setDatabaseInstallationFilesS3Prefix
The Amazon S3 directory that contains the database installation files for your CEV. -
getDescription
An optional description of your CEV. -
setDescription
An optional description of your CEV. -
getImageId
A value that indicates the ID of the AMI. -
setImageId
A value that indicates the ID of the AMI. -
getKmsKeyId
The AWS KMS key identifier for an encrypted CEV. -
setKmsKeyId
The AWS KMS key identifier for an encrypted CEV. -
getManifest
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed. -
setManifest
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed. -
getSourceCustomDbEngineVersionIdentifier
The ARN of a CEV to use as a source for creating a new CEV. -
setSourceCustomDbEngineVersionIdentifier
The ARN of a CEV to use as a source for creating a new CEV. -
getStatus
A value that indicates the status of a custom engine version (CEV). -
setStatus
A value that indicates the status of a custom engine version (CEV). -
getTags
A list of tags. -
setTags
A list of tags. -
getUseAwsProvidedLatestImage
Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.Returns union: either
BooleanorIResolvable -
setUseAwsProvidedLatestImage
Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV. -
setUseAwsProvidedLatestImage
Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.
-