Class: Aws::CodeBuild::Types::ProxyConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_behaviorString

The default behavior of outgoing traffic.

Returns:

  • (String)


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_rulesArray<Types::FleetProxyRule>

An array of ‘FleetProxyRule` objects that represent the specified destination domains or IPs to allow or deny network access control to.

Returns:



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