@awboost/cfn-resource-types 0.1.379 → 0.1.380

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.
@@ -35,6 +35,7 @@ export type AmazonMQBrokerAttributes = {
35
35
  Arn: string;
36
36
  ConfigurationId: string;
37
37
  ConfigurationRevision: number;
38
+ ConsoleURLs: string[];
38
39
  Id: string;
39
40
  IpAddresses: string[];
40
41
  MqttEndpoints: string[];
@@ -107,7 +108,6 @@ export type TagsEntry = {
107
108
  export type User = {
108
109
  ConsoleAccess?: boolean;
109
110
  Groups?: string[];
110
- JolokiaApiAccess?: string;
111
111
  Password: string;
112
112
  ReplicationUser?: boolean;
113
113
  Username: string;
@@ -14,11 +14,13 @@ export type DocDBDBClusterProperties = {
14
14
  DeletionProtection?: boolean;
15
15
  EnableCloudwatchLogsExports?: string[];
16
16
  EngineVersion?: string;
17
+ GlobalClusterIdentifier?: string;
17
18
  KmsKeyId?: string;
18
19
  ManageMasterUserPassword?: boolean;
19
20
  MasterUserPassword?: string;
20
21
  MasterUserSecretKmsKeyId?: string;
21
22
  MasterUsername?: string;
23
+ NetworkType?: string;
22
24
  Port?: number;
23
25
  PreferredBackupWindow?: string;
24
26
  PreferredMaintenanceWindow?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.379",
3
+ "version": "0.1.380",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },