@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-02T00:23:36.919Z") @Stability(value=Stable) public class Certificate extends Resource implements ICertificate
| Modifier and Type | Class and Description |
|---|---|
static class |
Certificate.Builder
A fluent builder for
Certificate. |
software.amazon.jsii.JsiiObject.InitializationModeICertificate.Jsii$Default, ICertificate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Certificate(software.constructs.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(software.constructs.Construct scope,
String id,
String certificateArn)
Import a certificate.
|
String |
getCertificateArn()
The certificate's ARN.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CertificateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static ICertificate fromCertificateArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String certificateArn)
scope - This parameter is required.id - This parameter is required.certificateArn - This parameter is required.@Stability(value=Stable) @NotNull public String getCertificateArn()
getCertificateArn in interface ICertificateCopyright © 2021. All rights reserved.