Show / Hide Table of Contents

Class CertificateValidationState

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateValidationState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Acm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateValidationState : ResourceArgs

Constructors

View Source

CertificateValidationState()

Declaration
public CertificateValidationState()

Properties

View Source

CertificateArn

The ARN of the certificate that is being validated.

Declaration
public Input<string> CertificateArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ValidationRecordFqdns

List of FQDNs that implement the validation. Only valid for DNS validation method ACM certificates. If this is set, the resource can implement additional sanity checks and has an explicit dependency on the resource that is implementing the validation

Declaration
public InputList<string> ValidationRecordFqdns { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.