Show / Hide Table of Contents

Class CfnAcmeEndpoint.CertificateAuthorityProperty

The certificate authority configuration for the ACME endpoint.

Inheritance
object
CfnAcmeEndpoint.CertificateAuthorityProperty
Implements
CfnAcmeEndpoint.ICertificateAuthorityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-acmeendpoint-certificateauthority.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-acmeendpoint-certificateauthority.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 certificateAuthorityProperty = new CertificateAuthorityProperty {
                 PublicCertificateAuthority = new PublicCertificateAuthorityProperty {
                     AllowedKeyAlgorithms = new [] { "allowedKeyAlgorithms" }
                 }
             };

Properties

PublicCertificateAuthority

Configuration for the public certificate authority.

public object PublicCertificateAuthority { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAcmeEndpoint.IPublicCertificateAuthorityProperty

Implements

CfnAcmeEndpoint.ICertificateAuthorityProperty
Back to top Generated by DocFX