@awboost/cfn-resource-types 0.1.387 → 0.1.388
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.
- package/lib/AWS-ElasticLoadBalancingV2-Listener.d.ts +4 -3
- package/lib/AWS-ElasticLoadBalancingV2-ListenerRule.d.ts +2 -2
- package/lib/AWS-ElasticLoadBalancingV2-LoadBalancer.d.ts +1 -1
- package/lib/AWS-EntityResolution-MatchingWorkflow.d.ts +25 -0
- package/lib/AWS-Glue-Job.d.ts +1 -1
- package/lib/AWS-MediaPackageV2-Channel.d.ts +5 -0
- package/lib/AWS-RDS-DBInstance.d.ts +27 -0
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ export type ElasticLoadBalancingV2ListenerProperties = {
|
|
|
12
12
|
AlpnPolicy?: string[];
|
|
13
13
|
/**
|
|
14
14
|
* The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS.
|
|
15
|
+
For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption.
|
|
15
16
|
To create a certificate list for a secure listener, use [AWS::ElasticLoadBalancingV2::ListenerCertificate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html).
|
|
16
17
|
*/
|
|
17
18
|
Certificates?: Certificate[];
|
|
@@ -21,7 +22,7 @@ export type ElasticLoadBalancingV2ListenerProperties = {
|
|
|
21
22
|
*/
|
|
22
23
|
DefaultActions: Action[];
|
|
23
24
|
/**
|
|
24
|
-
* The listener attributes.
|
|
25
|
+
* The listener attributes. Attributes that you do not modify retain their current values.
|
|
25
26
|
*/
|
|
26
27
|
ListenerAttributes?: ListenerAttribute[];
|
|
27
28
|
/**
|
|
@@ -42,7 +43,7 @@ export type ElasticLoadBalancingV2ListenerProperties = {
|
|
|
42
43
|
Protocol?: string;
|
|
43
44
|
/**
|
|
44
45
|
* [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. For more information, see [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) in the *Application Load Balancers Guide* and [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/describe-ssl-policies.html) in the *Network Load Balancers Guide*.
|
|
45
|
-
Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
|
|
46
|
+
[HTTPS listeners] Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
|
|
46
47
|
*/
|
|
47
48
|
SslPolicy?: string;
|
|
48
49
|
};
|
|
@@ -348,7 +349,7 @@ export type RedirectConfig = {
|
|
|
348
349
|
*/
|
|
349
350
|
export type TargetGroupStickinessConfig = {
|
|
350
351
|
/**
|
|
351
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
352
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
352
353
|
*/
|
|
353
354
|
DurationSeconds?: number;
|
|
354
355
|
/**
|
|
@@ -218,7 +218,7 @@ export type ForwardConfig = {
|
|
|
218
218
|
*/
|
|
219
219
|
export type HostHeaderConfig = {
|
|
220
220
|
/**
|
|
221
|
-
* The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
|
|
221
|
+
* The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
|
|
222
222
|
If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
|
|
223
223
|
*/
|
|
224
224
|
Values?: string[];
|
|
@@ -411,7 +411,7 @@ export type SourceIpConfig = {
|
|
|
411
411
|
*/
|
|
412
412
|
export type TargetGroupStickinessConfig = {
|
|
413
413
|
/**
|
|
414
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
414
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
415
415
|
*/
|
|
416
416
|
DurationSeconds?: number;
|
|
417
417
|
/**
|
|
@@ -27,7 +27,7 @@ export type ElasticLoadBalancingV2LoadBalancerProperties = {
|
|
|
27
27
|
*/
|
|
28
28
|
Ipv4IpamPoolId?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The load balancer attributes.
|
|
30
|
+
* The load balancer attributes. Attributes that you do not modify retain their current values.
|
|
31
31
|
*/
|
|
32
32
|
LoadBalancerAttributes?: LoadBalancerAttribute[];
|
|
33
33
|
/**
|
|
@@ -151,6 +151,7 @@ export type ResolutionTechniques = {
|
|
|
151
151
|
ProviderProperties?: ProviderProperties;
|
|
152
152
|
ResolutionType?: ResolutionType;
|
|
153
153
|
RuleBasedProperties?: RuleBasedProperties;
|
|
154
|
+
RuleConditionProperties?: RuleConditionProperties;
|
|
154
155
|
};
|
|
155
156
|
/**
|
|
156
157
|
* Type definition for `AWS::EntityResolution::MatchingWorkflow.ResolutionType`.
|
|
@@ -187,6 +188,30 @@ export type RuleBasedProperties = {
|
|
|
187
188
|
*/
|
|
188
189
|
Rules: Rule[];
|
|
189
190
|
};
|
|
191
|
+
/**
|
|
192
|
+
* Type definition for `AWS::EntityResolution::MatchingWorkflow.RuleCondition`.
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html}
|
|
194
|
+
*/
|
|
195
|
+
export type RuleCondition = {
|
|
196
|
+
Condition?: string;
|
|
197
|
+
/**
|
|
198
|
+
* @minLength `0`
|
|
199
|
+
* @maxLength `255`
|
|
200
|
+
* @pattern `^[a-zA-Z_0-9- \t]*$`
|
|
201
|
+
*/
|
|
202
|
+
RuleName?: string;
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* Type definition for `AWS::EntityResolution::MatchingWorkflow.RuleConditionProperties`.
|
|
206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html}
|
|
207
|
+
*/
|
|
208
|
+
export type RuleConditionProperties = {
|
|
209
|
+
/**
|
|
210
|
+
* @minLength `1`
|
|
211
|
+
* @maxLength `15`
|
|
212
|
+
*/
|
|
213
|
+
Rules: RuleCondition[];
|
|
214
|
+
};
|
|
190
215
|
/**
|
|
191
216
|
* Type definition for `AWS::EntityResolution::MatchingWorkflow.Tag`.
|
|
192
217
|
* A key-value pair to associate with a resource
|
package/lib/AWS-Glue-Job.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export type GlueJobProperties = {
|
|
|
96
96
|
/**
|
|
97
97
|
* TThe type of predefined worker that is allocated when a job runs.
|
|
98
98
|
*/
|
|
99
|
-
WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X";
|
|
99
|
+
WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X" | "G.12X" | "G.16X" | "R.1X" | "R.2X" | "R.4X" | "R.8X";
|
|
100
100
|
};
|
|
101
101
|
/**
|
|
102
102
|
* Type definition for `AWS::Glue::Job.ConnectionsList`.
|
|
@@ -92,6 +92,11 @@ export type InputSwitchConfiguration = {
|
|
|
92
92
|
* <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>
|
|
93
93
|
*/
|
|
94
94
|
MQCSInputSwitching?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* @min `1`
|
|
97
|
+
* @max `2`
|
|
98
|
+
*/
|
|
99
|
+
PreferredInput?: number;
|
|
95
100
|
};
|
|
96
101
|
/**
|
|
97
102
|
* Type definition for `AWS::MediaPackageV2::Channel.InputType`.
|
|
@@ -751,6 +751,7 @@ export type RDSDBInstanceProperties = {
|
|
|
751
751
|
* The ID of the region that contains the source DB instance for the read replica.
|
|
752
752
|
*/
|
|
753
753
|
SourceRegion?: string;
|
|
754
|
+
StatusInfos?: DBInstanceStatusInfo[];
|
|
754
755
|
/**
|
|
755
756
|
* A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
|
|
756
757
|
If you specify the ``KmsKeyId`` property, then you must enable encryption.
|
|
@@ -815,6 +816,7 @@ export type RDSDBInstanceProperties = {
|
|
|
815
816
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values}
|
|
816
817
|
*/
|
|
817
818
|
export type RDSDBInstanceAttributes = {
|
|
819
|
+
AutomaticRestartTime: string;
|
|
818
820
|
/**
|
|
819
821
|
* The details of the DB instance’s server certificate.
|
|
820
822
|
For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide*.
|
|
@@ -889,8 +891,11 @@ export type RDSDBInstanceAttributes = {
|
|
|
889
891
|
*/
|
|
890
892
|
SecretArn: string;
|
|
891
893
|
};
|
|
894
|
+
PercentProgress: string;
|
|
892
895
|
ReadReplicaDBClusterIdentifiers: string[];
|
|
893
896
|
ReadReplicaDBInstanceIdentifiers: string[];
|
|
897
|
+
ResumeFullAutomationModeTime: string;
|
|
898
|
+
SecondaryAvailabilityZone: string;
|
|
894
899
|
};
|
|
895
900
|
/**
|
|
896
901
|
* Type definition for `AWS::RDS::DBInstance.DBInstanceRole`.
|
|
@@ -907,6 +912,28 @@ export type DBInstanceRole = {
|
|
|
907
912
|
*/
|
|
908
913
|
RoleArn: string;
|
|
909
914
|
};
|
|
915
|
+
/**
|
|
916
|
+
* Type definition for `AWS::RDS::DBInstance.DBInstanceStatusInfo`.
|
|
917
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html}
|
|
918
|
+
*/
|
|
919
|
+
export type DBInstanceStatusInfo = {
|
|
920
|
+
/**
|
|
921
|
+
* Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
|
|
922
|
+
*/
|
|
923
|
+
Message?: string;
|
|
924
|
+
/**
|
|
925
|
+
* Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
|
|
926
|
+
*/
|
|
927
|
+
Normal?: boolean;
|
|
928
|
+
/**
|
|
929
|
+
* The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
|
|
930
|
+
*/
|
|
931
|
+
Status?: string;
|
|
932
|
+
/**
|
|
933
|
+
* The status type of the DB instance.
|
|
934
|
+
*/
|
|
935
|
+
StatusType?: string;
|
|
936
|
+
};
|
|
910
937
|
/**
|
|
911
938
|
* Type definition for `AWS::RDS::DBInstance.MasterUserSecret`.
|
|
912
939
|
* The ``MasterUserSecret`` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password.
|