@awboost/cfn-resource-types 0.1.476 → 0.1.477

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.
Files changed (33) hide show
  1. package/lib/AWS-ApiGateway-Account.d.ts +2 -0
  2. package/lib/AWS-ApiGateway-Account.js +1 -0
  3. package/lib/AWS-ApiGateway-ApiKey.d.ts +5 -3
  4. package/lib/AWS-ApiGateway-BasePathMapping.d.ts +2 -2
  5. package/lib/AWS-ApiGateway-BasePathMapping.js +1 -1
  6. package/lib/AWS-ApiGateway-ClientCertificate.d.ts +8 -0
  7. package/lib/AWS-ApiGateway-Deployment.d.ts +5 -3
  8. package/lib/AWS-ApiGateway-DocumentationPart.d.ts +2 -2
  9. package/lib/AWS-ApiGateway-DomainName.d.ts +15 -6
  10. package/lib/AWS-ApiGateway-DomainName.js +2 -1
  11. package/lib/AWS-ApiGateway-GatewayResponse.d.ts +2 -2
  12. package/lib/AWS-ApiGateway-GatewayResponse.js +1 -1
  13. package/lib/AWS-ApiGateway-RestApi.d.ts +13 -5
  14. package/lib/AWS-ApiGateway-RestApi.js +1 -1
  15. package/lib/AWS-ApiGateway-Stage.d.ts +6 -4
  16. package/lib/AWS-ApiGateway-UsagePlan.d.ts +4 -2
  17. package/lib/AWS-ApiGateway-VpcLink.d.ts +8 -0
  18. package/lib/AWS-ElasticLoadBalancingV2-TargetGroup.d.ts +4 -0
  19. package/lib/AWS-Lambda-EventSourceMapping.d.ts +21 -4
  20. package/lib/AWS-MediaConnect-Flow.d.ts +61 -0
  21. package/lib/AWS-MediaConnect-FlowOutput.d.ts +62 -1
  22. package/lib/AWS-MediaConnect-RouterInput.d.ts +537 -0
  23. package/lib/AWS-MediaConnect-RouterInput.js +13 -0
  24. package/lib/AWS-MediaConnect-RouterNetworkInterface.d.ts +144 -0
  25. package/lib/AWS-MediaConnect-RouterNetworkInterface.js +13 -0
  26. package/lib/AWS-MediaConnect-RouterOutput.d.ts +464 -0
  27. package/lib/AWS-MediaConnect-RouterOutput.js +13 -0
  28. package/lib/AWS-ServiceCatalog-CloudFormationProduct.d.ts +21 -113
  29. package/lib/AWS-ServiceCatalog-CloudFormationProduct.js +1 -1
  30. package/lib/AWS-WorkSpacesWeb-BrowserSettings.d.ts +28 -1
  31. package/lib/Dev-FSx-StorageVirtualMachine.d.ts +55 -0
  32. package/lib/Dev-FSx-StorageVirtualMachine.js +11 -0
  33. package/package.json +1 -1
@@ -2,6 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
4
  * The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
5
+ When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html}
6
7
  */
7
8
  export type ApiGatewayAccountProperties = {
@@ -16,6 +17,7 @@ export type ApiGatewayAccountAttributes = {
16
17
  };
17
18
  /**
18
19
  * The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
20
+ When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
19
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html}
20
22
  */
21
23
  export declare class ApiGatewayAccount extends $Resource<"AWS::ApiGateway::Account", ApiGatewayAccountProperties, ApiGatewayAccountAttributes> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
4
+ When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html}
5
6
  */
6
7
  export class ApiGatewayAccount extends $Resource {
@@ -11,7 +11,7 @@ export type ApiGatewayApiKeyProperties = {
11
11
  GenerateDistinctId?: boolean;
12
12
  /**
13
13
  * A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).
14
- If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
14
+ If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
15
15
  */
16
16
  Name?: string;
17
17
  StageKeys?: StageKey[];
@@ -36,17 +36,19 @@ export type StageKey = {
36
36
  };
37
37
  /**
38
38
  * Type definition for `AWS::ApiGateway::ApiKey.Tag`.
39
+ * An array of key-value pairs to apply to this resource.
40
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
39
41
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-tag.html}
40
42
  */
41
43
  export type Tag = {
42
44
  /**
43
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
45
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
44
46
  * @minLength `1`
45
47
  * @maxLength `128`
46
48
  */
47
49
  Key: string;
48
50
  /**
49
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
51
+ * The value for the specified tag key.
50
52
  * @maxLength `256`
51
53
  */
52
54
  Value: string;
@@ -1,7 +1,7 @@
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
- * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.
4
+ * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL. Supported only for public custom domain names.
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html}
6
6
  */
7
7
  export type ApiGatewayBasePathMappingProperties = {
@@ -11,7 +11,7 @@ export type ApiGatewayBasePathMappingProperties = {
11
11
  Stage?: string;
12
12
  };
13
13
  /**
14
- * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.
14
+ * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL. Supported only for public custom domain names.
15
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html}
16
16
  */
17
17
  export declare class ApiGatewayBasePathMapping extends $Resource<"AWS::ApiGateway::BasePathMapping", ApiGatewayBasePathMappingProperties, Record<string, never>> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.
3
+ * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL. Supported only for public custom domain names.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html}
5
5
  */
6
6
  export class ApiGatewayBasePathMapping extends $Resource {
@@ -17,10 +17,18 @@ export type ApiGatewayClientCertificateAttributes = {
17
17
  };
18
18
  /**
19
19
  * Type definition for `AWS::ApiGateway::ClientCertificate.Tag`.
20
+ * An array of key-value pairs to apply to this resource.
21
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
20
22
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-clientcertificate-tag.html}
21
23
  */
22
24
  export type Tag = {
25
+ /**
26
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
27
+ */
23
28
  Key: string;
29
+ /**
30
+ * The value for the specified tag key.
31
+ */
24
32
  Value: string;
25
33
  };
26
34
  /**
@@ -27,7 +27,7 @@ export type ApiGatewayDeploymentAttributes = {
27
27
  /**
28
28
  * Type definition for `AWS::ApiGateway::Deployment.AccessLogSetting`.
29
29
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
30
- ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.
30
+ ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.
31
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html}
32
32
  */
33
33
  export type AccessLogSetting = {
@@ -162,15 +162,17 @@ export type StageDescription = {
162
162
  };
163
163
  /**
164
164
  * Type definition for `AWS::ApiGateway::Deployment.Tag`.
165
+ * An array of key-value pairs to apply to this resource.
166
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
165
167
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-tag.html}
166
168
  */
167
169
  export type Tag = {
168
170
  /**
169
- * The key name of the tag
171
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
170
172
  */
171
173
  Key: string;
172
174
  /**
173
- * The value for the tag
175
+ * The value for the specified tag key.
174
176
  */
175
177
  Value: string;
176
178
  };
@@ -7,7 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  export type ApiGatewayDocumentationPartProperties = {
8
8
  /**
9
9
  * The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.
10
- For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
10
+ For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
11
11
  */
12
12
  Location: Location;
13
13
  Properties: string;
@@ -23,7 +23,7 @@ export type ApiGatewayDocumentationPartAttributes = {
23
23
  /**
24
24
  * Type definition for `AWS::ApiGateway::DocumentationPart.Location`.
25
25
  * The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.
26
- For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
26
+ For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
27
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html}
28
28
  */
29
29
  export type Location = {
@@ -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
- * The ``AWS::ApiGateway::DomainName`` resource specifies a custom domain name for your API in API Gateway.
4
+ * The ``AWS::ApiGateway::DomainName`` resource specifies a public custom domain name for your API in API Gateway.
5
+ To create a custom domain name for private APIs, use [AWS::ApiGateway::DomainNameV2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html).
5
6
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see [Set up Custom Domain Name for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html) in the *API Gateway Developer Guide*.
6
7
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html}
7
8
  */
@@ -9,9 +10,8 @@ export type ApiGatewayDomainNameProperties = {
9
10
  CertificateArn?: string;
10
11
  DomainName?: string;
11
12
  /**
12
- * The ``EndpointConfiguration`` property type specifies the endpoint types of an Amazon API Gateway domain name.
13
- ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
14
- */
13
+ * The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
14
+ */
15
15
  EndpointConfiguration?: EndpointConfiguration;
16
16
  MutualTlsAuthentication?: MutualTlsAuthentication;
17
17
  /**
@@ -36,7 +36,7 @@ export type ApiGatewayDomainNameAttributes = {
36
36
  };
37
37
  /**
38
38
  * Type definition for `AWS::ApiGateway::DomainName.EndpointConfiguration`.
39
- * The ``EndpointConfiguration`` property type specifies the endpoint types of an Amazon API Gateway domain name.
39
+ * The ``EndpointConfiguration`` property type specifies the endpoint types and IP address types of an Amazon API Gateway domain name.
40
40
  ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
41
41
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-endpointconfiguration.html}
42
42
  */
@@ -54,14 +54,23 @@ export type MutualTlsAuthentication = {
54
54
  };
55
55
  /**
56
56
  * Type definition for `AWS::ApiGateway::DomainName.Tag`.
57
+ * An array of key-value pairs to apply to this resource.
58
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
57
59
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-tag.html}
58
60
  */
59
61
  export type Tag = {
62
+ /**
63
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
64
+ */
60
65
  Key?: string;
66
+ /**
67
+ * The value for the specified tag key.
68
+ */
61
69
  Value?: string;
62
70
  };
63
71
  /**
64
- * The ``AWS::ApiGateway::DomainName`` resource specifies a custom domain name for your API in API Gateway.
72
+ * The ``AWS::ApiGateway::DomainName`` resource specifies a public custom domain name for your API in API Gateway.
73
+ To create a custom domain name for private APIs, use [AWS::ApiGateway::DomainNameV2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html).
65
74
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see [Set up Custom Domain Name for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html) in the *API Gateway Developer Guide*.
66
75
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html}
67
76
  */
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * The ``AWS::ApiGateway::DomainName`` resource specifies a custom domain name for your API in API Gateway.
3
+ * The ``AWS::ApiGateway::DomainName`` resource specifies a public custom domain name for your API in API Gateway.
4
+ To create a custom domain name for private APIs, use [AWS::ApiGateway::DomainNameV2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html).
4
5
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see [Set up Custom Domain Name for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html) in the *API Gateway Developer Guide*.
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html}
6
7
  */
@@ -1,7 +1,7 @@
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
- * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
4
+ * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html}
6
6
  */
7
7
  export type ApiGatewayGatewayResponseProperties = {
@@ -19,7 +19,7 @@ export type ApiGatewayGatewayResponseAttributes = {
19
19
  Id: string;
20
20
  };
21
21
  /**
22
- * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
22
+ * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
23
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html}
24
24
  */
25
25
  export declare class ApiGatewayGatewayResponse extends $Resource<"AWS::ApiGateway::GatewayResponse", ApiGatewayGatewayResponseProperties, ApiGatewayGatewayResponseAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
3
+ * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html}
5
5
  */
6
6
  export class ApiGatewayGatewayResponse extends $Resource {
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
4
  * The ``AWS::ApiGateway::RestApi`` resource creates a REST API. For more information, see [restapi:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateRestApi.html) in the *Amazon API Gateway REST API Reference*.
5
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
5
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html}
7
7
  */
8
8
  export type ApiGatewayRestApiProperties = {
@@ -20,7 +20,7 @@ export type ApiGatewayRestApiProperties = {
20
20
  Description?: string;
21
21
  DisableExecuteApiEndpoint?: boolean;
22
22
  /**
23
- * A list of the endpoint types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
23
+ * A list of the endpoint types and IP address types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
24
24
  */
25
25
  EndpointConfiguration?: EndpointConfiguration;
26
26
  FailOnWarnings?: boolean;
@@ -55,7 +55,7 @@ export type ApiGatewayRestApiAttributes = {
55
55
  };
56
56
  /**
57
57
  * Type definition for `AWS::ApiGateway::RestApi.EndpointConfiguration`.
58
- * The ``EndpointConfiguration`` property type specifies the endpoint types of a REST API.
58
+ * The ``EndpointConfiguration`` property type specifies the endpoint types and IP address types of a REST API.
59
59
  ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource.
60
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-endpointconfiguration.html}
61
61
  */
@@ -67,7 +67,7 @@ export type EndpointConfiguration = {
67
67
  /**
68
68
  * Type definition for `AWS::ApiGateway::RestApi.S3Location`.
69
69
  * ``S3Location`` is a property of the [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource that specifies the Amazon S3 location of a OpenAPI (formerly Swagger) file that defines a set of RESTful APIs in JSON or YAML.
70
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
70
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
71
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html}
72
72
  */
73
73
  export type S3Location = {
@@ -90,15 +90,23 @@ export type S3Location = {
90
90
  };
91
91
  /**
92
92
  * Type definition for `AWS::ApiGateway::RestApi.Tag`.
93
+ * An array of key-value pairs to apply to this resource.
94
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
93
95
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-tag.html}
94
96
  */
95
97
  export type Tag = {
98
+ /**
99
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
100
+ */
96
101
  Key: string;
102
+ /**
103
+ * The value for the specified tag key.
104
+ */
97
105
  Value: string;
98
106
  };
99
107
  /**
100
108
  * The ``AWS::ApiGateway::RestApi`` resource creates a REST API. For more information, see [restapi:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateRestApi.html) in the *Amazon API Gateway REST API Reference*.
101
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
109
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
102
110
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html}
103
111
  */
104
112
  export declare class ApiGatewayRestApi extends $Resource<"AWS::ApiGateway::RestApi", ApiGatewayRestApiProperties, ApiGatewayRestApiAttributes> {
@@ -1,7 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * The ``AWS::ApiGateway::RestApi`` resource creates a REST API. For more information, see [restapi:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateRestApi.html) in the *Amazon API Gateway REST API Reference*.
4
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
4
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html}
6
6
  */
7
7
  export class ApiGatewayRestApi extends $Resource {
@@ -7,7 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  export type ApiGatewayStageProperties = {
8
8
  /**
9
9
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
10
- ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
10
+ ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
11
11
  */
12
12
  AccessLogSetting?: AccessLogSetting;
13
13
  CacheClusterEnabled?: boolean;
@@ -30,7 +30,7 @@ export type ApiGatewayStageProperties = {
30
30
  /**
31
31
  * Type definition for `AWS::ApiGateway::Stage.AccessLogSetting`.
32
32
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
33
- ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
33
+ ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
34
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html}
35
35
  */
36
36
  export type AccessLogSetting = {
@@ -89,17 +89,19 @@ export type MethodSetting = {
89
89
  };
90
90
  /**
91
91
  * Type definition for `AWS::ApiGateway::Stage.Tag`.
92
+ * An array of key-value pairs to apply to this resource.
93
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
92
94
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-tag.html}
93
95
  */
94
96
  export type Tag = {
95
97
  /**
96
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:.
98
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
97
99
  * @minLength `1`
98
100
  * @maxLength `128`
99
101
  */
100
102
  Key: string;
101
103
  /**
102
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:.
104
+ * The value for the specified tag key.
103
105
  * @minLength `0`
104
106
  * @maxLength `256`
105
107
  */
@@ -55,17 +55,19 @@ export type QuotaSettings = {
55
55
  };
56
56
  /**
57
57
  * Type definition for `AWS::ApiGateway::UsagePlan.Tag`.
58
+ * An array of key-value pairs to apply to this resource.
59
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
58
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-tag.html}
59
61
  */
60
62
  export type Tag = {
61
63
  /**
62
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
64
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
63
65
  * @minLength `1`
64
66
  * @maxLength `128`
65
67
  */
66
68
  Key: string;
67
69
  /**
68
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
70
+ * The value for the specified tag key.
69
71
  * @minLength `0`
70
72
  * @maxLength `256`
71
73
  */
@@ -22,10 +22,18 @@ export type ApiGatewayVpcLinkAttributes = {
22
22
  };
23
23
  /**
24
24
  * Type definition for `AWS::ApiGateway::VpcLink.Tag`.
25
+ * An array of key-value pairs to apply to this resource.
26
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
25
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-vpclink-tag.html}
26
28
  */
27
29
  export type Tag = {
30
+ /**
31
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
32
+ */
28
33
  Key: string;
34
+ /**
35
+ * The value for the specified tag key.
36
+ */
29
37
  Value: string;
30
38
  };
31
39
  /**
@@ -149,6 +149,10 @@ export type TargetDescription = {
149
149
  * The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. If the target type is alb, the targeted Application Load Balancer must have at least one listener whose port matches the target group port. Not used if the target is a Lambda function.
150
150
  */
151
151
  Port?: number;
152
+ /**
153
+ * The Server ID used by targets when using QUIC or TCP_QUIC protocols.
154
+ */
155
+ QuicServerId?: string;
152
156
  };
153
157
  /**
154
158
  * Type definition for `AWS::ElasticLoadBalancingV2::TargetGroup.TargetGroupAttribute`.
@@ -91,6 +91,7 @@ export type LambdaEventSourceMappingProperties = {
91
91
  * @pattern `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
92
92
  */
93
93
  KmsKeyArn?: string;
94
+ LoggingConfig?: LoggingConfig;
94
95
  /**
95
96
  * The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
96
97
  *Default (, , event sources)*: 0
@@ -293,6 +294,16 @@ export type FilterCriteria = {
293
294
  */
294
295
  Filters?: Filter[];
295
296
  };
297
+ /**
298
+ * Type definition for `AWS::Lambda::EventSourceMapping.LoggingConfig`.
299
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html}
300
+ */
301
+ export type LoggingConfig = {
302
+ /**
303
+ * Event source mapping log granularity level override
304
+ */
305
+ SystemLogLevel?: "DEBUG" | "INFO" | "WARN";
306
+ };
296
307
  /**
297
308
  * Type definition for `AWS::Lambda::EventSourceMapping.MetricsConfig`.
298
309
  * The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
@@ -302,9 +313,9 @@ export type MetricsConfig = {
302
313
  /**
303
314
  * The metrics you want your event source mapping to produce. Include ``EventCount`` to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see [Event source mapping metrics](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics).
304
315
  * @minLength `0`
305
- * @maxLength `1`
316
+ * @maxLength `3`
306
317
  */
307
- Metrics?: "EventCount"[];
318
+ Metrics?: ("EventCount" | "ErrorCount" | "KafkaMetrics")[];
308
319
  };
309
320
  /**
310
321
  * Type definition for `AWS::Lambda::EventSourceMapping.OnFailure`.
@@ -315,10 +326,11 @@ export type OnFailure = {
315
326
  /**
316
327
  * The Amazon Resource Name (ARN) of the destination resource.
317
328
  To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations), you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
318
- To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
329
+ Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending ``OnFailure`` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html).
330
+ To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
319
331
  * @minLength `12`
320
332
  * @maxLength `1024`
321
- * @pattern `arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
333
+ * @pattern `^$|kafka://([^.]([a-zA-Z0-9\-_.]{0,248}))|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
322
334
  */
323
335
  Destination?: string;
324
336
  };
@@ -340,6 +352,11 @@ export type ProvisionedPollerConfig = {
340
352
  * @max `200`
341
353
  */
342
354
  MinimumPollers?: number;
355
+ /**
356
+ * @minLength `0`
357
+ * @maxLength `128`
358
+ */
359
+ PollerGroupName?: string;
343
360
  };
344
361
  /**
345
362
  * Type definition for `AWS::Lambda::EventSourceMapping.ScalingConfig`.
@@ -114,6 +114,12 @@ export type AudioMonitoringSetting = {
114
114
  */
115
115
  SilentAudio?: SilentAudio;
116
116
  };
117
+ /**
118
+ * Type definition for `AWS::MediaConnect::Flow.AutomaticEncryptionKeyConfiguration`.
119
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-automaticencryptionkeyconfiguration.html}
121
+ */
122
+ export type AutomaticEncryptionKeyConfiguration = Record<string, any>;
117
123
  /**
118
124
  * Type definition for `AWS::MediaConnect::Flow.BlackFrames`.
119
125
  * Configures settings for the BlackFrames metric.
@@ -197,6 +203,39 @@ export type FailoverConfig = {
197
203
  };
198
204
  State?: "ENABLED" | "DISABLED";
199
205
  };
206
+ /**
207
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryption`.
208
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
209
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryption.html}
210
+ */
211
+ export type FlowTransitEncryption = {
212
+ /**
213
+ * Configuration settings for flow transit encryption keys.
214
+ */
215
+ EncryptionKeyConfiguration: FlowTransitEncryptionKeyConfiguration;
216
+ EncryptionKeyType?: FlowTransitEncryptionKeyType;
217
+ };
218
+ /**
219
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryptionKeyConfiguration`.
220
+ * Configuration settings for flow transit encryption keys.
221
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryptionkeyconfiguration.html}
222
+ */
223
+ export type FlowTransitEncryptionKeyConfiguration = {
224
+ /**
225
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
226
+ */
227
+ SecretsManager: SecretsManagerEncryptionKeyConfiguration;
228
+ } | {
229
+ /**
230
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
231
+ */
232
+ Automatic: AutomaticEncryptionKeyConfiguration;
233
+ };
234
+ /**
235
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryptionKeyType`.
236
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryptionkeytype.html}
237
+ */
238
+ export type FlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
200
239
  /**
201
240
  * Type definition for `AWS::MediaConnect::Flow.Fmtp`.
202
241
  * A set of parameters that define the media stream.
@@ -410,6 +449,23 @@ export type NdiDiscoveryServerConfig = {
410
449
  */
411
450
  VpcInterfaceAdapter: string;
412
451
  };
452
+ /**
453
+ * Type definition for `AWS::MediaConnect::Flow.SecretsManagerEncryptionKeyConfiguration`.
454
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
455
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-secretsmanagerencryptionkeyconfiguration.html}
456
+ */
457
+ export type SecretsManagerEncryptionKeyConfiguration = {
458
+ /**
459
+ * The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.
460
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
461
+ */
462
+ RoleArn: string;
463
+ /**
464
+ * The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.
465
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
466
+ */
467
+ SecretArn: string;
468
+ };
413
469
  /**
414
470
  * Type definition for `AWS::MediaConnect::Flow.SilentAudio`.
415
471
  * Configures settings for the SilentAudio metric.
@@ -479,6 +535,11 @@ export type Source = {
479
535
  * The protocol that is used by the source.
480
536
  */
481
537
  Protocol?: "zixi-push" | "rtp-fec" | "rtp" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi";
538
+ RouterIntegrationState?: "ENABLED" | "DISABLED";
539
+ /**
540
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
541
+ */
542
+ RouterIntegrationTransitDecryption?: FlowTransitEncryption;
482
543
  /**
483
544
  * The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
484
545
  */