@pulumi/aws-native 1.41.0-alpha.1765604205 → 1.41.0-alpha.1765978445

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 (199) hide show
  1. package/bedrockagentcore/gateway.d.ts +2 -0
  2. package/bedrockagentcore/gateway.js +2 -0
  3. package/bedrockagentcore/gateway.js.map +1 -1
  4. package/bedrockagentcore/getGateway.d.ts +1 -0
  5. package/bedrockagentcore/getGateway.js.map +1 -1
  6. package/cleanrooms/analysisTemplate.d.ts +6 -0
  7. package/cleanrooms/analysisTemplate.js.map +1 -1
  8. package/connect/dataTableAttribute.d.ts +51 -0
  9. package/connect/dataTableAttribute.js.map +1 -1
  10. package/connect/dataTableRecord.d.ts +12 -0
  11. package/connect/dataTableRecord.js.map +1 -1
  12. package/connect/evaluationForm.d.ts +12 -0
  13. package/connect/evaluationForm.js.map +1 -1
  14. package/connect/getDataTableAttribute.d.ts +42 -0
  15. package/connect/getDataTableAttribute.js.map +1 -1
  16. package/connect/getDataTableRecord.d.ts +12 -0
  17. package/connect/getDataTableRecord.js.map +1 -1
  18. package/connect/getEvaluationForm.d.ts +6 -0
  19. package/connect/getEvaluationForm.js.map +1 -1
  20. package/connectcampaignsv2/campaign.d.ts +6 -0
  21. package/connectcampaignsv2/campaign.js.map +1 -1
  22. package/connectcampaignsv2/getCampaign.d.ts +3 -0
  23. package/connectcampaignsv2/getCampaign.js.map +1 -1
  24. package/datasync/getLocationAzureBlob.d.ts +2 -2
  25. package/datasync/getLocationObjectStorage.d.ts +3 -3
  26. package/datasync/getLocationSmb.d.ts +2 -2
  27. package/datasync/locationAzureBlob.d.ts +4 -4
  28. package/datasync/locationObjectStorage.d.ts +6 -6
  29. package/datasync/locationSmb.d.ts +4 -4
  30. package/dax/getSubnetGroup.d.ts +31 -0
  31. package/dax/getSubnetGroup.js +28 -0
  32. package/dax/getSubnetGroup.js.map +1 -0
  33. package/dax/index.d.ts +6 -0
  34. package/dax/index.js +25 -0
  35. package/dax/index.js.map +1 -0
  36. package/dax/subnetGroup.d.ts +57 -0
  37. package/dax/subnetGroup.js +65 -0
  38. package/dax/subnetGroup.js.map +1 -0
  39. package/devicefarm/getProject.d.ts +2 -0
  40. package/devicefarm/getProject.js.map +1 -1
  41. package/devicefarm/project.d.ts +4 -0
  42. package/devicefarm/project.js +4 -0
  43. package/devicefarm/project.js.map +1 -1
  44. package/ec2/ec2Fleet.js +1 -1
  45. package/ec2/ec2Fleet.js.map +1 -1
  46. package/ec2/getSpotFleet.d.ts +4 -0
  47. package/ec2/getSpotFleet.js.map +1 -1
  48. package/ec2/spotFleet.d.ts +8 -0
  49. package/ec2/spotFleet.js +2 -0
  50. package/ec2/spotFleet.js.map +1 -1
  51. package/ecs/getService.d.ts +5 -0
  52. package/ecs/getService.js.map +1 -1
  53. package/ecs/service.js +1 -1
  54. package/ecs/service.js.map +1 -1
  55. package/elasticloadbalancingv2/getListener.d.ts +1 -1
  56. package/elasticloadbalancingv2/listener.d.ts +2 -2
  57. package/fms/getNotificationChannel.d.ts +0 -4
  58. package/fms/getNotificationChannel.js.map +1 -1
  59. package/fms/notificationChannel.js +2 -0
  60. package/fms/notificationChannel.js.map +1 -1
  61. package/groundstation/dataflowEndpointGroupV2.d.ts +58 -0
  62. package/groundstation/dataflowEndpointGroupV2.js +70 -0
  63. package/groundstation/dataflowEndpointGroupV2.js.map +1 -0
  64. package/groundstation/getDataflowEndpointGroupV2.d.ts +22 -0
  65. package/groundstation/getDataflowEndpointGroupV2.js +28 -0
  66. package/groundstation/getDataflowEndpointGroupV2.js.map +1 -0
  67. package/groundstation/index.d.ts +6 -0
  68. package/groundstation/index.js +8 -1
  69. package/groundstation/index.js.map +1 -1
  70. package/index.d.ts +2 -1
  71. package/index.js +7 -5
  72. package/index.js.map +1 -1
  73. package/kafkaconnect/connector.d.ts +9 -0
  74. package/kafkaconnect/connector.js +3 -1
  75. package/kafkaconnect/connector.js.map +1 -1
  76. package/lambda/function.d.ts +18 -0
  77. package/lambda/function.js.map +1 -1
  78. package/lambda/getFunction.d.ts +9 -0
  79. package/lambda/getFunction.js.map +1 -1
  80. package/opensearchserverless/collection.d.ts +22 -0
  81. package/opensearchserverless/collection.js +5 -1
  82. package/opensearchserverless/collection.js.map +1 -1
  83. package/package.json +3 -3
  84. package/package.json.dev +2 -2
  85. package/paymentcryptography/key.d.ts +10 -0
  86. package/paymentcryptography/key.js.map +1 -1
  87. package/resourcegroups/getGroup.d.ts +2 -2
  88. package/resourcegroups/group.d.ts +4 -4
  89. package/route53/getHostedZone.d.ts +3 -0
  90. package/route53/getHostedZone.js.map +1 -1
  91. package/route53/hostedZone.d.ts +6 -0
  92. package/route53/hostedZone.js.map +1 -1
  93. package/route53profiles/getProfile.d.ts +5 -0
  94. package/route53profiles/getProfile.js.map +1 -1
  95. package/route53profiles/index.d.ts +1 -0
  96. package/route53profiles/index.js +16 -0
  97. package/route53profiles/index.js.map +1 -1
  98. package/route53profiles/profile.d.ts +5 -0
  99. package/route53profiles/profile.js +2 -0
  100. package/route53profiles/profile.js.map +1 -1
  101. package/route53resolver/getResolverEndpoint.d.ts +8 -0
  102. package/route53resolver/getResolverEndpoint.js.map +1 -1
  103. package/route53resolver/resolverEndpoint.d.ts +16 -0
  104. package/route53resolver/resolverEndpoint.js +4 -0
  105. package/route53resolver/resolverEndpoint.js.map +1 -1
  106. package/route53resolver/resolverRuleAssociation.d.ts +2 -0
  107. package/route53resolver/resolverRuleAssociation.js.map +1 -1
  108. package/s3/bucket.d.ts +2 -2
  109. package/s3/getBucket.d.ts +1 -1
  110. package/s3tables/getTableBucket.d.ts +3 -0
  111. package/s3tables/getTableBucket.js.map +1 -1
  112. package/s3tables/table.d.ts +6 -0
  113. package/s3tables/table.js.map +1 -1
  114. package/s3tables/tableBucket.d.ts +6 -0
  115. package/s3tables/tableBucket.js.map +1 -1
  116. package/s3vectors/index_.d.ts +8 -0
  117. package/s3vectors/index_.js +3 -1
  118. package/s3vectors/index_.js.map +1 -1
  119. package/secretsmanager/getSecret.d.ts +1 -1
  120. package/secretsmanager/secret.d.ts +2 -2
  121. package/securityhub/configurationPolicy.d.ts +4 -4
  122. package/securityhub/connectorV2.d.ts +21 -0
  123. package/securityhub/connectorV2.js.map +1 -1
  124. package/securityhub/delegatedAdmin.d.ts +2 -2
  125. package/securityhub/getConfigurationPolicy.d.ts +2 -2
  126. package/securityhub/getConnectorV2.d.ts +15 -0
  127. package/securityhub/getConnectorV2.js.map +1 -1
  128. package/securityhub/getDelegatedAdmin.d.ts +4 -4
  129. package/securityhub/getHubV2.d.ts +1 -1
  130. package/securityhub/hubV2.d.ts +2 -2
  131. package/ses/getTenant.d.ts +36 -0
  132. package/ses/getTenant.js +28 -0
  133. package/ses/getTenant.js.map +1 -0
  134. package/ses/index.d.ts +6 -0
  135. package/ses/index.js +9 -1
  136. package/ses/index.js.map +1 -1
  137. package/ses/tenant.d.ts +63 -0
  138. package/ses/tenant.js +64 -0
  139. package/ses/tenant.js.map +1 -0
  140. package/ssm/getMaintenanceWindowTarget.d.ts +56 -0
  141. package/ssm/getMaintenanceWindowTarget.js +30 -0
  142. package/ssm/getMaintenanceWindowTarget.js.map +1 -0
  143. package/ssm/getMaintenanceWindowTask.d.ts +86 -0
  144. package/ssm/getMaintenanceWindowTask.js +30 -0
  145. package/ssm/getMaintenanceWindowTask.js.map +1 -0
  146. package/ssm/index.d.ts +12 -0
  147. package/ssm/index.js +15 -1
  148. package/ssm/index.js.map +1 -1
  149. package/ssm/maintenanceWindowTarget.d.ts +87 -0
  150. package/ssm/maintenanceWindowTarget.js +79 -0
  151. package/ssm/maintenanceWindowTarget.js.map +1 -0
  152. package/ssm/maintenanceWindowTask.d.ts +203 -0
  153. package/ssm/maintenanceWindowTask.js +146 -0
  154. package/ssm/maintenanceWindowTask.js.map +1 -0
  155. package/types/enums/bedrockagentcore/index.d.ts +6 -0
  156. package/types/enums/bedrockagentcore/index.js +6 -1
  157. package/types/enums/bedrockagentcore/index.js.map +1 -1
  158. package/types/enums/connect/index.d.ts +3 -0
  159. package/types/enums/connect/index.js.map +1 -1
  160. package/types/enums/ecs/index.d.ts +2 -0
  161. package/types/enums/ecs/index.js.map +1 -1
  162. package/types/enums/groundstation/index.d.ts +18 -0
  163. package/types/enums/groundstation/index.js +11 -1
  164. package/types/enums/groundstation/index.js.map +1 -1
  165. package/types/enums/index.d.ts +2 -1
  166. package/types/enums/index.js +4 -2
  167. package/types/enums/index.js.map +1 -1
  168. package/types/enums/kafkaconnect/index.d.ts +8 -0
  169. package/types/enums/kafkaconnect/index.js +5 -1
  170. package/types/enums/kafkaconnect/index.js.map +1 -1
  171. package/types/enums/logs/index.d.ts +1 -0
  172. package/types/enums/logs/index.js +1 -0
  173. package/types/enums/logs/index.js.map +1 -1
  174. package/types/enums/msk/index.d.ts +5 -0
  175. package/types/enums/msk/index.js +5 -1
  176. package/types/enums/msk/index.js.map +1 -1
  177. package/types/enums/observabilityadmin/index.d.ts +6 -0
  178. package/types/enums/observabilityadmin/index.js.map +1 -1
  179. package/types/enums/route53profiles/index.d.ts +9 -0
  180. package/types/enums/route53profiles/index.js +11 -0
  181. package/types/enums/route53profiles/index.js.map +1 -0
  182. package/types/enums/s3/index.d.ts +2 -1
  183. package/types/enums/s3/index.js +1 -0
  184. package/types/enums/s3/index.js.map +1 -1
  185. package/types/enums/s3vectors/index.d.ts +8 -0
  186. package/types/enums/s3vectors/index.js +5 -1
  187. package/types/enums/s3vectors/index.js.map +1 -1
  188. package/types/enums/securityhub/index.d.ts +3 -3
  189. package/types/enums/workspacesweb/index.d.ts +11 -0
  190. package/types/enums/workspacesweb/index.js +10 -1
  191. package/types/enums/workspacesweb/index.js.map +1 -1
  192. package/types/input.d.ts +758 -25
  193. package/types/output.d.ts +826 -25
  194. package/types/output.js.map +1 -1
  195. package/workspacesweb/getUserSettings.d.ts +4 -0
  196. package/workspacesweb/getUserSettings.js.map +1 -1
  197. package/workspacesweb/userSettings.d.ts +8 -0
  198. package/workspacesweb/userSettings.js +2 -0
  199. package/workspacesweb/userSettings.js.map +1 -1
@@ -40,6 +40,9 @@ export declare class Table extends pulumi.CustomResource {
40
40
  * Contains details about the Iceberg snapshot management settings for the table.
41
41
  */
42
42
  readonly snapshotManagement: pulumi.Output<outputs.s3tables.TableSnapshotManagement | undefined>;
43
+ /**
44
+ * The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
45
+ */
43
46
  readonly storageClassConfiguration: pulumi.Output<outputs.s3tables.TableStorageClassConfiguration | undefined>;
44
47
  /**
45
48
  * The Amazon Resource Name (ARN) of the table.
@@ -102,6 +105,9 @@ export interface TableArgs {
102
105
  * Contains details about the Iceberg snapshot management settings for the table.
103
106
  */
104
107
  snapshotManagement?: pulumi.Input<inputs.s3tables.TableSnapshotManagementArgs>;
108
+ /**
109
+ * The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
110
+ */
105
111
  storageClassConfiguration?: pulumi.Input<inputs.s3tables.TableStorageClassConfigurationArgs>;
106
112
  /**
107
113
  * The Amazon Resource Name (ARN) of the table bucket to create the table in.
@@ -1 +1 @@
1
- {"version":3,"file":"table.js","sourceRoot":"","sources":["../../s3tables/table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"table.js","sourceRoot":"","sources":["../../s3tables/table.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuDD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAe,EAAE,IAAmC;QAC1E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,2BAA2B,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,EAAE,CAAC;QACxJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AApIL,sBAqIC;AAxHG,gBAAgB;AACO,kBAAY,GAAG,2BAA2B,CAAC"}
@@ -24,6 +24,9 @@ export declare class TableBucket extends pulumi.CustomResource {
24
24
  */
25
25
  readonly encryptionConfiguration: pulumi.Output<outputs.s3tables.TableBucketEncryptionConfiguration | undefined>;
26
26
  readonly metricsConfiguration: pulumi.Output<outputs.s3tables.TableBucketMetricsConfiguration | undefined>;
27
+ /**
28
+ * The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
29
+ */
27
30
  readonly storageClassConfiguration: pulumi.Output<outputs.s3tables.TableBucketStorageClassConfiguration | undefined>;
28
31
  /**
29
32
  * The Amazon Resource Name (ARN) of the table bucket.
@@ -59,6 +62,9 @@ export interface TableBucketArgs {
59
62
  */
60
63
  encryptionConfiguration?: pulumi.Input<inputs.s3tables.TableBucketEncryptionConfigurationArgs>;
61
64
  metricsConfiguration?: pulumi.Input<inputs.s3tables.TableBucketMetricsConfigurationArgs>;
65
+ /**
66
+ * The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
67
+ */
62
68
  storageClassConfiguration?: pulumi.Input<inputs.s3tables.TableBucketStorageClassConfigurationArgs>;
63
69
  /**
64
70
  * The name for the table bucket.
@@ -1 +1 @@
1
- {"version":3,"file":"tableBucket.js","sourceRoot":"","sources":["../../s3tables/tableBucket.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAyBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsB,EAAE,IAAmC;QACjF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;aAAM;YACH,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAjFL,kCAkFC;AArEG,gBAAgB;AACO,wBAAY,GAAG,iCAAiC,CAAC"}
1
+ {"version":3,"file":"tableBucket.js","sourceRoot":"","sources":["../../s3tables/tableBucket.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA4BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsB,EAAE,IAAmC;QACjF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;aAAM;YACH,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AApFL,kCAqFC;AAxEG,gBAAgB;AACO,wBAAY,GAAG,iCAAiC,CAAC"}
@@ -43,6 +43,10 @@ export declare class Index extends pulumi.CustomResource {
43
43
  * - `euclidean` - Measures the straight-line distance between two points in multi-dimensional space. Lower values indicate greater similarity.
44
44
  */
45
45
  readonly distanceMetric: pulumi.Output<enums.s3vectors.IndexDistanceMetric>;
46
+ /**
47
+ * The encryption configuration for a vector index. By default, if you don't specify, all new vectors in the vector index will use the encryption configuration of the vector bucket.
48
+ */
49
+ readonly encryptionConfiguration: pulumi.Output<outputs.s3vectors.IndexEncryptionConfiguration | undefined>;
46
50
  /**
47
51
  * Returns the Amazon Resource Name (ARN) of the specified index.
48
52
  *
@@ -99,6 +103,10 @@ export interface IndexArgs {
99
103
  * - `euclidean` - Measures the straight-line distance between two points in multi-dimensional space. Lower values indicate greater similarity.
100
104
  */
101
105
  distanceMetric: pulumi.Input<enums.s3vectors.IndexDistanceMetric>;
106
+ /**
107
+ * The encryption configuration for a vector index. By default, if you don't specify, all new vectors in the vector index will use the encryption configuration of the vector bucket.
108
+ */
109
+ encryptionConfiguration?: pulumi.Input<inputs.s3vectors.IndexEncryptionConfigurationArgs>;
102
110
  /**
103
111
  * The name of the vector index to create. The index name must be between 3 and 63 characters long and can contain only lowercase letters, numbers, hyphens (-), and dots (.). The index name must be unique within the vector bucket.
104
112
  *
@@ -53,6 +53,7 @@ class Index extends pulumi.CustomResource {
53
53
  resourceInputs["dataType"] = args?.dataType;
54
54
  resourceInputs["dimension"] = args?.dimension;
55
55
  resourceInputs["distanceMetric"] = args?.distanceMetric;
56
+ resourceInputs["encryptionConfiguration"] = args?.encryptionConfiguration;
56
57
  resourceInputs["indexName"] = args?.indexName;
57
58
  resourceInputs["metadataConfiguration"] = args?.metadataConfiguration;
58
59
  resourceInputs["vectorBucketArn"] = args?.vectorBucketArn;
@@ -65,6 +66,7 @@ class Index extends pulumi.CustomResource {
65
66
  resourceInputs["dataType"] = undefined /*out*/;
66
67
  resourceInputs["dimension"] = undefined /*out*/;
67
68
  resourceInputs["distanceMetric"] = undefined /*out*/;
69
+ resourceInputs["encryptionConfiguration"] = undefined /*out*/;
68
70
  resourceInputs["indexArn"] = undefined /*out*/;
69
71
  resourceInputs["indexName"] = undefined /*out*/;
70
72
  resourceInputs["metadataConfiguration"] = undefined /*out*/;
@@ -72,7 +74,7 @@ class Index extends pulumi.CustomResource {
72
74
  resourceInputs["vectorBucketName"] = undefined /*out*/;
73
75
  }
74
76
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
75
- const replaceOnChanges = { replaceOnChanges: ["dataType", "dimension", "distanceMetric", "indexName", "metadataConfiguration", "vectorBucketArn", "vectorBucketName"] };
77
+ const replaceOnChanges = { replaceOnChanges: ["dataType", "dimension", "distanceMetric", "encryptionConfiguration", "indexName", "metadataConfiguration", "vectorBucketArn", "vectorBucketName"] };
76
78
  opts = pulumi.mergeOptions(opts, replaceOnChanges);
77
79
  super(Index.__pulumiType, name, resourceInputs, opts);
78
80
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index_.js","sourceRoot":"","sources":["../../s3vectors/index_.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index_.js","sourceRoot":"","sources":["../../s3vectors/index_.ts"],"names":[],"mappings":"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"}
@@ -52,7 +52,7 @@ export interface GetSecretResult {
52
52
  */
53
53
  readonly tags?: outputs.Tag[];
54
54
  /**
55
- * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html) .
55
+ * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html).
56
56
  */
57
57
  readonly type?: string;
58
58
  }
@@ -135,7 +135,7 @@ export declare class Secret extends pulumi.CustomResource {
135
135
  */
136
136
  readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
137
137
  /**
138
- * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html) .
138
+ * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html).
139
139
  */
140
140
  readonly type: pulumi.Output<string | undefined>;
141
141
  /**
@@ -198,7 +198,7 @@ export interface SecretArgs {
198
198
  */
199
199
  tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
200
200
  /**
201
- * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html) .
201
+ * The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html).
202
202
  */
203
203
  type?: pulumi.Input<string>;
204
204
  }
@@ -28,7 +28,7 @@ export declare class ConfigurationPolicy extends pulumi.CustomResource {
28
28
  */
29
29
  readonly awsId: pulumi.Output<string>;
30
30
  /**
31
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
31
+ * An object that defines how AWS Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub CSPM disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub CSPM enables all other controls (including newly released controls).
32
32
  */
33
33
  readonly configurationPolicy: pulumi.Output<outputs.securityhub.ConfigurationPolicyPolicy>;
34
34
  /**
@@ -48,7 +48,7 @@ export declare class ConfigurationPolicy extends pulumi.CustomResource {
48
48
  */
49
49
  readonly serviceEnabled: pulumi.Output<boolean>;
50
50
  /**
51
- * User-defined tags associated with a configuration policy. For more information, see [Tagging Security Hub resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub user guide* .
51
+ * User-defined tags associated with a configuration policy. For more information, see [Tagging AWS Security Hub CSPM resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub CSPM user guide* .
52
52
  */
53
53
  readonly tags: pulumi.Output<{
54
54
  [key: string]: string;
@@ -71,7 +71,7 @@ export declare class ConfigurationPolicy extends pulumi.CustomResource {
71
71
  */
72
72
  export interface ConfigurationPolicyArgs {
73
73
  /**
74
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
74
+ * An object that defines how AWS Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub CSPM disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub CSPM enables all other controls (including newly released controls).
75
75
  */
76
76
  configurationPolicy: pulumi.Input<inputs.securityhub.ConfigurationPolicyPolicyArgs>;
77
77
  /**
@@ -83,7 +83,7 @@ export interface ConfigurationPolicyArgs {
83
83
  */
84
84
  name?: pulumi.Input<string>;
85
85
  /**
86
- * User-defined tags associated with a configuration policy. For more information, see [Tagging Security Hub resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub user guide* .
86
+ * User-defined tags associated with a configuration policy. For more information, see [Tagging AWS Security Hub CSPM resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub CSPM user guide* .
87
87
  */
88
88
  tags?: pulumi.Input<{
89
89
  [key: string]: pulumi.Input<string>;
@@ -32,6 +32,9 @@ export declare class ConnectorV2 extends pulumi.CustomResource {
32
32
  * The status of the connector
33
33
  */
34
34
  readonly connectorStatus: pulumi.Output<enums.securityhub.ConnectorV2ConnectorStatus>;
35
+ /**
36
+ * The timestamp when the V2 connector was created.
37
+ */
35
38
  readonly createdAt: pulumi.Output<string>;
36
39
  /**
37
40
  * A description of the connector
@@ -41,7 +44,13 @@ export declare class ConnectorV2 extends pulumi.CustomResource {
41
44
  * The ARN of KMS key used for the connector
42
45
  */
43
46
  readonly kmsKeyArn: pulumi.Output<string | undefined>;
47
+ /**
48
+ * The most recent timestamp when the V2 connector was checked on health status.
49
+ */
44
50
  readonly lastCheckedAt: pulumi.Output<string>;
51
+ /**
52
+ * The most recent timestamp when the V2 connector was updated.
53
+ */
45
54
  readonly lastUpdatedAt: pulumi.Output<string>;
46
55
  /**
47
56
  * The message of the connector status change
@@ -51,7 +60,13 @@ export declare class ConnectorV2 extends pulumi.CustomResource {
51
60
  * The name of the connector
52
61
  */
53
62
  readonly name: pulumi.Output<string>;
63
+ /**
64
+ * The third-party provider detail for a service configuration.
65
+ */
54
66
  readonly provider: pulumi.Output<outputs.securityhub.ConnectorV2Provider>;
67
+ /**
68
+ * The tags to add to the connectorV2 when you create.
69
+ */
55
70
  readonly tags: pulumi.Output<{
56
71
  [key: string]: string;
57
72
  } | undefined>;
@@ -80,7 +95,13 @@ export interface ConnectorV2Args {
80
95
  * The name of the connector
81
96
  */
82
97
  name?: pulumi.Input<string>;
98
+ /**
99
+ * The third-party provider detail for a service configuration.
100
+ */
83
101
  provider: pulumi.Input<inputs.securityhub.ConnectorV2ProviderArgs>;
102
+ /**
103
+ * The tags to add to the connectorV2 when you create.
104
+ */
84
105
  tags?: pulumi.Input<{
85
106
  [key: string]: pulumi.Input<string>;
86
107
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"connectorV2.js","sourceRoot":"","sources":["../../securityhub/connectorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAoCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAqB,EAAE,IAAmC;QAChF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;aAAM;YACH,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,WAAW,EAAE,MAAM,CAAC,EAAE,CAAC;QACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAzGL,kCA0GC;AA7FG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
1
+ {"version":3,"file":"connectorV2.js","sourceRoot":"","sources":["../../securityhub/connectorV2.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ export declare class DelegatedAdmin extends pulumi.CustomResource {
26
26
  */
27
27
  readonly adminAccountId: pulumi.Output<string>;
28
28
  /**
29
- * The ID of the delegated Security Hub administrator account, in the format of `accountID/Region` .
29
+ * The ID of the delegated Security Hub CSPM administrator account, in the format of `accountID/Region` .
30
30
  */
31
31
  readonly delegatedAdminIdentifier: pulumi.Output<string>;
32
32
  /**
33
- * Whether the delegated Security Hub administrator is set for the organization.
33
+ * Whether the delegated Security Hub CSPM administrator is set for the organization.
34
34
  */
35
35
  readonly status: pulumi.Output<enums.securityhub.DelegatedAdminStatus>;
36
36
  /**
@@ -16,7 +16,7 @@ export interface GetConfigurationPolicyResult {
16
16
  */
17
17
  readonly arn?: string;
18
18
  /**
19
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
19
+ * An object that defines how AWS Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub CSPM disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub CSPM enables all other controls (including newly released controls).
20
20
  */
21
21
  readonly configurationPolicy?: outputs.securityhub.ConfigurationPolicyPolicy;
22
22
  /**
@@ -40,7 +40,7 @@ export interface GetConfigurationPolicyResult {
40
40
  */
41
41
  readonly serviceEnabled?: boolean;
42
42
  /**
43
- * User-defined tags associated with a configuration policy. For more information, see [Tagging Security Hub resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub user guide* .
43
+ * User-defined tags associated with a configuration policy. For more information, see [Tagging AWS Security Hub CSPM resources](https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html) in the *Security Hub CSPM user guide* .
44
44
  */
45
45
  readonly tags?: {
46
46
  [key: string]: string;
@@ -24,18 +24,33 @@ export interface GetConnectorV2Result {
24
24
  * The status of the connector
25
25
  */
26
26
  readonly connectorStatus?: enums.securityhub.ConnectorV2ConnectorStatus;
27
+ /**
28
+ * The timestamp when the V2 connector was created.
29
+ */
27
30
  readonly createdAt?: string;
28
31
  /**
29
32
  * A description of the connector
30
33
  */
31
34
  readonly description?: string;
35
+ /**
36
+ * The most recent timestamp when the V2 connector was checked on health status.
37
+ */
32
38
  readonly lastCheckedAt?: string;
39
+ /**
40
+ * The most recent timestamp when the V2 connector was updated.
41
+ */
33
42
  readonly lastUpdatedAt?: string;
34
43
  /**
35
44
  * The message of the connector status change
36
45
  */
37
46
  readonly message?: string;
47
+ /**
48
+ * The third-party provider detail for a service configuration.
49
+ */
38
50
  readonly provider?: outputs.securityhub.ConnectorV2Provider;
51
+ /**
52
+ * The tags to add to the connectorV2 when you create.
53
+ */
39
54
  readonly tags?: {
40
55
  [key: string]: string;
41
56
  };
@@ -1 +1 @@
1
- {"version":3,"file":"getConnectorV2.js","sourceRoot":"","sources":["../../securityhub/getConnectorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAoCD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
1
+ {"version":3,"file":"getConnectorV2.js","sourceRoot":"","sources":["../../securityhub/getConnectorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAmDD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -9,17 +9,17 @@ import * as enums from "../types/enums";
9
9
  export declare function getDelegatedAdmin(args: GetDelegatedAdminArgs, opts?: pulumi.InvokeOptions): Promise<GetDelegatedAdminResult>;
10
10
  export interface GetDelegatedAdminArgs {
11
11
  /**
12
- * The ID of the delegated Security Hub administrator account, in the format of `accountID/Region` .
12
+ * The ID of the delegated Security Hub CSPM administrator account, in the format of `accountID/Region` .
13
13
  */
14
14
  delegatedAdminIdentifier: string;
15
15
  }
16
16
  export interface GetDelegatedAdminResult {
17
17
  /**
18
- * The ID of the delegated Security Hub administrator account, in the format of `accountID/Region` .
18
+ * The ID of the delegated Security Hub CSPM administrator account, in the format of `accountID/Region` .
19
19
  */
20
20
  readonly delegatedAdminIdentifier?: string;
21
21
  /**
22
- * Whether the delegated Security Hub administrator is set for the organization.
22
+ * Whether the delegated Security Hub CSPM administrator is set for the organization.
23
23
  */
24
24
  readonly status?: enums.securityhub.DelegatedAdminStatus;
25
25
  }
@@ -32,7 +32,7 @@ export interface GetDelegatedAdminResult {
32
32
  export declare function getDelegatedAdminOutput(args: GetDelegatedAdminOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDelegatedAdminResult>;
33
33
  export interface GetDelegatedAdminOutputArgs {
34
34
  /**
35
- * The ID of the delegated Security Hub administrator account, in the format of `accountID/Region` .
35
+ * The ID of the delegated Security Hub CSPM administrator account, in the format of `accountID/Region` .
36
36
  */
37
37
  delegatedAdminIdentifier: pulumi.Input<string>;
38
38
  }
@@ -19,7 +19,7 @@ export interface GetHubV2Result {
19
19
  */
20
20
  readonly subscribedAt?: string;
21
21
  /**
22
- * The tags to add to the hub V2 resource when you enable Security Hub.
22
+ * The tags to add to the hub V2 resource when you enable Security Hub CSPM.
23
23
  */
24
24
  readonly tags?: {
25
25
  [key: string]: string;
@@ -26,7 +26,7 @@ export declare class HubV2 extends pulumi.CustomResource {
26
26
  */
27
27
  readonly subscribedAt: pulumi.Output<string>;
28
28
  /**
29
- * The tags to add to the hub V2 resource when you enable Security Hub.
29
+ * The tags to add to the hub V2 resource when you enable Security Hub CSPM.
30
30
  */
31
31
  readonly tags: pulumi.Output<{
32
32
  [key: string]: string;
@@ -45,7 +45,7 @@ export declare class HubV2 extends pulumi.CustomResource {
45
45
  */
46
46
  export interface HubV2Args {
47
47
  /**
48
- * The tags to add to the hub V2 resource when you enable Security Hub.
48
+ * The tags to add to the hub V2 resource when you enable Security Hub CSPM.
49
49
  */
50
50
  tags?: pulumi.Input<{
51
51
  [key: string]: pulumi.Input<string>;
@@ -0,0 +1,36 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Resource Type definition for AWS::SES::Tenant
5
+ */
6
+ export declare function getTenant(args: GetTenantArgs, opts?: pulumi.InvokeOptions): Promise<GetTenantResult>;
7
+ export interface GetTenantArgs {
8
+ /**
9
+ * The name of the tenant.
10
+ */
11
+ tenantName: string;
12
+ }
13
+ export interface GetTenantResult {
14
+ /**
15
+ * Amazon Resource Name (ARN) of the tenant.
16
+ */
17
+ readonly arn?: string;
18
+ /**
19
+ * The list of resources to associate with the tenant.
20
+ */
21
+ readonly resourceAssociations?: outputs.ses.TenantResourceAssociation[];
22
+ /**
23
+ * The tags (keys and values) associated with the tenant.
24
+ */
25
+ readonly tags?: outputs.Tag[];
26
+ }
27
+ /**
28
+ * Resource Type definition for AWS::SES::Tenant
29
+ */
30
+ export declare function getTenantOutput(args: GetTenantOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTenantResult>;
31
+ export interface GetTenantOutputArgs {
32
+ /**
33
+ * The name of the tenant.
34
+ */
35
+ tenantName: pulumi.Input<string>;
36
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getTenantOutput = exports.getTenant = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::SES::Tenant
10
+ */
11
+ function getTenant(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:ses:getTenant", {
14
+ "tenantName": args.tenantName,
15
+ }, opts);
16
+ }
17
+ exports.getTenant = getTenant;
18
+ /**
19
+ * Resource Type definition for AWS::SES::Tenant
20
+ */
21
+ function getTenantOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:ses:getTenant", {
24
+ "tenantName": args.tenantName,
25
+ }, opts);
26
+ }
27
+ exports.getTenantOutput = getTenantOutput;
28
+ //# sourceMappingURL=getTenant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTenant.js","sourceRoot":"","sources":["../../ses/getTenant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAuBD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0BAA0B,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
package/ses/index.d.ts CHANGED
@@ -58,6 +58,9 @@ export declare const getMultiRegionEndpointOutput: typeof import("./getMultiRegi
58
58
  export { GetTemplateArgs, GetTemplateResult, GetTemplateOutputArgs } from "./getTemplate";
59
59
  export declare const getTemplate: typeof import("./getTemplate").getTemplate;
60
60
  export declare const getTemplateOutput: typeof import("./getTemplate").getTemplateOutput;
61
+ export { GetTenantArgs, GetTenantResult, GetTenantOutputArgs } from "./getTenant";
62
+ export declare const getTenant: typeof import("./getTenant").getTenant;
63
+ export declare const getTenantOutput: typeof import("./getTenant").getTenantOutput;
61
64
  export { GetVdmAttributesArgs, GetVdmAttributesResult, GetVdmAttributesOutputArgs } from "./getVdmAttributes";
62
65
  export declare const getVdmAttributes: typeof import("./getVdmAttributes").getVdmAttributes;
63
66
  export declare const getVdmAttributesOutput: typeof import("./getVdmAttributes").getVdmAttributesOutput;
@@ -91,6 +94,9 @@ export declare const MultiRegionEndpoint: typeof import("./multiRegionEndpoint")
91
94
  export { TemplateArgs } from "./template";
92
95
  export type Template = import("./template").Template;
93
96
  export declare const Template: typeof import("./template").Template;
97
+ export { TenantArgs } from "./tenant";
98
+ export type Tenant = import("./tenant").Tenant;
99
+ export declare const Tenant: typeof import("./tenant").Tenant;
94
100
  export { VdmAttributesArgs } from "./vdmAttributes";
95
101
  export type VdmAttributes = import("./vdmAttributes").VdmAttributes;
96
102
  export declare const VdmAttributes: typeof import("./vdmAttributes").VdmAttributes;
package/ses/index.js CHANGED
@@ -16,7 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.VdmAttributes = exports.Template = exports.MultiRegionEndpoint = exports.MailManagerTrafficPolicy = exports.MailManagerRuleSet = exports.MailManagerRelay = exports.MailManagerIngressPoint = exports.MailManagerArchive = exports.MailManagerAddressList = exports.MailManagerAddonSubscription = exports.MailManagerAddonInstance = exports.getVdmAttributesOutput = exports.getVdmAttributes = exports.getTemplateOutput = exports.getTemplate = exports.getMultiRegionEndpointOutput = exports.getMultiRegionEndpoint = exports.getMailManagerTrafficPolicyOutput = exports.getMailManagerTrafficPolicy = exports.getMailManagerRuleSetOutput = exports.getMailManagerRuleSet = exports.getMailManagerRelayOutput = exports.getMailManagerRelay = exports.getMailManagerIngressPointOutput = exports.getMailManagerIngressPoint = exports.getMailManagerArchiveOutput = exports.getMailManagerArchive = exports.getMailManagerAddressListOutput = exports.getMailManagerAddressList = exports.getMailManagerAddonSubscriptionOutput = exports.getMailManagerAddonSubscription = exports.getMailManagerAddonInstanceOutput = exports.getMailManagerAddonInstance = exports.getEmailIdentityOutput = exports.getEmailIdentity = exports.getDedicatedIpPoolOutput = exports.getDedicatedIpPool = exports.getContactListOutput = exports.getContactList = exports.getConfigurationSetEventDestinationOutput = exports.getConfigurationSetEventDestination = exports.getConfigurationSetOutput = exports.getConfigurationSet = exports.EmailIdentity = exports.DedicatedIpPool = exports.ContactList = exports.ConfigurationSetEventDestination = exports.ConfigurationSet = void 0;
19
+ exports.Tenant = exports.Template = exports.MultiRegionEndpoint = exports.MailManagerTrafficPolicy = exports.MailManagerRuleSet = exports.MailManagerRelay = exports.MailManagerIngressPoint = exports.MailManagerArchive = exports.MailManagerAddressList = exports.MailManagerAddonSubscription = exports.MailManagerAddonInstance = exports.getVdmAttributesOutput = exports.getVdmAttributes = exports.getTenantOutput = exports.getTenant = exports.getTemplateOutput = exports.getTemplate = exports.getMultiRegionEndpointOutput = exports.getMultiRegionEndpoint = exports.getMailManagerTrafficPolicyOutput = exports.getMailManagerTrafficPolicy = exports.getMailManagerRuleSetOutput = exports.getMailManagerRuleSet = exports.getMailManagerRelayOutput = exports.getMailManagerRelay = exports.getMailManagerIngressPointOutput = exports.getMailManagerIngressPoint = exports.getMailManagerArchiveOutput = exports.getMailManagerArchive = exports.getMailManagerAddressListOutput = exports.getMailManagerAddressList = exports.getMailManagerAddonSubscriptionOutput = exports.getMailManagerAddonSubscription = exports.getMailManagerAddonInstanceOutput = exports.getMailManagerAddonInstance = exports.getEmailIdentityOutput = exports.getEmailIdentity = exports.getDedicatedIpPoolOutput = exports.getDedicatedIpPool = exports.getContactListOutput = exports.getContactList = exports.getConfigurationSetEventDestinationOutput = exports.getConfigurationSetEventDestination = exports.getConfigurationSetOutput = exports.getConfigurationSet = exports.EmailIdentity = exports.DedicatedIpPool = exports.ContactList = exports.ConfigurationSetEventDestination = exports.ConfigurationSet = void 0;
20
+ exports.VdmAttributes = void 0;
20
21
  const pulumi = require("@pulumi/pulumi");
21
22
  const utilities = require("../utilities");
22
23
  exports.ConfigurationSet = null;
@@ -74,6 +75,9 @@ utilities.lazyLoad(exports, ["getMultiRegionEndpoint", "getMultiRegionEndpointOu
74
75
  exports.getTemplate = null;
75
76
  exports.getTemplateOutput = null;
76
77
  utilities.lazyLoad(exports, ["getTemplate", "getTemplateOutput"], () => require("./getTemplate"));
78
+ exports.getTenant = null;
79
+ exports.getTenantOutput = null;
80
+ utilities.lazyLoad(exports, ["getTenant", "getTenantOutput"], () => require("./getTenant"));
77
81
  exports.getVdmAttributes = null;
78
82
  exports.getVdmAttributesOutput = null;
79
83
  utilities.lazyLoad(exports, ["getVdmAttributes", "getVdmAttributesOutput"], () => require("./getVdmAttributes"));
@@ -97,6 +101,8 @@ exports.MultiRegionEndpoint = null;
97
101
  utilities.lazyLoad(exports, ["MultiRegionEndpoint"], () => require("./multiRegionEndpoint"));
98
102
  exports.Template = null;
99
103
  utilities.lazyLoad(exports, ["Template"], () => require("./template"));
104
+ exports.Tenant = null;
105
+ utilities.lazyLoad(exports, ["Tenant"], () => require("./tenant"));
100
106
  exports.VdmAttributes = null;
101
107
  utilities.lazyLoad(exports, ["VdmAttributes"], () => require("./vdmAttributes"));
102
108
  // Export enums:
@@ -135,6 +141,8 @@ const _module = {
135
141
  return new exports.MultiRegionEndpoint(name, undefined, { urn });
136
142
  case "aws-native:ses:Template":
137
143
  return new exports.Template(name, undefined, { urn });
144
+ case "aws-native:ses:Tenant":
145
+ return new exports.Tenant(name, undefined, { urn });
138
146
  case "aws-native:ses:VdmAttributes":
139
147
  return new exports.VdmAttributes(name, undefined, { urn });
140
148
  default:
package/ses/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ses/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ses/index.ts"],"names":[],"mappings":"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"}