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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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)


5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5129

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:



5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5129

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