Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-acmeendpoint-publiccertificateauthority.html

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[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-acmeendpoint-publiccertificateauthority.html#cfn-certificatemanager-acmeendpoint-publiccertificateauthority-allowedkeyalgorithms

Back to top Generated by DocFX