Show / Hide Table of Contents

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 Source

CertificateArn

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
View Source

EndpointType

The endpoint type. Valid values: REGIONAL.

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

HostedZoneId

The Amazon Route 53 Hosted Zone ID of the endpoint.

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

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
View Source

TargetDomainName

The target domain name.

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