Class: Aws::Amplify::Types::WafConfiguration

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

Overview

Describes the Firewall configuration for a hosted Amplify application. Firewall support enables you to protect your web applications with a direct integration with WAF. For more information about using WAF protections for an Amplify application, see Firewall support for hosted sites in the Amplify User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_reasonString

The reason for the current status of the Firewall configuration.

Returns:

  • (String)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3129

class WafConfiguration < Struct.new(
  :web_acl_arn,
  :waf_status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#waf_statusString

The status of the process to associate or disassociate a web ACL to an Amplify app.

Returns:

  • (String)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3129

class WafConfiguration < Struct.new(
  :web_acl_arn,
  :waf_status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_arnString

The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.

Returns:

  • (String)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3129

class WafConfiguration < Struct.new(
  :web_acl_arn,
  :waf_status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end