Struct aws_sdk_apprunner::types::VpcDnsTarget
source · #[non_exhaustive]pub struct VpcDnsTarget { /* private fields */ }
Expand description
DNS Target record for a custom domain of this Amazon VPC.
Implementations§
source§impl VpcDnsTarget
impl VpcDnsTarget
sourcepub fn vpc_ingress_connection_arn(&self) -> Option<&str>
pub fn vpc_ingress_connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
sourcepub fn vpc_id(&self) -> Option<&str>
pub fn vpc_id(&self) -> Option<&str>
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name of your target DNS that is associated with the Amazon VPC.
source§impl VpcDnsTarget
impl VpcDnsTarget
sourcepub fn builder() -> VpcDnsTargetBuilder
pub fn builder() -> VpcDnsTargetBuilder
Creates a new builder-style object to manufacture VpcDnsTarget
.
Trait Implementations§
source§impl Clone for VpcDnsTarget
impl Clone for VpcDnsTarget
source§fn clone(&self) -> VpcDnsTarget
fn clone(&self) -> VpcDnsTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VpcDnsTarget
impl Debug for VpcDnsTarget
source§impl PartialEq<VpcDnsTarget> for VpcDnsTarget
impl PartialEq<VpcDnsTarget> for VpcDnsTarget
source§fn eq(&self, other: &VpcDnsTarget) -> bool
fn eq(&self, other: &VpcDnsTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.