@Generated(value="jsii-pacmak/0.21.2 (build 4370756)", date="2020-01-23T18:16:48.286Z") @Stability(value=Experimental) public class DnsValidatedCertificate extends Resource implements ICertificate
Will be automatically validated using DNS validation against the specified Route 53 hosted zone.
EXPERIMENTAL
| Modifier and Type | Class and Description |
|---|---|
static class |
DnsValidatedCertificate.Builder
A fluent builder for
DnsValidatedCertificate. |
software.amazon.jsii.JsiiObject.InitializationModeICertificate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
DnsValidatedCertificate(Construct scope,
String id,
DnsValidatedCertificateProps props)
EXPERIMENTAL
|
protected |
DnsValidatedCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DnsValidatedCertificate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateArn()
The certificate's ARN.
|
protected List<String> |
validate()
Validate the current construct.
|
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toStringjsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected DnsValidatedCertificate(software.amazon.jsii.JsiiObjectRef objRef)
protected DnsValidatedCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public DnsValidatedCertificate(Construct scope, String id, DnsValidatedCertificateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) protected List<String> validate()
This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.
EXPERIMENTAL
@Stability(value=Experimental) public String getCertificateArn()
EXPERIMENTAL
getCertificateArn in interface ICertificateCopyright © 2020. All rights reserved.