Class DomainNameDomainNameConfiguration
Inheritance
System.Object
DomainNameDomainNameConfiguration
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.ApiGatewayV2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainNameDomainNameConfiguration
Fields
View SourceCertificateArn
The ARN of an AWS-managed certificate that will be used by the endpoint for the domain name. AWS Certificate Manager is the only supported source.
Use the aws.acm.Certificate resource to configure an ACM certificate.
Declaration
public readonly string CertificateArn
Field Value
| Type | Description |
|---|---|
| System.String |
EndpointType
The endpoint type. Valid values: REGIONAL.
Declaration
public readonly string EndpointType
Field Value
| Type | Description |
|---|---|
| System.String |
HostedZoneId
The Amazon Route 53 Hosted Zone ID of the endpoint.
Declaration
public readonly string HostedZoneId
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityPolicy
The Transport Layer Security (TLS) version of the security policy for the domain name. Valid values: TLS_1_2.
Declaration
public readonly string SecurityPolicy
Field Value
| Type | Description |
|---|---|
| System.String |
TargetDomainName
The target domain name.
Declaration
public readonly string TargetDomainName
Field Value
| Type | Description |
|---|---|
| System.String |