Class: Aws::CodeBuild::Types::ProxyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ProxyConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Information about the proxy configurations that apply network access control to your reserved capacity instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_behavior ⇒ String
The default behavior of outgoing traffic.
-
#ordered_proxy_rules ⇒ Array<Types::FleetProxyRule>
An array of ‘FleetProxyRule` objects that represent the specified destination domains or IPs to allow or deny network access control to.
Instance Attribute Details
#default_behavior ⇒ String
The default behavior of outgoing traffic.
4916 4917 4918 4919 4920 4921 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4916 class ProxyConfiguration < Struct.new( :default_behavior, :ordered_proxy_rules) SENSITIVE = [] include Aws::Structure end |
#ordered_proxy_rules ⇒ Array<Types::FleetProxyRule>
An array of ‘FleetProxyRule` objects that represent the specified destination domains or IPs to allow or deny network access control to.
4916 4917 4918 4919 4920 4921 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4916 class ProxyConfiguration < Struct.new( :default_behavior, :ordered_proxy_rules) SENSITIVE = [] include Aws::Structure end |