Show / Hide Table of Contents

Class Certificate

A certificate managed by AWS Certificate Manager.

Inheritance
System.Object
Construct
Resource
Certificate
Implements
ICertificate
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.AWS.CertificateManager.dll
Syntax (csharp)
public class Certificate : Resource, ICertificate, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class Certificate
    Inherits Resource
    Implements ICertificate, IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

Certificate(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

Certificate(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Certificate(Construct, String, ICertificateProps)

Properties

CertificateArn

The certificate's ARN.

Methods

FromCertificateArn(Construct, String, String)

Import a certificate.

Constructors

Certificate(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected Certificate(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

Certificate(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected Certificate(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Certificate(Construct, String, ICertificateProps)

public Certificate(Construct scope, string id, ICertificateProps props)
Parameters
scope Constructs.Construct
id System.String
props ICertificateProps

Properties

CertificateArn

The certificate's ARN.

public virtual string CertificateArn { get; }
Property Value

System.String

Methods

FromCertificateArn(Construct, String, String)

Import a certificate.

public static ICertificate FromCertificateArn(Construct scope, string id, string certificateArn)
Parameters
scope Constructs.Construct
id System.String
certificateArn System.String
Returns

ICertificate

Implements

ICertificate
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX