@awboost/cfn-resource-types 0.1.383 → 0.1.384

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.
@@ -5,6 +5,9 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html}
6
6
  */
7
7
  export type AmazonMQConfigurationAssociationProperties = {
8
+ /**
9
+ * ID of the Broker that the configuration should be applied to
10
+ */
8
11
  Broker: string;
9
12
  Configuration: ConfigurationId;
10
13
  };
@@ -13,6 +16,9 @@ export type AmazonMQConfigurationAssociationProperties = {
13
16
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#aws-resource-amazonmq-configurationassociation-return-values}
14
17
  */
15
18
  export type AmazonMQConfigurationAssociationAttributes = {
19
+ /**
20
+ * The ID of the ConfigurationAssociation Resource
21
+ */
16
22
  Id: string;
17
23
  };
18
24
  /**
@@ -20,7 +26,13 @@ export type AmazonMQConfigurationAssociationAttributes = {
20
26
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html}
21
27
  */
22
28
  export type ConfigurationId = {
29
+ /**
30
+ * ID of the Configuration to apply to a Broker
31
+ */
23
32
  Id: string;
33
+ /**
34
+ * Revision of the Configuration to apply to a Broker
35
+ */
24
36
  Revision: number;
25
37
  };
26
38
  /**
@@ -33,10 +33,6 @@ export type EventsRuleProperties = {
33
33
  * The state of the rule.
34
34
  */
35
35
  State?: "DISABLED" | "ENABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS";
36
- /**
37
- * Any tags assigned to the event rule.
38
- */
39
- Tags?: Tag[];
40
36
  /**
41
37
  * Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
42
38
  Targets are the resources that are invoked when a rule is triggered.
@@ -132,6 +132,16 @@ export type RDSDBInstanceProperties = {
132
132
  * @min `0`
133
133
  */
134
134
  BackupRetentionPeriod?: number;
135
+ /**
136
+ * The location for storing automated backups and manual snapshots.
137
+ Valid Values:
138
+ + ``local`` (Dedicated Local Zone)
139
+ + ``outposts`` (AWS Outposts)
140
+ + ``region`` (AWS-Region)
141
+
142
+ Default: ``region``
143
+ For more information, see [Working with Amazon RDS on Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the *Amazon RDS User Guide*.
144
+ */
135
145
  BackupTarget?: string;
136
146
  /**
137
147
  * The identifier of the CA certificate for this DB instance.
@@ -26,6 +26,12 @@ export type SESConfigurationSetProperties = {
26
26
  * An object that contains information about the suppression list preferences for your account.
27
27
  */
28
28
  SuppressionOptions?: SuppressionOptions;
29
+ /**
30
+ * The tags (keys and values) associated with the contact list.
31
+ * @minLength `0`
32
+ * @maxLength `50`
33
+ */
34
+ Tags?: Tag[];
29
35
  /**
30
36
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
31
37
  */
@@ -111,6 +117,22 @@ export type SuppressionOptions = {
111
117
  */
112
118
  SuppressedReasons?: string[];
113
119
  };
120
+ /**
121
+ * Type definition for `AWS::SES::ConfigurationSet.Tag`.
122
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-tag.html}
123
+ */
124
+ export type Tag = {
125
+ /**
126
+ * @minLength `1`
127
+ * @maxLength `128`
128
+ */
129
+ Key: string;
130
+ /**
131
+ * @minLength `0`
132
+ * @maxLength `256`
133
+ */
134
+ Value: string;
135
+ };
114
136
  /**
115
137
  * Type definition for `AWS::SES::ConfigurationSet.TrackingOptions`.
116
138
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
@@ -15,6 +15,28 @@ export type SESDedicatedIpPoolProperties = {
15
15
  * @pattern `^(STANDARD|MANAGED)$`
16
16
  */
17
17
  ScalingMode?: string;
18
+ /**
19
+ * The tags (keys and values) associated with the dedicated IP pool.
20
+ * @minLength `0`
21
+ * @maxLength `50`
22
+ */
23
+ Tags?: Tag[];
24
+ };
25
+ /**
26
+ * Type definition for `AWS::SES::DedicatedIpPool.Tag`.
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-dedicatedippool-tag.html}
28
+ */
29
+ export type Tag = {
30
+ /**
31
+ * @minLength `1`
32
+ * @maxLength `128`
33
+ */
34
+ Key: string;
35
+ /**
36
+ * @minLength `0`
37
+ * @maxLength `256`
38
+ */
39
+ Value: string;
18
40
  };
19
41
  /**
20
42
  * Resource Type definition for AWS::SES::DedicatedIpPool
@@ -29,6 +29,12 @@ export type SESEmailIdentityProperties = {
29
29
  * Used to enable or disable the custom Mail-From domain configuration for an email identity.
30
30
  */
31
31
  MailFromAttributes?: MailFromAttributes;
32
+ /**
33
+ * The tags (keys and values) associated with the email identity.
34
+ * @minLength `0`
35
+ * @maxLength `50`
36
+ */
37
+ Tags?: Tag[];
32
38
  };
33
39
  /**
34
40
  * Attribute type definition for `AWS::SES::EmailIdentity`.
@@ -111,6 +117,22 @@ export type MailFromAttributes = {
111
117
  */
112
118
  MailFromDomain?: string;
113
119
  };
120
+ /**
121
+ * Type definition for `AWS::SES::EmailIdentity.Tag`.
122
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-tag.html}
123
+ */
124
+ export type Tag = {
125
+ /**
126
+ * @minLength `1`
127
+ * @maxLength `128`
128
+ */
129
+ Key: string;
130
+ /**
131
+ * @minLength `0`
132
+ * @maxLength `256`
133
+ */
134
+ Value: string;
135
+ };
114
136
  /**
115
137
  * Resource Type definition for AWS::SES::EmailIdentity
116
138
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.383",
3
+ "version": "0.1.384",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },