Interface CfnAcmeEndpoint.IPublicCertificateAuthorityProperty
Configuration for the public certificate authority.
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAcmeEndpoint.IPublicCertificateAuthorityProperty
Syntax (vb)
Public Interface CfnAcmeEndpoint.IPublicCertificateAuthorityProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CertificateManager;
var publicCertificateAuthorityProperty = new PublicCertificateAuthorityProperty {
AllowedKeyAlgorithms = new [] { "allowedKeyAlgorithms" }
};
Synopsis
Properties
| AllowedKeyAlgorithms | The allowed key algorithms for certificates issued via this endpoint. |
Properties
AllowedKeyAlgorithms
The allowed key algorithms for certificates issued via this endpoint.
string[]? AllowedKeyAlgorithms { get; }
Property Value
string[]