Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PrivateDnsNameConfiguration = PrivateDnsNameConfiguration' {}
- newPrivateDnsNameConfiguration :: PrivateDnsNameConfiguration
- privateDnsNameConfiguration_name :: Lens' PrivateDnsNameConfiguration (Maybe Text)
- privateDnsNameConfiguration_state :: Lens' PrivateDnsNameConfiguration (Maybe DnsNameState)
- privateDnsNameConfiguration_type :: Lens' PrivateDnsNameConfiguration (Maybe Text)
- privateDnsNameConfiguration_value :: Lens' PrivateDnsNameConfiguration (Maybe Text)
Documentation
data PrivateDnsNameConfiguration Source #
Information about the private DNS name for the service endpoint.
See: newPrivateDnsNameConfiguration
smart constructor.
PrivateDnsNameConfiguration' | |
|
Instances
newPrivateDnsNameConfiguration :: PrivateDnsNameConfiguration Source #
Create a value of PrivateDnsNameConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:PrivateDnsNameConfiguration'
, privateDnsNameConfiguration_name
- The name of the record subdomain the service provider needs to create.
The service provider adds the value
text to the name
.
$sel:state:PrivateDnsNameConfiguration'
, privateDnsNameConfiguration_state
- The verification state of the VPC endpoint service.
Consumers of the endpoint service can use the private name only when
the state is verified
.
$sel:type':PrivateDnsNameConfiguration'
, privateDnsNameConfiguration_type
- The endpoint service verification type, for example TXT.
PrivateDnsNameConfiguration
, privateDnsNameConfiguration_value
- The value the service provider adds to the private DNS name domain
record before verification.
privateDnsNameConfiguration_name :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #
The name of the record subdomain the service provider needs to create.
The service provider adds the value
text to the name
.
privateDnsNameConfiguration_state :: Lens' PrivateDnsNameConfiguration (Maybe DnsNameState) Source #
The verification state of the VPC endpoint service.
Consumers of the endpoint service can use the private name only when
the state is verified
.
privateDnsNameConfiguration_type :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #
The endpoint service verification type, for example TXT.
privateDnsNameConfiguration_value :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #
The value the service provider adds to the private DNS name domain record before verification.