Class DomainNameArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainNameArgs : ResourceArgs
Constructors
View SourceDomainNameArgs()
Declaration
public DomainNameArgs()
Properties
View SourceDomain
The domain name.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainNameConfiguration
The domain name configuration.
Declaration
public Input<DomainNameDomainNameConfigurationArgs> DomainNameConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainNameDomainNameConfigurationArgs> |
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> |