@Stability(value=Stable) public static final class CfnCertificate.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate>
CfnCertificate.| Modifier and Type | Method and Description |
|---|---|
CfnCertificate |
build() |
CfnCertificate.Builder |
certificateIdentifier(String certificateIdentifier)
A customer-assigned name for the certificate.
|
CfnCertificate.Builder |
certificatePem(String certificatePem)
The contents of a `.pem` file, which contains an X.509 certificate.
|
CfnCertificate.Builder |
certificateWallet(String certificateWallet)
The location of an imported Oracle Wallet certificate for use with SSL.
|
static CfnCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnCertificate.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCertificate.Builder.@Stability(value=Stable) public CfnCertificate.Builder certificateIdentifier(String certificateIdentifier)
Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
certificateIdentifier - A customer-assigned name for the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder certificatePem(String certificatePem)
certificatePem - The contents of a `.pem` file, which contains an X.509 certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder certificateWallet(String certificateWallet)
An example is: filebase64("${path.root}/rds-ca-2019-root.sso")
certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL. This parameter is required.this@Stability(value=Stable) public CfnCertificate build()
build in interface software.amazon.jsii.Builder<CfnCertificate>Copyright © 2022. All rights reserved.