Class DomainNameState
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 DomainNameState : ResourceArgs
Constructors
View SourceDomainNameState()
Declaration
public DomainNameState()
Properties
View SourceApiMappingSelectionExpression
The API mapping selection expression for the domain name.
Declaration
public Input<string> ApiMappingSelectionExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Arn
The ARN of the domain name.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
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<DomainNameDomainNameConfigurationGetArgs> DomainNameConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainNameDomainNameConfigurationGetArgs> |
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> |