Show / Hide Table of Contents

Class CfnFleet.FleetProxyRuleProperty

Information about the proxy rule for your reserved capacity instances.

Inheritance
object
CfnFleet.FleetProxyRuleProperty
Implements
CfnFleet.IFleetProxyRuleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFleet.FleetProxyRuleProperty : CfnFleet.IFleetProxyRuleProperty
Syntax (vb)
Public Class CfnFleet.FleetProxyRuleProperty Implements CfnFleet.IFleetProxyRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html

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

FleetProxyRuleProperty()

Information about the proxy rule for your reserved capacity instances.

Properties

Effect

The behavior of the proxy rule.

Entities

The destination of the proxy rule.

Type

The type of proxy rule.

Constructors

FleetProxyRuleProperty()

Information about the proxy rule for your reserved capacity instances.

public FleetProxyRuleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html

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"
             };

Properties

Effect

The behavior of the proxy rule.

public string? Effect { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html#cfn-codebuild-fleet-fleetproxyrule-effect

Entities

The destination of the proxy rule.

public string[]? Entities { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html#cfn-codebuild-fleet-fleetproxyrule-entities

Type

The type of proxy rule.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html#cfn-codebuild-fleet-fleetproxyrule-type

Implements

CfnFleet.IFleetProxyRuleProperty
Back to top Generated by DocFX