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)


4973
4974
4975
4976
4977
4978
# File 'lib/aws-sdk-codebuild/types.rb', line 4973

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:



4973
4974
4975
4976
4977
4978
# File 'lib/aws-sdk-codebuild/types.rb', line 4973

class ProxyConfiguration < Struct.new(
  :default_behavior,
  :ordered_proxy_rules)
  SENSITIVE = []
  include Aws::Structure
end