Class CfnFleet.FleetProxyRuleProperty
Information about the proxy rule for your reserved capacity instances.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FleetProxyRuleProperty : Object, CfnFleet.IFleetProxyRuleProperty
Syntax (vb)
Public Class FleetProxyRuleProperty
Inherits Object
Implements CfnFleet.IFleetProxyRuleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeBuild;
var fleetProxyRuleProperty = new FleetProxyRuleProperty {
Effect = "effect",
Entities = new [] { "entities" },
Type = "type"
};
Synopsis
Constructors
Fleet |
Properties
Effect | The behavior of the proxy rule. |
Entities | The destination of the proxy rule. |
Type | The type of proxy rule. |
Constructors
FleetProxyRuleProperty()
public FleetProxyRuleProperty()
Properties
Effect
The behavior of the proxy rule.
public string Effect { get; set; }
Property Value
System.
Remarks
Entities
The destination of the proxy rule.
public string[] Entities { get; set; }
Property Value
System.
Remarks
Type
The type of proxy rule.
public string Type { get; set; }
Property Value
System.