Show / Hide Table of Contents

Class DomainNameState

Inheritance
System.Object
InputArgs
ResourceArgs
DomainNameState
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 DomainNameState : ResourceArgs

Constructors

View Source

DomainNameState()

Declaration
public DomainNameState()

Properties

View Source

ApiMappingSelectionExpression

The API mapping selection expression for the domain name.

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

Arn

The ARN of the domain name.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<DomainNameDomainNameConfigurationGetArgs> DomainNameConfiguration { get; set; }
Property Value
Type Description
Input<DomainNameDomainNameConfigurationGetArgs>
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.