Show / Hide Table of Contents

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 Source

DomainName

A domain name for which the certificate should be issued

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

ResourceRecordName

The name of the DNS record to create to validate the certificate

Declaration
public readonly string ResourceRecordName
Field Value
Type Description
System.String
View Source

ResourceRecordType

The type of DNS record to create

Declaration
public readonly string ResourceRecordType
Field Value
Type Description
System.String
View Source

ResourceRecordValue

The value the DNS record needs to have

Declaration
public readonly string ResourceRecordValue
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.