@awboost/cfn-resource-types 0.1.298 → 0.1.299

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.
@@ -45,6 +45,7 @@ export type ApiGatewayV2ApiProperties = {
45
45
  * Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
46
46
  */
47
47
  FailOnWarnings?: boolean;
48
+ IpAddressType?: string;
48
49
  /**
49
50
  * The name of the API. Required unless you specify an OpenAPI definition for ``Body`` or ``S3BodyLocation``.
50
51
  */
@@ -51,6 +51,7 @@ export type DomainNameConfiguration = {
51
51
  * The endpoint type.
52
52
  */
53
53
  EndpointType?: string;
54
+ IpAddressType?: string;
54
55
  /**
55
56
  * The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
56
57
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.298",
3
+ "version": "0.1.299",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },