Class: Aws::Route53Resolver::Types::ResolverRuleAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

In the response to an [AssociateResolverRule],

DisassociateResolverRule], or [ListResolverRuleAssociations][3

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.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html [2]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html [3]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an

AssociateResolverRule][1

request.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of an association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#resolver_rule_idString

The ID of the Resolver rule that you associated with the VPC that is specified by ‘VPCId`.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A code that specifies the current status of the association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A detailed description of the status of the association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC that you associated the Resolver rule with.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'lib/aws-sdk-route53resolver/types.rb', line 4513

class ResolverRuleAssociation < Struct.new(
  :id,
  :resolver_rule_id,
  :name,
  :vpc_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end