@awboost/cfn-resource-types 0.1.24 → 0.1.26
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-ApiGateway-Authorizer.d.ts +1 -1
- package/lib/AWS-ApiGateway-Method.d.ts +2 -2
- package/lib/AWS-CloudFront-Distribution.d.ts +568 -2
- package/lib/AWS-CloudFront-Distribution.js +2 -1
- package/lib/AWS-Config-ConfigRule.d.ts +61 -43
- package/lib/AWS-Config-ConfigRule.js +4 -1
- package/lib/AWS-Connect-Prompt.d.ts +1 -1
- package/lib/AWS-ControlTower-EnabledControl.d.ts +25 -0
- package/lib/AWS-DynamoDB-Table.d.ts +245 -11
- package/lib/AWS-DynamoDB-Table.js +5 -1
- package/lib/AWS-EC2-ClientVpnEndpoint.d.ts +0 -8
- package/lib/AWS-EC2-EC2Fleet.d.ts +1 -0
- package/lib/AWS-EC2-EIP.d.ts +31 -19
- package/lib/AWS-EC2-EIP.js +4 -1
- package/lib/AWS-EC2-LaunchTemplate.d.ts +422 -205
- package/lib/AWS-EC2-LaunchTemplate.js +8 -1
- package/lib/AWS-EC2-SecurityGroupEgress.d.ts +34 -19
- package/lib/AWS-EC2-SecurityGroupEgress.js +6 -1
- package/lib/AWS-EC2-SpotFleet.d.ts +1 -0
- package/lib/AWS-EC2-Volume.d.ts +68 -20
- package/lib/AWS-EC2-Volume.js +9 -1
- package/lib/AWS-ElastiCache-ParameterGroup.d.ts +1 -0
- package/lib/AWS-GameLift-Fleet.d.ts +1 -1
- package/lib/AWS-Glue-DataCatalogEncryptionSettings.d.ts +1 -0
- package/lib/AWS-Glue-TableOptimizer.d.ts +2 -2
- package/lib/AWS-GuardDuty-Member.d.ts +3 -9
- package/lib/AWS-IAM-GroupPolicy.d.ts +19 -8
- package/lib/AWS-IAM-GroupPolicy.js +3 -1
- package/lib/AWS-Lambda-Function.d.ts +78 -62
- package/lib/AWS-Lambda-Function.js +3 -1
- package/lib/AWS-Lambda-Permission.d.ts +29 -19
- package/lib/AWS-Lambda-Permission.js +3 -1
- package/lib/AWS-MediaPackageV2-Channel.d.ts +32 -4
- package/lib/AWS-MediaPackageV2-Channel.js +2 -1
- package/lib/AWS-MediaPackageV2-ChannelGroup.d.ts +18 -3
- package/lib/AWS-MediaPackageV2-ChannelGroup.js +2 -1
- package/lib/AWS-MediaPackageV2-ChannelPolicy.d.ts +6 -4
- package/lib/AWS-MediaPackageV2-ChannelPolicy.js +2 -1
- package/lib/AWS-MediaPackageV2-OriginEndpoint.d.ts +4 -4
- package/lib/AWS-MediaPackageV2-OriginEndpointPolicy.d.ts +7 -5
- package/lib/AWS-MediaPackageV2-OriginEndpointPolicy.js +2 -1
- package/lib/AWS-RDS-DBCluster.d.ts +0 -4
- package/lib/AWS-RDS-DBInstance.d.ts +491 -181
- package/lib/AWS-RDS-DBInstance.js +5 -1
- package/lib/AWS-RDS-DBParameterGroup.d.ts +41 -15
- package/lib/AWS-RDS-DBParameterGroup.js +5 -1
- package/lib/AWS-RDS-DBSubnetGroup.d.ts +20 -8
- package/lib/AWS-RDS-DBSubnetGroup.js +2 -1
- package/lib/AWS-SageMaker-FeatureGroup.d.ts +25 -0
- package/lib/AWS-SecretsManager-Secret.d.ts +51 -32
- package/lib/AWS-SecretsManager-Secret.js +6 -1
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
|
|
5
|
+
* <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
|
|
5
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
|
|
6
7
|
*/
|
|
7
8
|
export type MediaPackageV2ChannelGroupProperties = {
|
|
@@ -10,8 +11,9 @@ export type MediaPackageV2ChannelGroupProperties = {
|
|
|
10
11
|
* @maxLength `256`
|
|
11
12
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
12
13
|
*/
|
|
13
|
-
ChannelGroupName
|
|
14
|
+
ChannelGroupName: string;
|
|
14
15
|
/**
|
|
16
|
+
* <p>Enter any descriptive text that helps you to identify the channel group.</p>
|
|
15
17
|
* @minLength `0`
|
|
16
18
|
* @maxLength `1024`
|
|
17
19
|
*/
|
|
@@ -23,9 +25,21 @@ export type MediaPackageV2ChannelGroupProperties = {
|
|
|
23
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#aws-resource-mediapackagev2-channelgroup-return-values}
|
|
24
26
|
*/
|
|
25
27
|
export type MediaPackageV2ChannelGroupAttributes = {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The Amazon Resource Name (ARN) associated with the resource.</p>
|
|
30
|
+
*/
|
|
26
31
|
Arn: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The date and time the channel group was created.</p>
|
|
34
|
+
*/
|
|
27
35
|
CreatedAt: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
|
|
38
|
+
*/
|
|
28
39
|
EgressDomain: string;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The date and time the channel group was modified.</p>
|
|
42
|
+
*/
|
|
29
43
|
ModifiedAt: string;
|
|
30
44
|
};
|
|
31
45
|
/**
|
|
@@ -37,7 +51,8 @@ export type Tag = {
|
|
|
37
51
|
Value?: string;
|
|
38
52
|
};
|
|
39
53
|
/**
|
|
40
|
-
*
|
|
54
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
|
|
55
|
+
* <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
|
|
41
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
|
|
42
57
|
*/
|
|
43
58
|
export declare class MediaPackageV2ChannelGroup extends $Resource<"AWS::MediaPackageV2::ChannelGroup", MediaPackageV2ChannelGroupProperties, MediaPackageV2ChannelGroupAttributes> {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
|
|
4
|
+
* <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
|
|
4
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
|
|
5
6
|
*/
|
|
6
7
|
export class MediaPackageV2ChannelGroup extends $Resource {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
|
|
5
|
+
* <p>Represents a resource-based policy that allows or denies access to a channel.</p>
|
|
5
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
|
|
6
7
|
*/
|
|
7
8
|
export type MediaPackageV2ChannelPolicyProperties = {
|
|
@@ -10,17 +11,18 @@ export type MediaPackageV2ChannelPolicyProperties = {
|
|
|
10
11
|
* @maxLength `256`
|
|
11
12
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
12
13
|
*/
|
|
13
|
-
ChannelGroupName
|
|
14
|
+
ChannelGroupName: string;
|
|
14
15
|
/**
|
|
15
16
|
* @minLength `1`
|
|
16
17
|
* @maxLength `256`
|
|
17
18
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
18
19
|
*/
|
|
19
|
-
ChannelName
|
|
20
|
+
ChannelName: string;
|
|
20
21
|
Policy: Record<string, any> | string;
|
|
21
22
|
};
|
|
22
23
|
/**
|
|
23
|
-
*
|
|
24
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
|
|
25
|
+
* <p>Represents a resource-based policy that allows or denies access to a channel.</p>
|
|
24
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
|
|
25
27
|
*/
|
|
26
28
|
export declare class MediaPackageV2ChannelPolicy extends $Resource<"AWS::MediaPackageV2::ChannelPolicy", MediaPackageV2ChannelPolicyProperties, Record<string, never>> {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
|
|
4
|
+
* <p>Represents a resource-based policy that allows or denies access to a channel.</p>
|
|
4
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
|
|
5
6
|
*/
|
|
6
7
|
export class MediaPackageV2ChannelPolicy extends $Resource {
|
|
@@ -11,14 +11,14 @@ export type MediaPackageV2OriginEndpointProperties = {
|
|
|
11
11
|
* @maxLength `256`
|
|
12
12
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
13
13
|
*/
|
|
14
|
-
ChannelGroupName
|
|
14
|
+
ChannelGroupName: string;
|
|
15
15
|
/**
|
|
16
16
|
* @minLength `1`
|
|
17
17
|
* @maxLength `256`
|
|
18
18
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
19
19
|
*/
|
|
20
|
-
ChannelName
|
|
21
|
-
ContainerType
|
|
20
|
+
ChannelName: string;
|
|
21
|
+
ContainerType?: ContainerType;
|
|
22
22
|
/**
|
|
23
23
|
* <p>Enter any descriptive text that helps you to identify the origin endpoint.</p>
|
|
24
24
|
* @minLength `0`
|
|
@@ -38,7 +38,7 @@ export type MediaPackageV2OriginEndpointProperties = {
|
|
|
38
38
|
* @maxLength `256`
|
|
39
39
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
40
40
|
*/
|
|
41
|
-
OriginEndpointName
|
|
41
|
+
OriginEndpointName: string;
|
|
42
42
|
/**
|
|
43
43
|
* <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
|
|
44
44
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
|
|
5
|
+
* <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
|
|
5
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
|
|
6
7
|
*/
|
|
7
8
|
export type MediaPackageV2OriginEndpointPolicyProperties = {
|
|
@@ -10,23 +11,24 @@ export type MediaPackageV2OriginEndpointPolicyProperties = {
|
|
|
10
11
|
* @maxLength `256`
|
|
11
12
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
12
13
|
*/
|
|
13
|
-
ChannelGroupName
|
|
14
|
+
ChannelGroupName: string;
|
|
14
15
|
/**
|
|
15
16
|
* @minLength `1`
|
|
16
17
|
* @maxLength `256`
|
|
17
18
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
18
19
|
*/
|
|
19
|
-
ChannelName
|
|
20
|
+
ChannelName: string;
|
|
20
21
|
/**
|
|
21
22
|
* @minLength `1`
|
|
22
23
|
* @maxLength `256`
|
|
23
24
|
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
24
25
|
*/
|
|
25
|
-
OriginEndpointName
|
|
26
|
+
OriginEndpointName: string;
|
|
26
27
|
Policy: Record<string, any> | string;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
*
|
|
30
|
+
* Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
|
|
31
|
+
* <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
|
|
30
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
|
|
31
33
|
*/
|
|
32
34
|
export declare class MediaPackageV2OriginEndpointPolicy extends $Resource<"AWS::MediaPackageV2::OriginEndpointPolicy", MediaPackageV2OriginEndpointPolicyProperties, Record<string, never>> {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
|
|
4
|
+
* <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
|
|
4
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
|
|
5
6
|
*/
|
|
6
7
|
export class MediaPackageV2OriginEndpointPolicy extends $Resource {
|
|
@@ -354,14 +354,10 @@ export type ScalingConfiguration = {
|
|
|
354
354
|
export type ServerlessV2ScalingConfiguration = {
|
|
355
355
|
/**
|
|
356
356
|
* The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
|
|
357
|
-
* @min `0.5`
|
|
358
|
-
* @max `128`
|
|
359
357
|
*/
|
|
360
358
|
MaxCapacity?: number;
|
|
361
359
|
/**
|
|
362
360
|
* The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
|
|
363
|
-
* @min `0.5`
|
|
364
|
-
* @max `128`
|
|
365
361
|
*/
|
|
366
362
|
MinCapacity?: number;
|
|
367
363
|
};
|