Class: Aws::Route53Resolver::Types::ResolverRuleAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResolverRuleAssociation
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the association between a Resolver rule and a VPC.
-
#name ⇒ String
The name of an association between a Resolver rule and a VPC.
-
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you associated with the VPC that is specified by
VPCId. -
#status ⇒ String
A code that specifies the current status of the association between a Resolver rule and a VPC.
-
#status_message ⇒ String
A detailed description of the status of the association between a Resolver rule and a VPC.
-
#vpc_id ⇒ String
The ID of the VPC that you associated the Resolver rule with.
Instance Attribute Details
#id ⇒ String
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an association between a Resolver rule and a VPC.
The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you associated with the VPC that is
specified by VPCId.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A code that specifies the current status of the association between a Resolver rule and a VPC.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A detailed description of the status of the association between a Resolver rule and a VPC.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC that you associated the Resolver rule with.
4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4754 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |