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)


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

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)


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

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 in this format:

Key=FirewallRuleGroupPriority,Value=100.

Returns:

  • (String)


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

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