Class CfnAcmeEndpoint.CertificateAuthorityProperty
The certificate authority configuration for the ACME endpoint.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAcmeEndpoint.CertificateAuthorityProperty : CfnAcmeEndpoint.ICertificateAuthorityProperty
Syntax (vb)
Public Class CfnAcmeEndpoint.CertificateAuthorityProperty Implements CfnAcmeEndpoint.ICertificateAuthorityProperty
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 certificateAuthorityProperty = new CertificateAuthorityProperty {
PublicCertificateAuthority = new PublicCertificateAuthorityProperty {
AllowedKeyAlgorithms = new [] { "allowedKeyAlgorithms" }
}
};
Synopsis
Constructors
| CertificateAuthorityProperty() | The certificate authority configuration for the ACME endpoint. |
Properties
| PublicCertificateAuthority | Configuration for the public certificate authority. |
Constructors
CertificateAuthorityProperty()
The certificate authority configuration for the ACME endpoint.
public CertificateAuthorityProperty()
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 certificateAuthorityProperty = new CertificateAuthorityProperty {
PublicCertificateAuthority = new PublicCertificateAuthorityProperty {
AllowedKeyAlgorithms = new [] { "allowedKeyAlgorithms" }
}
};
Properties
PublicCertificateAuthority
Configuration for the public certificate authority.
public object PublicCertificateAuthority { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAcmeEndpoint.IPublicCertificateAuthorityProperty