Class CertificateDomainValidationOptionGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateDomainValidationOptionGetArgs : ResourceArgs
Constructors
View SourceCertificateDomainValidationOptionGetArgs()
Declaration
public CertificateDomainValidationOptionGetArgs()
Properties
View SourceDomainName
A domain name for which the certificate should be issued
Declaration
public Input<string> DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
ResourceRecordType
The type of DNS record to create
Declaration
public Input<string> ResourceRecordType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceRecordValue
The value the DNS record needs to have
Declaration
public Input<string> ResourceRecordValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |