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.
      5129 5130 5131 5132 5133 5134  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5129 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.
      5129 5130 5131 5132 5133 5134  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5129 class ProxyConfiguration < Struct.new( :default_behavior, :ordered_proxy_rules) SENSITIVE = [] include Aws::Structure end  |