@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.996Z") @Stability(value=Stable) public interface CfnCertificateAuthorityActivationProps 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.acmpca.*;
CfnCertificateAuthorityActivationProps cfnCertificateAuthorityActivationProps = CfnCertificateAuthorityActivationProps.builder()
.certificate("certificate")
.certificateAuthorityArn("certificateAuthorityArn")
// the properties below are optional
.certificateChain("certificateChain")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCertificateAuthorityActivationProps.Builder
A builder for
CfnCertificateAuthorityActivationProps |
static class |
CfnCertificateAuthorityActivationProps.Jsii$Proxy
An implementation for
CfnCertificateAuthorityActivationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCertificateAuthorityActivationProps.Builder |
builder() |
String |
getCertificate()
The Base64 PEM-encoded certificate authority certificate.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of your private CA.
|
default String |
getCertificateChain()
The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
|
default String |
getStatus()
Status of your private CA.
|
@Stability(value=Stable) @NotNull String getCertificate()
@Stability(value=Stable) @NotNull String getCertificateAuthorityArn()
@Stability(value=Stable) @Nullable default String getCertificateChain()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) static CfnCertificateAuthorityActivationProps.Builder builder()
Copyright © 2022. All rights reserved.