@awboost/cfn-resource-types 0.1.187 → 0.1.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,7 @@ export type CodeBuildFleetProperties = {
|
|
|
11
11
|
BaseCapacity?: number;
|
|
12
12
|
ComputeType?: "BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE";
|
|
13
13
|
EnvironmentType?: "WINDOWS_SERVER_2019_CONTAINER" | "WINDOWS_SERVER_2022_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "MAC_ARM";
|
|
14
|
+
FleetProxyConfiguration?: ProxyConfiguration;
|
|
14
15
|
/**
|
|
15
16
|
* @pattern `^(?:arn:)[a-zA-Z+-=,._:/@]+$`
|
|
16
17
|
*/
|
|
@@ -26,6 +27,7 @@ export type CodeBuildFleetProperties = {
|
|
|
26
27
|
*/
|
|
27
28
|
Name?: string;
|
|
28
29
|
OverflowBehavior?: "QUEUE" | "ON_DEMAND";
|
|
30
|
+
ScalingConfiguration?: ScalingConfigurationInput;
|
|
29
31
|
Tags?: Tag[];
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
@@ -38,6 +40,35 @@ export type CodeBuildFleetAttributes = {
|
|
|
38
40
|
*/
|
|
39
41
|
Arn: string;
|
|
40
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* Type definition for `AWS::CodeBuild::Fleet.FleetProxyRule`.
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-fleetproxyrule.html}
|
|
46
|
+
*/
|
|
47
|
+
export type FleetProxyRule = {
|
|
48
|
+
Effect?: "ALLOW" | "DENY";
|
|
49
|
+
Entities?: string[];
|
|
50
|
+
Type?: "DOMAIN" | "IP";
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Type definition for `AWS::CodeBuild::Fleet.ProxyConfiguration`.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-proxyconfiguration.html}
|
|
55
|
+
*/
|
|
56
|
+
export type ProxyConfiguration = {
|
|
57
|
+
DefaultBehavior?: "ALLOW_ALL" | "DENY_ALL";
|
|
58
|
+
OrderedProxyRules?: FleetProxyRule[];
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Type definition for `AWS::CodeBuild::Fleet.ScalingConfigurationInput`.
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-scalingconfigurationinput.html}
|
|
63
|
+
*/
|
|
64
|
+
export type ScalingConfigurationInput = {
|
|
65
|
+
/**
|
|
66
|
+
* @min `1`
|
|
67
|
+
*/
|
|
68
|
+
MaxCapacity?: number;
|
|
69
|
+
ScalingType?: "TARGET_TRACKING_SCALING";
|
|
70
|
+
TargetTrackingScalingConfigs?: TargetTrackingScalingConfiguration[];
|
|
71
|
+
};
|
|
41
72
|
/**
|
|
42
73
|
* Type definition for `AWS::CodeBuild::Fleet.Tag`.
|
|
43
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-tag.html}
|
|
@@ -58,6 +89,14 @@ export type Tag = {
|
|
|
58
89
|
*/
|
|
59
90
|
Value: string;
|
|
60
91
|
};
|
|
92
|
+
/**
|
|
93
|
+
* Type definition for `AWS::CodeBuild::Fleet.TargetTrackingScalingConfiguration`.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-targettrackingscalingconfiguration.html}
|
|
95
|
+
*/
|
|
96
|
+
export type TargetTrackingScalingConfiguration = {
|
|
97
|
+
MetricType?: "FLEET_UTILIZATION_RATE";
|
|
98
|
+
TargetValue?: number;
|
|
99
|
+
};
|
|
61
100
|
/**
|
|
62
101
|
* Type definition for `AWS::CodeBuild::Fleet.VpcConfig`.
|
|
63
102
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-vpcconfig.html}
|
|
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html}
|
|
7
7
|
*/
|
|
8
8
|
export type ElasticLoadBalancingV2LoadBalancerProperties = {
|
|
9
|
+
EnablePrefixForIpv6SourceNat?: string;
|
|
9
10
|
/**
|
|
10
11
|
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
|
|
11
12
|
*/
|
|
@@ -115,6 +116,7 @@ export type LoadBalancerAttribute = {
|
|
|
115
116
|
|
|
116
117
|
The following attributes are supported by only Network Load Balancers:
|
|
117
118
|
+ ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
119
|
+
+ ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
118
120
|
*/
|
|
119
121
|
Key?: string;
|
|
120
122
|
/**
|
|
@@ -140,6 +142,7 @@ export type SubnetMapping = {
|
|
|
140
142
|
* [Network Load Balancers] The private IPv4 address for an internal load balancer.
|
|
141
143
|
*/
|
|
142
144
|
PrivateIPv4Address?: string;
|
|
145
|
+
SourceNatIpv6Prefix?: string;
|
|
143
146
|
/**
|
|
144
147
|
* The ID of the subnet.
|
|
145
148
|
*/
|