Class CertificateValidationState
Inherited Members
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 SourceCertificateValidationState()
Declaration
public CertificateValidationState()
Properties
View SourceCertificateArn
The ARN of the certificate that is being validated.
Declaration
public Input<string> CertificateArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |