Class: Aws::Odb::Types::OciDnsForwardingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::OciDnsForwardingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
DNS configuration to forward DNS resolver endpoints to your OCI Private Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Domain name to which DNS resolver forwards to.
-
#oci_dns_listener_ip ⇒ String
OCI DNS listener IP for custom DNS setup.
Instance Attribute Details
#domain_name ⇒ String
Domain name to which DNS resolver forwards to.
4488 4489 4490 4491 4492 4493 |
# File 'lib/aws-sdk-odb/types.rb', line 4488 class OciDnsForwardingConfig < Struct.new( :domain_name, :oci_dns_listener_ip) SENSITIVE = [] include Aws::Structure end |
#oci_dns_listener_ip ⇒ String
OCI DNS listener IP for custom DNS setup.
4488 4489 4490 4491 4492 4493 |
# File 'lib/aws-sdk-odb/types.rb', line 4488 class OciDnsForwardingConfig < Struct.new( :domain_name, :oci_dns_listener_ip) SENSITIVE = [] include Aws::Structure end |