@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.939Z") @Stability(value=Stable) public interface CfnCertificateProps extends software.amazon.jsii.JsiiSerializable
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.dms.*;
CfnCertificateProps cfnCertificateProps = CfnCertificateProps.builder()
.certificateIdentifier("certificateIdentifier")
.certificatePem("certificatePem")
.certificateWallet("certificateWallet")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCertificateProps.Builder
A builder for
CfnCertificateProps |
static class |
CfnCertificateProps.Jsii$Proxy
An implementation for
CfnCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCertificateProps.Builder |
builder() |
default String |
getCertificateIdentifier()
A customer-assigned name for the certificate.
|
default String |
getCertificatePem()
The contents of a `.pem` file, which contains an X.509 certificate.
|
default String |
getCertificateWallet()
The location of an imported Oracle Wallet certificate for use with SSL.
|
@Stability(value=Stable) @Nullable default String getCertificateIdentifier()
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.
@Stability(value=Stable) @Nullable default String getCertificatePem()
@Stability(value=Stable) @Nullable default String getCertificateWallet()
An example is: filebase64("${path.root}/rds-ca-2019-root.sso")
@Stability(value=Stable) static CfnCertificateProps.Builder builder()
CfnCertificateProps.Builder of CfnCertificatePropsCopyright © 2022. All rights reserved.