| 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 |
Amazonka.AppRunner.Types.VpcDNSTarget
Description
Documentation
data VpcDNSTarget Source #
DNS Target record for a custom domain of this Amazon VPC.
See: newVpcDNSTarget smart constructor.
Constructors
| VpcDNSTarget' | |
Fields
| |
Instances
newVpcDNSTarget :: VpcDNSTarget Source #
Create a value of VpcDNSTarget 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:domainName:VpcDNSTarget', vpcDNSTarget_domainName - The domain name of your target DNS that is associated with the Amazon
VPC.
$sel:vpcId:VpcDNSTarget', vpcDNSTarget_vpcId - The ID of the Amazon VPC that is associated with the custom domain name
of the target DNS.
$sel:vpcIngressConnectionArn:VpcDNSTarget', vpcDNSTarget_vpcIngressConnectionArn - The Amazon Resource Name (ARN) of the VPC Ingress Connection that is
associated with your service.
vpcDNSTarget_domainName :: Lens' VpcDNSTarget (Maybe Text) Source #
The domain name of your target DNS that is associated with the Amazon VPC.
vpcDNSTarget_vpcId :: Lens' VpcDNSTarget (Maybe Text) Source #
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
vpcDNSTarget_vpcIngressConnectionArn :: Lens' VpcDNSTarget (Maybe Text) Source #
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.