interface FleetProxyRuleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.CfnFleet.FleetProxyRuleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#CfnFleet_FleetProxyRuleProperty |
![]() | software.amazon.awscdk.services.codebuild.CfnFleet.FleetProxyRuleProperty |
![]() | aws_cdk.aws_codebuild.CfnFleet.FleetProxyRuleProperty |
![]() | aws-cdk-lib » aws_codebuild » CfnFleet » FleetProxyRuleProperty |
Information about the proxy rule for 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 fleetProxyRuleProperty: codebuild.CfnFleet.FleetProxyRuleProperty = {
effect: 'effect',
entities: ['entities'],
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
effect? | string | The behavior of the proxy rule. |
entities? | string[] | The destination of the proxy rule. |
type? | string | The type of proxy rule. |
effect?
Type:
string
(optional)
The behavior of the proxy rule.
entities?
Type:
string[]
(optional)
The destination of the proxy rule.
type?
Type:
string
(optional)
The type of proxy rule.