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:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-07T10:36:13.571Z")
@Stability(Stable)
public class CfnCustomDBEngineVersion
extends CfnResource
implements IInspectable, 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
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnCustomDBEngineVersion
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnCustomDBEngineVersion
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnCustomDBEngineVersion
(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.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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
The name of an Amazon S3 bucket that contains database installation files for your CEV.void
The Amazon S3 directory that contains the database installation files for your CEV.void
setDescription
(String value) An optional description of your CEV.void
The database engine to use for your custom engine version (CEV).void
setEngineVersion
(String value) The name of your CEV.void
setImageId
(String value) A value that indicates the ID of the AMI.void
setKmsKeyId
(String value) The AWS KMS key identifier for an encrypted CEV.void
setManifest
(String value) The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.void
The ARN of a CEV to use as a source for creating a new CEV.void
A value that indicates the status of a custom engine version (CEV).void
A list of tags.void
Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.void
Specifies 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, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
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. -
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.
-