Class: Aws::CloudFront::Types::AssociateDistributionWebACLRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the distribution.

Returns:

  • (String)


434
435
436
437
438
439
440
# File 'lib/aws-sdk-cloudfront/types.rb', line 434

class AssociateDistributionWebACLRequest < Struct.new(
  :id,
  :web_acl_arn,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ‘ETag` header that you received when retrieving the distribution that you’re associating with the WAF web ACL.

Returns:

  • (String)


434
435
436
437
438
439
440
# File 'lib/aws-sdk-cloudfront/types.rb', line 434

class AssociateDistributionWebACLRequest < Struct.new(
  :id,
  :web_acl_arn,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_arnString

The Amazon Resource Name (ARN) of the WAF web ACL to associate.

Returns:

  • (String)


434
435
436
437
438
439
440
# File 'lib/aws-sdk-cloudfront/types.rb', line 434

class AssociateDistributionWebACLRequest < Struct.new(
  :id,
  :web_acl_arn,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end