| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| software.amazon.awscdk.services.certificatemanager |
AWS Certificate Manager Construct Library
|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| software.amazon.awscdk.services.opensearchservice |
Amazon OpenSearch Service Construct Library
|
| software.amazon.awscdk.services.route53.patterns |
CDK Construct library for higher-level Route 53 Constructs
|
| Modifier and Type | Method and Description |
|---|---|
ICertificate |
DomainNameProps.Jsii$Proxy.getCertificate() |
ICertificate |
DomainNameOptions.getCertificate()
The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.
|
ICertificate |
DomainNameOptions.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.certificate(ICertificate certificate)
The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.
|
DomainNameProps.Builder |
DomainNameProps.Builder.certificate(ICertificate certificate)
Sets the value of
DomainNameOptions.getCertificate() |
DomainNameOptions.Builder |
DomainNameOptions.Builder.certificate(ICertificate certificate)
Sets the value of
DomainNameOptions.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
static TlsCertificate |
TlsCertificate.acm(ICertificate certificate)
Returns an ACM TLS Certificate.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICertificate.Jsii$Default
Internal default implementation for
ICertificate. |
| Modifier and Type | Class and Description |
|---|---|
class |
Certificate
A certificate managed by AWS Certificate Manager.
|
class |
DnsValidatedCertificate
A certificate managed by AWS Certificate Manager.
|
static class |
ICertificate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PrivateCertificate
A private certificate managed by AWS Certificate Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static ICertificate |
Certificate.fromCertificateArn(software.constructs.Construct scope,
String id,
String certificateArn)
Import a certificate.
|
static ICertificate |
PrivateCertificate.fromCertificateArn(software.constructs.Construct scope,
String id,
String certificateArn)
Import a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
default ICertificate |
DistributionProps.getCertificate()
A certificate to associate with the distribution.
|
ICertificate |
DistributionProps.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
Distribution.Builder.certificate(ICertificate certificate)
A certificate to associate with the distribution.
|
DistributionProps.Builder |
DistributionProps.Builder.certificate(ICertificate certificate)
Sets the value of
DistributionProps.getCertificate() |
static ViewerCertificate |
ViewerCertificate.fromAcmCertificate(ICertificate certificate)
Generate an AWS Certificate Manager (ACM) viewer certificate configuration.
|
static ViewerCertificate |
ViewerCertificate.fromAcmCertificate(ICertificate certificate,
ViewerCertificateOptions options)
Generate an AWS Certificate Manager (ACM) viewer certificate configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ICertificate |
CustomDomainOptions.getCertificate()
The certificate to associate with this domain.
|
ICertificate |
CustomDomainOptions.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
CustomDomainOptions.Builder |
CustomDomainOptions.Builder.certificate(ICertificate certificate)
Sets the value of
CustomDomainOptions.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
default ICertificate |
ApplicationListenerProps.getCertificate()
Certificate Manager certificate to associate with the load balancer.
|
ICertificate |
ApplicationListenerProps.Jsii$Proxy.getCertificate() |
ICertificate |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getCertificate() |
ICertificate |
ApplicationLoadBalancedServiceBase.getCertificate()
Certificate Manager certificate to associate with the load balancer.
|
ICertificate |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getCertificate() |
default ICertificate |
ApplicationLoadBalancedServiceBaseProps.getCertificate()
Certificate Manager certificate to associate with the load balancer.
|
ICertificate |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
static ListenerCertificate |
ListenerCertificate.fromCertificateManager(ICertificate acmCertificate)
Use an ACM certificate as a listener certificate.
|
| Modifier and Type | Method and Description |
|---|---|
default ICertificate |
CustomEndpointOptions.getCertificate()
Deprecated.
use opensearchservice module instead
|
ICertificate |
CustomEndpointOptions.Jsii$Proxy.getCertificate()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEndpointOptions.Builder |
CustomEndpointOptions.Builder.certificate(ICertificate certificate)
Deprecated.
use opensearchservice module instead
|
| Modifier and Type | Method and Description |
|---|---|
default ICertificate |
CustomEndpointOptions.getCertificate()
The certificate to use.
|
ICertificate |
CustomEndpointOptions.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
CustomEndpointOptions.Builder |
CustomEndpointOptions.Builder.certificate(ICertificate certificate)
Sets the value of
CustomEndpointOptions.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
default ICertificate |
HttpsRedirectProps.getCertificate()
The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
|
ICertificate |
HttpsRedirectProps.Jsii$Proxy.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
HttpsRedirect.Builder |
HttpsRedirect.Builder.certificate(ICertificate certificate)
The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
|
HttpsRedirectProps.Builder |
HttpsRedirectProps.Builder.certificate(ICertificate certificate)
Sets the value of
HttpsRedirectProps.getCertificate() |
Copyright © 2022. All rights reserved.