import { SelfSignedCertificate } from '@brightinventions/cdk-self-signed-certificate'
new SelfSignedCertificate ( scope : Construct , id : string , props : SelfSignedCertificateProps )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x
is a construct.
import { SelfSignedCertificate } from '@brightinventions/cdk-self-signed-certificate'
SelfSignedCertificate . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
certificateArn
string
No description.
public readonly node : Node ;
The tree node.
public readonly certificateArn: string ;
SelfSignedCertificateProps
import { SelfSignedCertificateProps } from '@brightinventions/cdk-self-signed-certificate'
const selfSignedCertificateProps : SelfSignedCertificateProps = { ... }
Name
Type
Description
certificateDetails
{[ key: string ]: string}
No description.
tags
{[ key: string ]: string}
No description.
certificateDetails
Required
public readonly certificateDetails: { [ key : string ] : string } ;
Type: {[ key: string ]: string}
public readonly tags : { [ key : string ] : string } ;
Type: {[ key: string ]: string}