@awboost/cfn-resource-types 0.1.343 → 0.1.344

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.
@@ -69,6 +69,10 @@ export type VpcOriginEndpointConfig = {
69
69
  * The origin protocol policy for the CloudFront VPC origin endpoint configuration.
70
70
  */
71
71
  OriginProtocolPolicy?: string;
72
+ /**
73
+ * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
74
+ For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
75
+ */
72
76
  OriginSSLProtocols?: string[];
73
77
  };
74
78
  /**
@@ -0,0 +1,98 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
6
+ */
7
+ export type DataZoneProjectProfileProperties = {
8
+ AllowedDesignations?: DesignationConfiguration[];
9
+ ChangeLog?: string;
10
+ /**
11
+ * @maxLength `2048`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * @pattern `^dzd[_][a-zA-Z0-9_-]{1,36}$`
16
+ */
17
+ DomainIdentifier?: string;
18
+ /**
19
+ * @minLength `1`
20
+ * @maxLength `256`
21
+ * @pattern `^[a-z0-9_\-]+$`
22
+ */
23
+ DomainUnitIdentifier?: string;
24
+ /**
25
+ * @minLength `1`
26
+ * @maxLength `64`
27
+ * @pattern `^[\w -]+$`
28
+ */
29
+ Name: string;
30
+ ProjectScopes?: ProjectScope[];
31
+ Status?: Status;
32
+ };
33
+ /**
34
+ * Attribute type definition for `AWS::DataZone::ProjectProfile`.
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#aws-resource-datazone-projectprofile-return-values}
36
+ */
37
+ export type DataZoneProjectProfileAttributes = {
38
+ CreatedAt: string;
39
+ CreatedBy: string;
40
+ /**
41
+ * @pattern `^dzd[_][a-zA-Z0-9_-]{1,36}$`
42
+ */
43
+ DomainId: string;
44
+ /**
45
+ * @minLength `1`
46
+ * @maxLength `256`
47
+ * @pattern `^[a-z0-9_\-]+$`
48
+ */
49
+ DomainUnitId: string;
50
+ /**
51
+ * @pattern `^[a-zA-Z0-9_-]{1,36}$`
52
+ */
53
+ Id: string;
54
+ /**
55
+ * @pattern `^[a-zA-Z0-9_-]{1,36}$`
56
+ */
57
+ Identifier: string;
58
+ LastUpdatedAt: string;
59
+ };
60
+ /**
61
+ * Type definition for `AWS::DataZone::ProjectProfile.DesignationConfiguration`.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-designationconfiguration.html}
63
+ */
64
+ export type DesignationConfiguration = {
65
+ /**
66
+ * @minLength `1`
67
+ * @maxLength `36`
68
+ * @pattern `^[a-zA-Z0-9_-]+$`
69
+ */
70
+ DesignationId: string;
71
+ };
72
+ /**
73
+ * Type definition for `AWS::DataZone::ProjectProfile.ProjectScope`.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-projectscope.html}
75
+ */
76
+ export type ProjectScope = {
77
+ /**
78
+ * @minLength `1`
79
+ * @maxLength `64`
80
+ * @pattern `^[\w -]+$`
81
+ */
82
+ Name: string;
83
+ Policy?: string;
84
+ };
85
+ /**
86
+ * Type definition for `AWS::DataZone::ProjectProfile.Status`.
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-status.html}
88
+ */
89
+ export type Status = "ENABLED" | "DISABLED";
90
+ /**
91
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
93
+ */
94
+ export declare class DataZoneProjectProfile extends $Resource<"AWS::DataZone::ProjectProfile", DataZoneProjectProfileProperties, DataZoneProjectProfileAttributes> {
95
+ static readonly Type = "AWS::DataZone::ProjectProfile";
96
+ constructor(logicalId: string, properties: DataZoneProjectProfileProperties, options?: $ResourceOptions);
97
+ }
98
+ //# sourceMappingURL=AWS-DataZone-ProjectProfile.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
5
+ */
6
+ export class DataZoneProjectProfile extends $Resource {
7
+ static Type = "AWS::DataZone::ProjectProfile";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, DataZoneProjectProfile.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-DataZone-ProjectProfile.js.map
@@ -14,6 +14,10 @@ export type EC2IPAMProperties = {
14
14
  * Enable provisioning of GUA space in private pools.
15
15
  */
16
16
  EnablePrivateGua?: boolean;
17
+ /**
18
+ * A metered account is an account that is charged for active IP addresses managed in IPAM
19
+ */
20
+ MeteredAccount?: "ipam-owner" | "resource-owner";
17
21
  /**
18
22
  * The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring
19
23
  */
@@ -63,7 +63,7 @@ export type ReplicationRule = {
63
63
  /**
64
64
  * An array of objects representing the destination for a replication rule.
65
65
  * @minLength `1`
66
- * @maxLength `25`
66
+ * @maxLength `100`
67
67
  */
68
68
  Destinations: ReplicationDestination[];
69
69
  /**
@@ -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
- * Definition of AWS::Notifications::ChannelAssociation Resource Type
4
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
6
6
  */
7
7
  export type NotificationsChannelAssociationProperties = {
@@ -19,7 +19,7 @@ export type NotificationsChannelAssociationProperties = {
19
19
  NotificationConfigurationArn: string;
20
20
  };
21
21
  /**
22
- * Definition of AWS::Notifications::ChannelAssociation Resource Type
22
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
23
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
24
24
  */
25
25
  export declare class NotificationsChannelAssociation extends $Resource<"AWS::Notifications::ChannelAssociation", NotificationsChannelAssociationProperties, Record<string, never>> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::ChannelAssociation Resource Type
3
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
5
5
  */
6
6
  export class NotificationsChannelAssociation extends $Resource {
@@ -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
- * Definition of AWS::Notifications::EventRule Resource Type
4
+ * Resource Type definition for AWS::Notifications::EventRule
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
6
6
  */
7
7
  export type NotificationsEventRuleProperties = {
@@ -66,7 +66,7 @@ export type EventRuleStatusSummary = {
66
66
  */
67
67
  export type StatusSummaryByRegion = Record<string, EventRuleStatusSummary>;
68
68
  /**
69
- * Definition of AWS::Notifications::EventRule Resource Type
69
+ * Resource Type definition for AWS::Notifications::EventRule
70
70
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
71
71
  */
72
72
  export declare class NotificationsEventRule extends $Resource<"AWS::Notifications::EventRule", NotificationsEventRuleProperties, NotificationsEventRuleAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::EventRule Resource Type
3
+ * Resource Type definition for AWS::Notifications::EventRule
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
5
5
  */
6
6
  export class NotificationsEventRule 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
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
5
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
5
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
7
7
  */
8
8
  export type NotificationsManagedNotificationAccountContactAssociationProperties = {
@@ -24,7 +24,7 @@ export type NotificationsManagedNotificationAccountContactAssociationProperties
24
24
  export type ContactIdentifier = "ACCOUNT_PRIMARY" | "ACCOUNT_ALTERNATE_SECURITY" | "ACCOUNT_ALTERNATE_OPERATIONS" | "ACCOUNT_ALTERNATE_BILLING";
25
25
  /**
26
26
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
27
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
27
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
28
28
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
29
29
  */
30
30
  export declare class NotificationsManagedNotificationAccountContactAssociation extends $Resource<"AWS::Notifications::ManagedNotificationAccountContactAssociation", NotificationsManagedNotificationAccountContactAssociationProperties, Record<string, never>> {
@@ -1,7 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
4
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
4
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
6
6
  */
7
7
  export class NotificationsManagedNotificationAccountContactAssociation extends $Resource {
@@ -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
- * Definition of AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
4
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
6
6
  */
7
7
  export type NotificationsManagedNotificationAdditionalChannelAssociationProperties = {
@@ -19,7 +19,7 @@ export type NotificationsManagedNotificationAdditionalChannelAssociationProperti
19
19
  ManagedNotificationConfigurationArn: string;
20
20
  };
21
21
  /**
22
- * Definition of AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
22
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
23
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
24
24
  */
25
25
  export declare class NotificationsManagedNotificationAdditionalChannelAssociation extends $Resource<"AWS::Notifications::ManagedNotificationAdditionalChannelAssociation", NotificationsManagedNotificationAdditionalChannelAssociationProperties, Record<string, never>> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
3
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
5
5
  */
6
6
  export class NotificationsManagedNotificationAdditionalChannelAssociation extends $Resource {
@@ -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
- * Definition of AWS::Notifications::NotificationConfiguration Resource Type
4
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
6
6
  */
7
7
  export type NotificationsNotificationConfigurationProperties = {
@@ -62,7 +62,7 @@ export type Tag = {
62
62
  Value: string;
63
63
  };
64
64
  /**
65
- * Definition of AWS::Notifications::NotificationConfiguration Resource Type
65
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
66
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
67
67
  */
68
68
  export declare class NotificationsNotificationConfiguration extends $Resource<"AWS::Notifications::NotificationConfiguration", NotificationsNotificationConfigurationProperties, NotificationsNotificationConfigurationAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::NotificationConfiguration Resource Type
3
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
5
5
  */
6
6
  export class NotificationsNotificationConfiguration extends $Resource {
@@ -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
- * Definition of AWS::Notifications::NotificationHub Resource Type
4
+ * Resource Type definition for AWS::Notifications::NotificationHub
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
6
6
  */
7
7
  export type NotificationsNotificationHubProperties = {
@@ -38,7 +38,7 @@ export type NotificationHubStatusSummary = {
38
38
  NotificationHubStatusReason: string;
39
39
  };
40
40
  /**
41
- * Definition of AWS::Notifications::NotificationHub Resource Type
41
+ * Resource Type definition for AWS::Notifications::NotificationHub
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
43
43
  */
44
44
  export declare class NotificationsNotificationHub extends $Resource<"AWS::Notifications::NotificationHub", NotificationsNotificationHubProperties, NotificationsNotificationHubAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::NotificationHub Resource Type
3
+ * Resource Type definition for AWS::Notifications::NotificationHub
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
5
5
  */
6
6
  export class NotificationsNotificationHub extends $Resource {
@@ -1,18 +1,47 @@
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
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
4
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
6
6
  */
7
7
  export type Route53ResolverResolverEndpointProperties = {
8
+ /**
9
+ * Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
10
+ - INBOUND: allows DNS queries to your VPC from your network
11
+ - OUTBOUND: allows DNS queries from your VPC to your network
12
+ */
8
13
  Direction: string;
14
+ /**
15
+ * The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
16
+ */
9
17
  IpAddresses: IpAddressRequest[];
18
+ /**
19
+ * A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
20
+ */
10
21
  Name?: string;
22
+ /**
23
+ * The ARN (Amazon Resource Name) for the Outpost.
24
+ */
11
25
  OutpostArn?: string;
26
+ /**
27
+ * The Amazon EC2 instance type.
28
+ */
12
29
  PreferredInstanceType?: string;
30
+ /**
31
+ * Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
32
+ */
13
33
  Protocols?: string[];
14
- ResolverEndpointType?: string;
34
+ /**
35
+ * The Resolver endpoint IP address type.
36
+ */
37
+ ResolverEndpointType?: "IPV6" | "IPV4" | "DUALSTACK";
38
+ /**
39
+ * The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
40
+ */
15
41
  SecurityGroupIds: string[];
42
+ /**
43
+ * An array of key-value pairs to apply to this resource.
44
+ */
16
45
  Tags?: Tag[];
17
46
  };
18
47
  /**
@@ -20,9 +49,21 @@ export type Route53ResolverResolverEndpointProperties = {
20
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#aws-resource-route53resolver-resolverendpoint-return-values}
21
50
  */
22
51
  export type Route53ResolverResolverEndpointAttributes = {
52
+ /**
53
+ * The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
54
+ */
23
55
  Arn: string;
56
+ /**
57
+ * The ID of the VPC that you want to create the resolver endpoint in.
58
+ */
24
59
  HostVPCId: string;
60
+ /**
61
+ * The number of IP addresses that the resolver endpoint can use for DNS queries.
62
+ */
25
63
  IpAddressCount: string;
64
+ /**
65
+ * The ID of the resolver endpoint.
66
+ */
26
67
  ResolverEndpointId: string;
27
68
  };
28
69
  /**
@@ -30,8 +71,17 @@ export type Route53ResolverResolverEndpointAttributes = {
30
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-ipaddressrequest.html}
31
72
  */
32
73
  export type IpAddressRequest = {
74
+ /**
75
+ * The IPv4 address that you want to use for DNS queries.
76
+ */
33
77
  Ip?: string;
78
+ /**
79
+ * The IPv6 address that you want to use for DNS queries.
80
+ */
34
81
  Ipv6?: string;
82
+ /**
83
+ * The ID of the subnet that contains the IP address.
84
+ */
35
85
  SubnetId: string;
36
86
  };
37
87
  /**
@@ -39,11 +89,17 @@ export type IpAddressRequest = {
39
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-tag.html}
40
90
  */
41
91
  export type Tag = {
92
+ /**
93
+ * The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of Key might be account-id.
94
+ */
42
95
  Key: string;
96
+ /**
97
+ * The value for the tag. For example, if Key is account-id, then Value might be the ID of the customer account that you're creating the resource for.
98
+ */
43
99
  Value: string;
44
100
  };
45
101
  /**
46
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
102
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
47
103
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
48
104
  */
49
105
  export declare class Route53ResolverResolverEndpoint extends $Resource<"AWS::Route53Resolver::ResolverEndpoint", Route53ResolverResolverEndpointProperties, Route53ResolverResolverEndpointAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
3
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
5
5
  */
6
6
  export class Route53ResolverResolverEndpoint extends $Resource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.343",
3
+ "version": "0.1.344",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },