Class: Aws::Route53Profiles::Types::UpdateProfileResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::UpdateProfileResourceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the resource association.
-
#profile_resource_association_id ⇒ String
ID of the resource association.
-
#resource_properties ⇒ String
If you are adding a DNS Firewall rule group, include also a priority.
Instance Attribute Details
#name ⇒ String
Name of the resource association.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 931 class UpdateProfileResourceAssociationRequest < Struct.new( :name, :profile_resource_association_id, :resource_properties) SENSITIVE = [] include Aws::Structure end |
#profile_resource_association_id ⇒ String
ID of the resource association.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 931 class UpdateProfileResourceAssociationRequest < Struct.new( :name, :profile_resource_association_id, :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.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 931 class UpdateProfileResourceAssociationRequest < Struct.new( :name, :profile_resource_association_id, :resource_properties) SENSITIVE = [] include Aws::Structure end |