Class: Aws::Route53Profiles::Types::UpdateProfileResourceAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the resource association.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-route53profiles/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_idString

ID of the resource association.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-route53profiles/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_propertiesString

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.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 931

class UpdateProfileResourceAssociationRequest < Struct.new(
  :name,
  :profile_resource_association_id,
  :resource_properties)
  SENSITIVE = []
  include Aws::Structure
end