Show / Hide Table of Contents

Class DomainNameDomainNameConfigurationArgs

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

Constructors

View Source

DomainNameDomainNameConfigurationArgs()

Declaration
public DomainNameDomainNameConfigurationArgs()

Properties

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 Input<string> CertificateArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EndpointType

The endpoint type. Valid values: REGIONAL.

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

HostedZoneId

The Amazon Route 53 Hosted Zone ID of the endpoint.

Declaration
public Input<string> HostedZoneId { get; set; }
Property Value
Type Description
Input<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 Input<string> SecurityPolicy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetDomainName

The target domain name.

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