This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CodeBuild::Fleet ProxyConfiguration
Information about the proxy configurations that apply network access control to your reserved capacity instances.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultBehavior" :String, "OrderedProxyRules" :[ FleetProxyRule, ... ]}
YAML
DefaultBehavior:StringOrderedProxyRules:- FleetProxyRule
Properties
DefaultBehavior-
The default behavior of outgoing traffic.
Required: No
Type: String
Allowed values:
ALLOW_ALL | DENY_ALLUpdate requires: No interruption
OrderedProxyRules-
An array of
FleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.Required: No
Type: Array of FleetProxyRule
Maximum:
100Update requires: No interruption