interface ProxyConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.CfnFleet.ProxyConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#CfnFleet_ProxyConfigurationProperty |
Java | software.amazon.awscdk.services.codebuild.CfnFleet.ProxyConfigurationProperty |
Python | aws_cdk.aws_codebuild.CfnFleet.ProxyConfigurationProperty |
TypeScript | aws-cdk-lib » aws_codebuild » CfnFleet » ProxyConfigurationProperty |
Information about the proxy configurations that apply network access control to your reserved capacity instances.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
const proxyConfigurationProperty: codebuild.CfnFleet.ProxyConfigurationProperty = {
defaultBehavior: 'defaultBehavior',
orderedProxyRules: [{
effect: 'effect',
entities: ['entities'],
type: 'type',
}],
};
Properties
Name | Type | Description |
---|---|---|
default | string | The default behavior of outgoing traffic. |
ordered | IResolvable | IResolvable | Fleet [] | An array of FleetProxyRule objects that represent the specified destination domains or IPs to allow or deny network access control to. |
defaultBehavior?
Type:
string
(optional)
The default behavior of outgoing traffic.
orderedProxyRules?
Type:
IResolvable
|
IResolvable
|
Fleet
[]
(optional)
An array of FleetProxyRule
objects that represent the specified destination domains or IPs to allow or deny network access control to.