Class: Aws::CloudFront::Types::AssociateDistributionTenantWebACLRequest

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 tenant.

Returns:

  • (String)


388
389
390
391
392
393
394
# File 'lib/aws-sdk-cloudfront/types.rb', line 388

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

#if_matchString

The current ‘ETag` of the distribution tenant. This value is returned in the response of the `GetDistributionTenant` API operation.

Returns:

  • (String)


388
389
390
391
392
393
394
# File 'lib/aws-sdk-cloudfront/types.rb', line 388

class AssociateDistributionTenantWebACLRequest < 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)


388
389
390
391
392
393
394
# File 'lib/aws-sdk-cloudfront/types.rb', line 388

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