Show / Hide Table of Contents

Interface IAcmeDomainValidationReference

A reference to a AcmeDomainValidation resource.

Namespace: Amazon.CDK.Interfaces.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAcmeDomainValidationReference
Syntax (vb)
Public Interface IAcmeDomainValidationReference
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.Interfaces.CertificateManager;

            var acmeDomainValidationReference = new AcmeDomainValidationReference {
                AcmeDomainValidationArn = "acmeDomainValidationArn"
            };

Synopsis

Properties

AcmeDomainValidationArn

The Arn of the AcmeDomainValidation resource.

Properties

AcmeDomainValidationArn

The Arn of the AcmeDomainValidation resource.

string AcmeDomainValidationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX