Class: Aws::Route53Profiles::Types::AssociateResourceToProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::AssociateResourceToProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name for the resource association.
-
#profile_id ⇒ String
ID of the Profile.
-
#resource_arn ⇒ String
Amazon resource number, ARN, of the DNS resource.
-
#resource_properties ⇒ String
If you are adding a DNS Firewall rule group, include also a priority.
Instance Attribute Details
#name ⇒ String
Name for the resource association.
91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 91 class AssociateResourceToProfileRequest < Struct.new( :name, :profile_id, :resource_arn, :resource_properties) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
ID of the Profile.
91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 91 class AssociateResourceToProfileRequest < Struct.new( :name, :profile_id, :resource_arn, :resource_properties) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon resource number, ARN, of the DNS resource.
91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 91 class AssociateResourceToProfileRequest < Struct.new( :name, :profile_id, :resource_arn, :resource_properties) SENSITIVE = [] include Aws::Structure end |
#resource_properties ⇒ String
If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
The allowed values for priority are between 100 and 9900.
91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 91 class AssociateResourceToProfileRequest < Struct.new( :name, :profile_id, :resource_arn, :resource_properties) SENSITIVE = [] include Aws::Structure end |