@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:59.422Z") @Stability(value=Experimental) public class DnsValidatedCertificate extends Resource implements ICertificate
Will be automatically validated using DNS validation against the specified Route 53 hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static class |
DnsValidatedCertificate.Builder
(experimental) A fluent builder for
DnsValidatedCertificate. |
software.amazon.jsii.JsiiObject.InitializationModeICertificate.Jsii$Default, ICertificate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
DnsValidatedCertificate(software.constructs.Construct scope,
String id,
DnsValidatedCertificateProps props) |
protected |
DnsValidatedCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DnsValidatedCertificate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateArn()
(experimental) The certificate's ARN.
|
protected List<String> |
validate()
(experimental) Validate the current construct.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
DnsValidatedCertificateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull 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.
@Stability(value=Experimental) @NotNull public String getCertificateArn()
getCertificateArn in interface ICertificateCopyright © 2021. All rights reserved.