Class CertificateDomainValidationOption
Inheritance
System.Object
CertificateDomainValidationOption
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateDomainValidationOption
Fields
View SourceDomainName
A domain name for which the certificate should be issued
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceRecordName
The name of the DNS record to create to validate the certificate
Declaration
public readonly string ResourceRecordName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceRecordType
The type of DNS record to create
Declaration
public readonly string ResourceRecordType
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceRecordValue
The value the DNS record needs to have
Declaration
public readonly string ResourceRecordValue
Field Value
| Type | Description |
|---|---|
| System.String |