Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnCustomDBEngineVersionPropsMixin.Builder
Packages that use CfnCustomDBEngineVersionPropsMixin.Builder
-
Uses of CfnCustomDBEngineVersionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnCustomDBEngineVersionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCustomDBEngineVersionPropsMixin.Builder.create()CfnCustomDBEngineVersionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCustomDBEngineVersionPropsMixin.Builder.databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName) The name of an Amazon S3 bucket that contains database installation files for your CEV.CfnCustomDBEngineVersionPropsMixin.Builder.databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix) The Amazon S3 directory that contains the database installation files for your CEV.CfnCustomDBEngineVersionPropsMixin.Builder.description(String description) An optional description of your CEV.The database engine to use for your custom engine version (CEV).CfnCustomDBEngineVersionPropsMixin.Builder.engineVersion(String engineVersion) 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.CfnCustomDBEngineVersionPropsMixin.Builder.sourceCustomDbEngineVersionIdentifier(String sourceCustomDbEngineVersionIdentifier) 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).A list of tags.CfnCustomDBEngineVersionPropsMixin.Builder.useAwsProvidedLatestImage(Boolean useAwsProvidedLatestImage) Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.CfnCustomDBEngineVersionPropsMixin.Builder.useAwsProvidedLatestImage(IResolvable useAwsProvidedLatestImage) Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV.