@Generated(value="jsii-pacmak/0.21.2 (build 4370756)", date="2020-01-23T18:16:48.285Z") @Stability(value=Stable) public class Certificate extends Resource implements ICertificate
IMPORTANT: if you are creating a certificate as part of your stack, the stack will not complete creating until you read and follow the instructions in the email that you will receive.
ACM will send validation emails to the following addresses:
admin@domain.com administrator@domain.com hostmaster@domain.com postmaster@domain.com webmaster@domain.com
For every domain that you register.
| Modifier and Type | Class and Description |
|---|---|
static class |
Certificate.Builder
A fluent builder for
Certificate. |
software.amazon.jsii.JsiiObject.InitializationModeICertificate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Certificate(Construct scope,
String id,
CertificateProps props) |
protected |
Certificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Certificate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ICertificate |
fromCertificateArn(Construct scope,
String id,
String certificateArn)
Import a certificate.
|
String |
getCertificateArn()
The certificate's ARN.
|
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Certificate(software.amazon.jsii.JsiiObjectRef objRef)
protected Certificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public Certificate(Construct scope, String id, CertificateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) public static ICertificate fromCertificateArn(Construct scope, String id, String certificateArn)
scope - This parameter is required.id - This parameter is required.certificateArn - This parameter is required.@Stability(value=Stable) public String getCertificateArn()
getCertificateArn in interface ICertificateCopyright © 2020. All rights reserved.