@pulumi/aws 4.30.0 → 4.32.0

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 (169) hide show
  1. package/accessanalyzer/analyzer.d.ts +6 -0
  2. package/accessanalyzer/analyzer.js.map +1 -1
  3. package/account/alternativeContact.d.ts +12 -0
  4. package/account/alternativeContact.js +2 -0
  5. package/account/alternativeContact.js.map +1 -1
  6. package/alb/getTargetGroup.d.ts +1 -0
  7. package/alb/getTargetGroup.js.map +1 -1
  8. package/alb/loadBalancer.d.ts +2 -2
  9. package/alb/loadBalancer.js +2 -2
  10. package/alb/targetGroup.d.ts +12 -0
  11. package/alb/targetGroup.js +2 -0
  12. package/alb/targetGroup.js.map +1 -1
  13. package/applicationloadbalancing/getTargetGroup.d.ts +1 -0
  14. package/applicationloadbalancing/getTargetGroup.js.map +1 -1
  15. package/applicationloadbalancing/loadBalancer.d.ts +2 -2
  16. package/applicationloadbalancing/loadBalancer.js +2 -2
  17. package/applicationloadbalancing/targetGroup.d.ts +12 -0
  18. package/applicationloadbalancing/targetGroup.js +2 -0
  19. package/applicationloadbalancing/targetGroup.js.map +1 -1
  20. package/autoscaling/getAmiIds.d.ts +4 -4
  21. package/autoscaling/getAmiIds.js +4 -4
  22. package/backup/regionSettings.d.ts +25 -0
  23. package/backup/regionSettings.js +9 -0
  24. package/backup/regionSettings.js.map +1 -1
  25. package/cloudwatch/eventTarget.d.ts +4 -0
  26. package/cloudwatch/eventTarget.js +4 -0
  27. package/cloudwatch/eventTarget.js.map +1 -1
  28. package/codecommit/approvalRuleTemplate.d.ts +144 -0
  29. package/codecommit/approvalRuleTemplate.js +100 -0
  30. package/codecommit/approvalRuleTemplate.js.map +1 -0
  31. package/codecommit/approvalRuleTemplateAssociation.d.ts +83 -0
  32. package/codecommit/approvalRuleTemplateAssociation.js +82 -0
  33. package/codecommit/approvalRuleTemplateAssociation.js.map +1 -0
  34. package/codecommit/getApprovalRuleTemplate.d.ts +73 -0
  35. package/codecommit/getApprovalRuleTemplate.js +38 -0
  36. package/codecommit/getApprovalRuleTemplate.js.map +1 -0
  37. package/codecommit/index.d.ts +3 -0
  38. package/codecommit/index.js +11 -0
  39. package/codecommit/index.js.map +1 -1
  40. package/detective/graph.d.ts +103 -0
  41. package/detective/graph.js +81 -0
  42. package/detective/graph.js.map +1 -0
  43. package/detective/index.d.ts +1 -0
  44. package/detective/index.js +33 -0
  45. package/detective/index.js.map +1 -0
  46. package/dynamodb/getTable.d.ts +1 -0
  47. package/dynamodb/getTable.js.map +1 -1
  48. package/dynamodb/table.d.ts +12 -0
  49. package/dynamodb/table.js +2 -0
  50. package/dynamodb/table.js.map +1 -1
  51. package/ec2/defaultVpc.d.ts +16 -0
  52. package/ec2/defaultVpc.js +9 -1
  53. package/ec2/defaultVpc.js.map +1 -1
  54. package/ec2/getVpcIamPool.d.ts +151 -0
  55. package/ec2/getVpcIamPool.js +53 -0
  56. package/ec2/getVpcIamPool.js.map +1 -0
  57. package/ec2/index.d.ts +8 -0
  58. package/ec2/index.js +36 -0
  59. package/ec2/index.js.map +1 -1
  60. package/ec2/subnetCidrReservation.d.ts +116 -0
  61. package/ec2/subnetCidrReservation.js +92 -0
  62. package/ec2/subnetCidrReservation.js.map +1 -0
  63. package/ec2/vpc.d.ts +95 -25
  64. package/ec2/vpc.js +36 -4
  65. package/ec2/vpc.js.map +1 -1
  66. package/ec2/vpcIpam.d.ts +178 -0
  67. package/ec2/vpcIpam.js +121 -0
  68. package/ec2/vpcIpam.js.map +1 -0
  69. package/ec2/vpcIpamPool.d.ts +299 -0
  70. package/ec2/vpcIpamPool.js +151 -0
  71. package/ec2/vpcIpamPool.js.map +1 -0
  72. package/ec2/vpcIpamPoolCidr.d.ts +136 -0
  73. package/ec2/vpcIpamPoolCidr.js +121 -0
  74. package/ec2/vpcIpamPoolCidr.js.map +1 -0
  75. package/ec2/vpcIpamPoolCidrAllocation.d.ts +150 -0
  76. package/ec2/vpcIpamPoolCidrAllocation.js +108 -0
  77. package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -0
  78. package/ec2/vpcIpamScope.d.ts +132 -0
  79. package/ec2/vpcIpamScope.js +99 -0
  80. package/ec2/vpcIpamScope.js.map +1 -0
  81. package/ec2/vpcIpv4CidrBlockAssociation.d.ts +28 -4
  82. package/ec2/vpcIpv4CidrBlockAssociation.js +4 -3
  83. package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
  84. package/ec2/vpcIpv6CidrBlockAssociation.d.ts +110 -0
  85. package/ec2/vpcIpv6CidrBlockAssociation.js +89 -0
  86. package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -0
  87. package/ecs/accountSettingDefault.d.ts +71 -0
  88. package/ecs/accountSettingDefault.js +67 -0
  89. package/ecs/accountSettingDefault.js.map +1 -0
  90. package/ecs/index.d.ts +2 -0
  91. package/ecs/index.js +10 -0
  92. package/ecs/index.js.map +1 -1
  93. package/ecs/taskDefinition.d.ts +58 -18
  94. package/ecs/taskDefinition.js +48 -18
  95. package/ecs/taskDefinition.js.map +1 -1
  96. package/ecs/taskSet.d.ts +264 -0
  97. package/ecs/taskSet.js +107 -0
  98. package/ecs/taskSet.js.map +1 -0
  99. package/elasticache/replicationGroup.d.ts +12 -0
  100. package/elasticache/replicationGroup.js +2 -0
  101. package/elasticache/replicationGroup.js.map +1 -1
  102. package/elasticloadbalancingv2/getTargetGroup.d.ts +1 -0
  103. package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
  104. package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
  105. package/elasticloadbalancingv2/loadBalancer.js +2 -2
  106. package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
  107. package/elasticloadbalancingv2/targetGroup.js +2 -0
  108. package/elasticloadbalancingv2/targetGroup.js.map +1 -1
  109. package/elasticsearch/domain.d.ts +12 -0
  110. package/elasticsearch/domain.js +2 -0
  111. package/elasticsearch/domain.js.map +1 -1
  112. package/elasticsearch/getDomain.d.ts +4 -0
  113. package/elasticsearch/getDomain.js.map +1 -1
  114. package/emr/index.d.ts +2 -0
  115. package/emr/index.js +10 -0
  116. package/emr/index.js.map +1 -1
  117. package/emr/studio.d.ts +237 -0
  118. package/emr/studio.js +131 -0
  119. package/emr/studio.js.map +1 -0
  120. package/emr/studioSessionMapping.d.ts +121 -0
  121. package/emr/studioSessionMapping.js +93 -0
  122. package/emr/studioSessionMapping.js.map +1 -0
  123. package/fsx/ontapStorageVirtualMachine.d.ts +0 -6
  124. package/fsx/ontapStorageVirtualMachine.js +1 -1
  125. package/fsx/ontapStorageVirtualMachine.js.map +1 -1
  126. package/fsx/ontapVolume.d.ts +0 -6
  127. package/fsx/ontapVolume.js +1 -1
  128. package/fsx/ontapVolume.js.map +1 -1
  129. package/getAutoscalingGroups.d.ts +4 -4
  130. package/getAutoscalingGroups.js +4 -4
  131. package/iam/role.d.ts +6 -6
  132. package/index.d.ts +2 -1
  133. package/index.js +5 -3
  134. package/index.js.map +1 -1
  135. package/iot/thingGroup.d.ts +0 -3
  136. package/iot/thingGroup.js +1 -1
  137. package/iot/thingGroup.js.map +1 -1
  138. package/iot/thingType.d.ts +0 -6
  139. package/iot/thingType.js +1 -1
  140. package/iot/thingType.js.map +1 -1
  141. package/kinesis/getStream.d.ts +5 -0
  142. package/kinesis/getStream.js.map +1 -1
  143. package/kinesis/stream.d.ts +22 -6
  144. package/kinesis/stream.js +5 -3
  145. package/kinesis/stream.js.map +1 -1
  146. package/lambda/eventSourceMapping.d.ts +40 -0
  147. package/lambda/eventSourceMapping.js +30 -0
  148. package/lambda/eventSourceMapping.js.map +1 -1
  149. package/lb/getTargetGroup.d.ts +1 -0
  150. package/lb/getTargetGroup.js.map +1 -1
  151. package/lb/loadBalancer.d.ts +2 -2
  152. package/lb/loadBalancer.js +2 -2
  153. package/lb/targetGroup.d.ts +12 -0
  154. package/lb/targetGroup.js +2 -0
  155. package/lb/targetGroup.js.map +1 -1
  156. package/package.json +2 -2
  157. package/package.json.dev +1 -1
  158. package/servicequotas/getServiceQuota.d.ts +6 -6
  159. package/sqs/queue.d.ts +25 -0
  160. package/sqs/queue.js +15 -0
  161. package/sqs/queue.js.map +1 -1
  162. package/synthetics/canary.d.ts +15 -3
  163. package/synthetics/canary.js +2 -0
  164. package/synthetics/canary.js.map +1 -1
  165. package/transfer/server.d.ts +26 -3
  166. package/transfer/server.js +13 -0
  167. package/transfer/server.js.map +1 -1
  168. package/types/input.d.ts +298 -118
  169. package/types/output.d.ts +223 -3
package/types/output.d.ts CHANGED
@@ -36,7 +36,7 @@ export interface GetAmiProductCode {
36
36
  }
37
37
  export interface GetAutoscalingGroupsFilter {
38
38
  /**
39
- * The name of the filter. The valid values are: `auto-scaling-group`, `key`, `value`, and `propagate-at-launch`.
39
+ * The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
40
40
  */
41
41
  name: string;
42
42
  /**
@@ -4397,7 +4397,7 @@ export declare namespace athena {
4397
4397
  export declare namespace autoscaling {
4398
4398
  interface GetAmiIdsFilter {
4399
4399
  /**
4400
- * The name of the filter. The valid values are: `auto-scaling-group`, `key`, `value`, and `propagate-at-launch`.
4400
+ * The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
4401
4401
  */
4402
4402
  name: string;
4403
4403
  /**
@@ -11100,6 +11100,10 @@ export declare namespace ec2 {
11100
11100
  */
11101
11101
  values: string[];
11102
11102
  }
11103
+ interface GetVpcIamPoolFilter {
11104
+ name: string;
11105
+ values: string[];
11106
+ }
11103
11107
  interface GetVpcPeeringConnectionCidrBlockSet {
11104
11108
  /**
11105
11109
  * The primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.
@@ -12284,6 +12288,22 @@ export declare namespace ec2 {
12284
12288
  */
12285
12289
  value: string;
12286
12290
  }
12291
+ interface VpcIpamOperatingRegion {
12292
+ /**
12293
+ * The name of the Region you want to add to the IPAM.
12294
+ */
12295
+ regionName: string;
12296
+ }
12297
+ interface VpcIpamPoolCidrCidrAuthorizationContext {
12298
+ /**
12299
+ * The plain-text authorization message for the prefix and account.
12300
+ */
12301
+ message?: string;
12302
+ /**
12303
+ * The signed authorization message for the prefix and account.
12304
+ */
12305
+ signature?: string;
12306
+ }
12287
12307
  interface VpcPeeringConnectionAccepter {
12288
12308
  /**
12289
12309
  * Allow a local linked EC2-Classic instance to communicate
@@ -12807,6 +12827,16 @@ export declare namespace ecs {
12807
12827
  */
12808
12828
  type?: string;
12809
12829
  }
12830
+ interface TaskDefinitionRuntimePlatform {
12831
+ /**
12832
+ * Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform)
12833
+ */
12834
+ cpuArchitecture?: string;
12835
+ /**
12836
+ * If the `requiresCompatibilities` is `FARGATE` this field is required; must be set to a valid option from the [operating system family in the runtime platform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) setting
12837
+ */
12838
+ operatingSystemFamily?: string;
12839
+ }
12810
12840
  interface TaskDefinitionVolume {
12811
12841
  /**
12812
12842
  * Configuration block to configure a docker volume. Detailed below.
@@ -12912,6 +12942,80 @@ export declare namespace ecs {
12912
12942
  */
12913
12943
  domain: string;
12914
12944
  }
12945
+ interface TaskSetCapacityProviderStrategy {
12946
+ /**
12947
+ * The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
12948
+ */
12949
+ base?: number;
12950
+ /**
12951
+ * The short name or full Amazon Resource Name (ARN) of the capacity provider.
12952
+ */
12953
+ capacityProvider: string;
12954
+ /**
12955
+ * The relative percentage of the total number of launched tasks that should use the specified capacity provider.
12956
+ */
12957
+ weight: number;
12958
+ }
12959
+ interface TaskSetLoadBalancer {
12960
+ /**
12961
+ * The name of the container to associate with the load balancer (as it appears in a container definition).
12962
+ */
12963
+ containerName: string;
12964
+ /**
12965
+ * The port on the container to associate with the load balancer. Defaults to `0` if not specified.
12966
+ */
12967
+ containerPort?: number;
12968
+ /**
12969
+ * The name of the ELB (Classic) to associate with the service.
12970
+ */
12971
+ loadBalancerName?: string;
12972
+ /**
12973
+ * The ARN of the Load Balancer target group to associate with the service.
12974
+ */
12975
+ targetGroupArn?: string;
12976
+ }
12977
+ interface TaskSetNetworkConfiguration {
12978
+ /**
12979
+ * Whether to assign a public IP address to the ENI (`FARGATE` launch type only). Valid values are `true` or `false`. Default `false`.
12980
+ */
12981
+ assignPublicIp?: boolean;
12982
+ /**
12983
+ * The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. Maximum of 5.
12984
+ */
12985
+ securityGroups?: string[];
12986
+ /**
12987
+ * The subnets associated with the task or service. Maximum of 16.
12988
+ */
12989
+ subnets: string[];
12990
+ }
12991
+ interface TaskSetScale {
12992
+ /**
12993
+ * The unit of measure for the scale value. Default: `PERCENT`.
12994
+ */
12995
+ unit?: string;
12996
+ /**
12997
+ * The value, specified as a percent total of a service's `desiredCount`, to scale the task set. Defaults to `0` if not specified. Accepted values are numbers between 0.0 and 100.0.
12998
+ */
12999
+ value?: number;
13000
+ }
13001
+ interface TaskSetServiceRegistries {
13002
+ /**
13003
+ * The container name value, already specified in the task definition, to be used for your service discovery service.
13004
+ */
13005
+ containerName?: string;
13006
+ /**
13007
+ * The port value, already specified in the task definition, to be used for your service discovery service.
13008
+ */
13009
+ containerPort?: number;
13010
+ /**
13011
+ * The port value used if your Service Discovery service specified an SRV record.
13012
+ */
13013
+ port?: number;
13014
+ /**
13015
+ * The ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service([`aws.servicediscovery.Service` resource](https://www.terraform.io/docs/providers/aws/r/service_discovery_service.html)). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html).
13016
+ */
13017
+ registryArn: string;
13018
+ }
12915
13019
  }
12916
13020
  export declare namespace efs {
12917
13021
  interface AccessPointPosixUser {
@@ -14196,6 +14300,44 @@ export declare namespace elasticsearch {
14196
14300
  */
14197
14301
  masterUserPassword?: string;
14198
14302
  }
14303
+ interface DomainAutoTuneOptions {
14304
+ /**
14305
+ * The Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.
14306
+ */
14307
+ desiredState: string;
14308
+ /**
14309
+ * Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.
14310
+ */
14311
+ maintenanceSchedules: outputs.elasticsearch.DomainAutoTuneOptionsMaintenanceSchedule[];
14312
+ /**
14313
+ * Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.
14314
+ */
14315
+ rollbackOnDisable: string;
14316
+ }
14317
+ interface DomainAutoTuneOptionsMaintenanceSchedule {
14318
+ /**
14319
+ * A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.
14320
+ */
14321
+ cronExpressionForRecurrence: string;
14322
+ /**
14323
+ * Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.
14324
+ */
14325
+ duration: outputs.elasticsearch.DomainAutoTuneOptionsMaintenanceScheduleDuration;
14326
+ /**
14327
+ * Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
14328
+ */
14329
+ startAt: string;
14330
+ }
14331
+ interface DomainAutoTuneOptionsMaintenanceScheduleDuration {
14332
+ /**
14333
+ * The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.
14334
+ */
14335
+ unit: string;
14336
+ /**
14337
+ * An integer specifying the value of the duration of an Auto-Tune maintenance window.
14338
+ */
14339
+ value: number;
14340
+ }
14199
14341
  interface DomainClusterConfig {
14200
14342
  /**
14201
14343
  * Number of dedicated main nodes in the cluster.
@@ -14397,6 +14539,44 @@ export declare namespace elasticsearch {
14397
14539
  */
14398
14540
  internalUserDatabaseEnabled: boolean;
14399
14541
  }
14542
+ interface GetDomainAutoTuneOption {
14543
+ /**
14544
+ * The Auto-Tune desired state for the domain.
14545
+ */
14546
+ desiredState: string;
14547
+ /**
14548
+ * A list of the nested configurations for the Auto-Tune maintenance windows of the domain.
14549
+ */
14550
+ maintenanceSchedules: outputs.elasticsearch.GetDomainAutoTuneOptionMaintenanceSchedule[];
14551
+ /**
14552
+ * Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.
14553
+ */
14554
+ rollbackOnDisable: string;
14555
+ }
14556
+ interface GetDomainAutoTuneOptionMaintenanceSchedule {
14557
+ /**
14558
+ * A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.
14559
+ */
14560
+ cronExpressionForRecurrence: string;
14561
+ /**
14562
+ * Configuration block for the duration of the Auto-Tune maintenance window.
14563
+ */
14564
+ durations: outputs.elasticsearch.GetDomainAutoTuneOptionMaintenanceScheduleDuration[];
14565
+ /**
14566
+ * Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
14567
+ */
14568
+ startAt: string;
14569
+ }
14570
+ interface GetDomainAutoTuneOptionMaintenanceScheduleDuration {
14571
+ /**
14572
+ * The unit of time specifying the duration of an Auto-Tune maintenance window.
14573
+ */
14574
+ unit: string;
14575
+ /**
14576
+ * An integer specifying the value of the duration of an Auto-Tune maintenance window.
14577
+ */
14578
+ value: number;
14579
+ }
14400
14580
  interface GetDomainClusterConfig {
14401
14581
  /**
14402
14582
  * Number of dedicated master nodes in the cluster.
@@ -18943,6 +19123,18 @@ export declare namespace kinesis {
18943
19123
  */
18944
19124
  parameterValue: string;
18945
19125
  }
19126
+ interface GetStreamStreamModeDetail {
19127
+ /**
19128
+ * The capacity mode of the stream. Either `ON_DEMAND` or `PROVISIONED`.
19129
+ */
19130
+ streamMode: string;
19131
+ }
19132
+ interface StreamStreamModeDetails {
19133
+ /**
19134
+ * Specifies the capacity mode of the stream. Must be either `PROVISIONED` or `ON_DEMAND`.
19135
+ */
19136
+ streamMode: string;
19137
+ }
18946
19138
  }
18947
19139
  export declare namespace kinesisanalyticsv2 {
18948
19140
  interface ApplicationApplicationConfiguration {
@@ -19680,6 +19872,18 @@ export declare namespace lambda {
19680
19872
  */
19681
19873
  destinationArn: string;
19682
19874
  }
19875
+ interface EventSourceMappingFilterCriteria {
19876
+ /**
19877
+ * A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below.
19878
+ */
19879
+ filters?: outputs.lambda.EventSourceMappingFilterCriteriaFilter[];
19880
+ }
19881
+ interface EventSourceMappingFilterCriteriaFilter {
19882
+ /**
19883
+ * A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
19884
+ */
19885
+ pattern?: string;
19886
+ }
19683
19887
  interface EventSourceMappingSelfManagedEventSource {
19684
19888
  /**
19685
19889
  * A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.
@@ -24026,7 +24230,7 @@ export declare namespace s3 {
24026
24230
  /**
24027
24231
  * A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
24028
24232
  */
24029
- eventThreshold: outputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold;
24233
+ eventThreshold?: outputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold;
24030
24234
  /**
24031
24235
  * The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
24032
24236
  */
@@ -27636,6 +27840,22 @@ export declare namespace storagegateway {
27636
27840
  }
27637
27841
  }
27638
27842
  export declare namespace synthetics {
27843
+ interface CanaryArtifactConfig {
27844
+ /**
27845
+ * Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
27846
+ */
27847
+ s3Encryption?: outputs.synthetics.CanaryArtifactConfigS3Encryption;
27848
+ }
27849
+ interface CanaryArtifactConfigS3Encryption {
27850
+ /**
27851
+ * The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
27852
+ */
27853
+ encryptionMode?: string;
27854
+ /**
27855
+ * The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
27856
+ */
27857
+ kmsKeyArn?: string;
27858
+ }
27639
27859
  interface CanaryRunConfig {
27640
27860
  /**
27641
27861
  * Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime.