@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:05.107Z") @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$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 © 2019. All rights reserved.