AWS::CodeBuild::Fleet ProxyConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

{ "DefaultBehavior" : String, "OrderedProxyRules" : [ FleetProxyRule, ... ] }

Properties

DefaultBehavior

The default behavior of outgoing traffic.

Required: No

Type: String

Allowed values: ALLOW_ALL | DENY_ALL

Update requires: No interruption

OrderedProxyRules

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

Required: No

Type: Array of FleetProxyRule

Maximum: 100

Update requires: No interruption