Class: Aws::Amplify::Types::WafConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::WafConfiguration
- 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
-
#status_reason ⇒ String
The reason for the current status of the Firewall configuration.
-
#waf_status ⇒ String
The status of the process to associate or disassociate a web ACL to an Amplify app.
-
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.
Instance Attribute Details
#status_reason ⇒ String
The reason for the current status of the Firewall configuration.
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_status ⇒ String
The status of the process to associate or disassociate a web ACL to an Amplify app.
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_arn ⇒ String
The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.
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 |