Show / Hide Table of Contents

Class DomainNameArgs

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

Constructors

View Source

DomainNameArgs()

Declaration
public DomainNameArgs()

Properties

View Source

Domain

The domain name.

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

DomainNameConfiguration

The domain name configuration.

Declaration
public Input<DomainNameDomainNameConfigurationArgs> DomainNameConfiguration { get; set; }
Property Value
Type Description
Input<DomainNameDomainNameConfigurationArgs>
View Source

Tags

A map of tags to assign to the domain name.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.