Class: Aws::Route53Profiles::Types::AssociateResourceToProfileRequest

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 for the resource association.

Returns:

  • (String)


90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 90

class AssociateResourceToProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_arn,
  :resource_properties)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

ID of the Profile.

Returns:

  • (String)


90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 90

class AssociateResourceToProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_arn,
  :resource_properties)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon resource number, ARN, of the DNS resource.

Returns:

  • (String)


90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 90

class AssociateResourceToProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_arn,
  :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)


90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 90

class AssociateResourceToProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_arn,
  :resource_properties)
  SENSITIVE = []
  include Aws::Structure
end