interface PublicCertificateAuthorityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CertificateManager.CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscertificatemanager#CfnAcmeEndpointPropsMixin_PublicCertificateAuthorityProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty |
Python | aws_cdk.cfn_property_mixins.aws_certificatemanager.CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_certificatemanager » CfnAcmeEndpointPropsMixin » PublicCertificateAuthorityProperty |
Configuration for the public certificate authority.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_certificatemanager as certificatemanager } from '@aws-cdk/cfn-property-mixins';
const publicCertificateAuthorityProperty: certificatemanager.CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty = {
allowedKeyAlgorithms: ['allowedKeyAlgorithms'],
};
Properties
| Name | Type | Description |
|---|---|---|
| allowed | string[] | The allowed key algorithms for certificates issued via this endpoint. |
allowedKeyAlgorithms?
Type:
string[]
(optional)
The allowed key algorithms for certificates issued via this endpoint.

.NET
Go
Java
Python
TypeScript