VpcEndpointServicePrivateDnsNameConfiguration class

Constructors

VpcEndpointServicePrivateDnsNameConfiguration({Input<String?>? name, Input<String?>? state, Input<String?>? type, Input<String?>? value})
Creates a new VpcEndpointServicePrivateDnsNameConfiguration. name Name of the record subdomain the service provider needs to create. state Verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is verified. type Endpoint service verification type, for example TXT. value Value the service provider adds to the private DNS name domain record before verification.
const
VpcEndpointServicePrivateDnsNameConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
Name of the record subdomain the service provider needs to create.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → Input<String?>?
Verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is verified.
final
type → Input<String?>?
Endpoint service verification type, for example TXT.
final
value → Input<String?>?
Value the service provider adds to the private DNS name domain record before verification.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited