Class: Aws::Route53GlobalResolver::Types::CreateAccessSourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::CreateAccessSourceOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
-
#cidr ⇒ String
The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.
-
#created_at ⇒ Time
The date and time when the access source was created.
-
#dns_view_id ⇒ String
The ID of the DNS view associated with this access source.
-
#id ⇒ String
The unique identifier for the access source.
-
#ip_address_type ⇒ String
The IP address type for this access source (IPv4 or IPv6).
-
#name ⇒ String
The descriptive name of the access source.
-
#protocol ⇒ String
The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).
-
#status ⇒ String
The operational status of the access source.
-
#updated_at ⇒ Time
The date and time when the access source was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the access source was created.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dns_view_id ⇒ String
The ID of the DNS view associated with this access source.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the access source.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type for this access source (IPv4 or IPv6).
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the access source.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The operational status of the access source.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the access source was last updated.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912 class CreateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |