Show / Hide Table of Contents

Class CertificateDomainValidationOptionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateDomainValidationOptionGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateDomainValidationOptionGetArgs : ResourceArgs

Constructors

View Source

CertificateDomainValidationOptionGetArgs()

Declaration
public CertificateDomainValidationOptionGetArgs()

Properties

View Source

DomainName

A domain name for which the certificate should be issued

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

ResourceRecordName

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

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

ResourceRecordType

The type of DNS record to create

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

ResourceRecordValue

The value the DNS record needs to have

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