@pulumi/aws-native 1.25.0-alpha.1737496934 → 1.25.0-alpha.1737531831

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 (64) hide show
  1. package/configuration/configRule.d.ts +3 -3
  2. package/configuration/configRule.js +3 -3
  3. package/configuration/getConfigRule.d.ts +6 -6
  4. package/configuration/getConfigRule.js +6 -6
  5. package/datasync/getLocationEfs.d.ts +13 -0
  6. package/datasync/getLocationEfs.js.map +1 -1
  7. package/datasync/getLocationFSxOpenZfs.d.ts +4 -0
  8. package/datasync/getLocationFSxOpenZfs.js.map +1 -1
  9. package/datasync/getLocationFSxWindows.d.ts +8 -0
  10. package/datasync/getLocationFSxWindows.js.map +1 -1
  11. package/datasync/getLocationS3.d.ts +11 -0
  12. package/datasync/getLocationS3.js.map +1 -1
  13. package/datasync/locationEfs.js +1 -1
  14. package/datasync/locationEfs.js.map +1 -1
  15. package/datasync/locationFSxLustre.js +1 -1
  16. package/datasync/locationFSxLustre.js.map +1 -1
  17. package/datasync/locationFSxOntap.js +1 -1
  18. package/datasync/locationFSxOntap.js.map +1 -1
  19. package/datasync/locationFSxOpenZfs.js +1 -1
  20. package/datasync/locationFSxOpenZfs.js.map +1 -1
  21. package/datasync/locationFSxWindows.js +1 -1
  22. package/datasync/locationFSxWindows.js.map +1 -1
  23. package/datasync/locationS3.js +1 -1
  24. package/datasync/locationS3.js.map +1 -1
  25. package/ec2/getVerifiedAccessInstance.d.ts +8 -0
  26. package/ec2/getVerifiedAccessInstance.js.map +1 -1
  27. package/ec2/getVerifiedAccessTrustProvider.d.ts +4 -0
  28. package/ec2/getVerifiedAccessTrustProvider.js.map +1 -1
  29. package/ec2/verifiedAccessInstance.d.ts +12 -0
  30. package/ec2/verifiedAccessInstance.js +4 -0
  31. package/ec2/verifiedAccessInstance.js.map +1 -1
  32. package/ec2/verifiedAccessTrustProvider.d.ts +8 -0
  33. package/ec2/verifiedAccessTrustProvider.js +2 -0
  34. package/ec2/verifiedAccessTrustProvider.js.map +1 -1
  35. package/guardduty/getPublishingDestination.d.ts +50 -0
  36. package/guardduty/getPublishingDestination.js +30 -0
  37. package/guardduty/getPublishingDestination.js.map +1 -0
  38. package/guardduty/index.d.ts +6 -0
  39. package/guardduty/index.js +8 -1
  40. package/guardduty/index.js.map +1 -1
  41. package/guardduty/publishingDestination.d.ts +67 -0
  42. package/guardduty/publishingDestination.js +79 -0
  43. package/guardduty/publishingDestination.js.map +1 -0
  44. package/package.json +3 -3
  45. package/package.json.dev +2 -2
  46. package/quicksight/getTopic.d.ts +1 -0
  47. package/quicksight/getTopic.js.map +1 -1
  48. package/quicksight/topic.d.ts +4 -0
  49. package/quicksight/topic.js +5 -1
  50. package/quicksight/topic.js.map +1 -1
  51. package/types/enums/connect/index.d.ts +1 -0
  52. package/types/enums/connect/index.js +1 -0
  53. package/types/enums/connect/index.js.map +1 -1
  54. package/types/enums/quicksight/index.d.ts +2 -0
  55. package/types/enums/quicksight/index.js +2 -0
  56. package/types/enums/quicksight/index.js.map +1 -1
  57. package/types/enums/s3/index.d.ts +10 -0
  58. package/types/enums/s3/index.js.map +1 -1
  59. package/types/enums/sagemaker/index.d.ts +2 -0
  60. package/types/enums/sagemaker/index.js +2 -0
  61. package/types/enums/sagemaker/index.js.map +1 -1
  62. package/types/input.d.ts +153 -12
  63. package/types/output.d.ts +156 -12
  64. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -8147,7 +8147,7 @@ export declare namespace batch {
8147
8147
  */
8148
8148
  launchTemplateName?: pulumi.Input<string>;
8149
8149
  /**
8150
- * The instance type or family that this this override launch template should be applied to.
8150
+ * The instance type or family that this override launch template should be applied to.
8151
8151
  *
8152
8152
  * This parameter is required when defining a launch template override.
8153
8153
  *
@@ -8988,7 +8988,7 @@ export declare namespace batch {
8988
8988
  */
8989
8989
  dependsOn?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerDependencyArgs>[]>;
8990
8990
  /**
8991
- * The environment variables to pass to a container. This parameter maps to Env inthe [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8991
+ * The environment variables to pass to a container. This parameter maps to Env in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8992
8992
  *
8993
8993
  * > We don't recommend using plaintext environment variables for sensitive information, such as credential data. > Environment variables cannot start with `AWS_BATCH` . This naming convention is reserved for variables that AWS Batch sets.
8994
8994
  */
@@ -10716,6 +10716,9 @@ export declare namespace bedrock {
10716
10716
  * Settings for an Amazon Kendra knowledge base.
10717
10717
  */
10718
10718
  kendraKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseKendraKnowledgeBaseConfigurationArgs>;
10719
+ /**
10720
+ * Specifies configurations for a knowledge base connected to an SQL database.
10721
+ */
10719
10722
  sqlKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseSqlKnowledgeBaseConfigurationArgs>;
10720
10723
  /**
10721
10724
  * The type of data that the data source is converted into for the knowledge base.
@@ -10881,14 +10884,26 @@ export declare namespace bedrock {
10881
10884
  * Configurations for generating Redshift engine queries
10882
10885
  */
10883
10886
  interface KnowledgeBaseQueryGenerationConfigurationArgs {
10887
+ /**
10888
+ * The time after which query generation will time out.
10889
+ */
10884
10890
  executionTimeoutSeconds?: pulumi.Input<number>;
10891
+ /**
10892
+ * Specifies configurations for context to use during query generation.
10893
+ */
10885
10894
  generationContext?: pulumi.Input<inputs.bedrock.KnowledgeBaseQueryGenerationContextArgs>;
10886
10895
  }
10887
10896
  /**
10888
10897
  * Context used to improve query generation
10889
10898
  */
10890
10899
  interface KnowledgeBaseQueryGenerationContextArgs {
10900
+ /**
10901
+ * An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
10902
+ */
10891
10903
  curatedQueries?: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseCuratedQueryArgs>[]>;
10904
+ /**
10905
+ * An array of objects, each of which defines information about a table in the database.
10906
+ */
10892
10907
  tables?: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseQueryGenerationTableArgs>[]>;
10893
10908
  }
10894
10909
  /**
@@ -10950,8 +10965,17 @@ export declare namespace bedrock {
10950
10965
  * Configurations for a Redshift knowledge base
10951
10966
  */
10952
10967
  interface KnowledgeBaseRedshiftConfigurationArgs {
10968
+ /**
10969
+ * Specifies configurations for an Amazon Redshift query engine.
10970
+ */
10953
10971
  queryEngineConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftQueryEngineConfigurationArgs>;
10972
+ /**
10973
+ * Specifies configurations for generating queries.
10974
+ */
10954
10975
  queryGenerationConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseQueryGenerationConfigurationArgs>;
10976
+ /**
10977
+ * Specifies configurations for Amazon Redshift database storage.
10978
+ */
10955
10979
  storageConfigurations: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftQueryEngineStorageConfigurationArgs>[]>;
10956
10980
  }
10957
10981
  /**
@@ -10962,14 +10986,26 @@ export declare namespace bedrock {
10962
10986
  * Redshift database user
10963
10987
  */
10964
10988
  databaseUser?: pulumi.Input<string>;
10989
+ /**
10990
+ * The type of authentication to use.
10991
+ */
10965
10992
  type: pulumi.Input<enums.bedrock.KnowledgeBaseRedshiftProvisionedAuthType>;
10993
+ /**
10994
+ * The ARN of an Secrets Manager secret for authentication.
10995
+ */
10966
10996
  usernamePasswordSecretArn?: pulumi.Input<string>;
10967
10997
  }
10968
10998
  /**
10969
10999
  * Configurations for provisioned Redshift query engine
10970
11000
  */
10971
11001
  interface KnowledgeBaseRedshiftProvisionedConfigurationArgs {
11002
+ /**
11003
+ * Specifies configurations for authentication to Amazon Redshift.
11004
+ */
10972
11005
  authConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftProvisionedAuthConfigurationArgs>;
11006
+ /**
11007
+ * The ID of the Amazon Redshift cluster.
11008
+ */
10973
11009
  clusterIdentifier: pulumi.Input<string>;
10974
11010
  }
10975
11011
  /**
@@ -10982,8 +11018,17 @@ export declare namespace bedrock {
10982
11018
  * Configurations for Redshift query engine
10983
11019
  */
10984
11020
  interface KnowledgeBaseRedshiftQueryEngineConfigurationArgs {
11021
+ /**
11022
+ * Specifies configurations for a provisioned Amazon Redshift query engine.
11023
+ */
10985
11024
  provisionedConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftProvisionedConfigurationArgs>;
11025
+ /**
11026
+ * Specifies configurations for a serverless Amazon Redshift query engine.
11027
+ */
10986
11028
  serverlessConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftServerlessConfigurationArgs>;
11029
+ /**
11030
+ * The type of query engine.
11031
+ */
10987
11032
  type: pulumi.Input<enums.bedrock.KnowledgeBaseRedshiftQueryEngineType>;
10988
11033
  }
10989
11034
  /**
@@ -11004,14 +11049,26 @@ export declare namespace bedrock {
11004
11049
  * Configurations for Redshift query engine serverless auth setup
11005
11050
  */
11006
11051
  interface KnowledgeBaseRedshiftServerlessAuthConfigurationArgs {
11052
+ /**
11053
+ * The type of authentication to use.
11054
+ */
11007
11055
  type: pulumi.Input<enums.bedrock.KnowledgeBaseRedshiftServerlessAuthType>;
11056
+ /**
11057
+ * The ARN of an Secrets Manager secret for authentication.
11058
+ */
11008
11059
  usernamePasswordSecretArn?: pulumi.Input<string>;
11009
11060
  }
11010
11061
  /**
11011
11062
  * Configurations for serverless Redshift query engine
11012
11063
  */
11013
11064
  interface KnowledgeBaseRedshiftServerlessConfigurationArgs {
11065
+ /**
11066
+ * Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
11067
+ */
11014
11068
  authConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftServerlessAuthConfigurationArgs>;
11069
+ /**
11070
+ * The ARN of the Amazon Redshift workgroup.
11071
+ */
11015
11072
  workgroupArn: pulumi.Input<string>;
11016
11073
  }
11017
11074
  /**
@@ -11027,7 +11084,13 @@ export declare namespace bedrock {
11027
11084
  * Configurations for a SQL knowledge base
11028
11085
  */
11029
11086
  interface KnowledgeBaseSqlKnowledgeBaseConfigurationArgs {
11087
+ /**
11088
+ * Specifies configurations for a knowledge base connected to an Amazon Redshift database.
11089
+ */
11030
11090
  redshiftConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseRedshiftConfigurationArgs>;
11091
+ /**
11092
+ * The type of SQL database to connect to the knowledge base.
11093
+ */
11031
11094
  type: pulumi.Input<enums.bedrock.KnowledgeBaseQueryEngineType>;
11032
11095
  }
11033
11096
  /**
@@ -14879,7 +14942,7 @@ export declare namespace codepipeline {
14879
14942
  */
14880
14943
  interface PipelineFailureConditionsArgs {
14881
14944
  /**
14882
- * The conditions that are configured as failure conditions.
14945
+ * The conditions that are configured as failure conditions. For more information about conditions, see [Stage conditions](https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html) and [How do stage conditions work?](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html) .
14883
14946
  */
14884
14947
  conditions?: pulumi.Input<pulumi.Input<inputs.codepipeline.PipelineConditionArgs>[]>;
14885
14948
  /**
@@ -18055,7 +18118,7 @@ export declare namespace customerprofiles {
18055
18118
  */
18056
18119
  scheduleOffset?: pulumi.Input<number>;
18057
18120
  /**
18058
- * Specifies the scheduled start time for a scheduled-trigger flow.
18121
+ * Specifies the scheduled start time for a scheduled-trigger flow. The value must be a date/time value in EPOCH format.
18059
18122
  */
18060
18123
  scheduleStartTime?: pulumi.Input<number>;
18061
18124
  /**
@@ -22710,8 +22773,9 @@ export declare namespace ec2 {
22710
22773
  acceleratorTotalMemoryMiB?: pulumi.Input<inputs.ec2.LaunchTemplateAcceleratorTotalMemoryMiBArgs>;
22711
22774
  /**
22712
22775
  * The accelerator types that must be on the instance type.
22713
- * + For instance types with GPU accelerators, specify ``gpu``.
22714
22776
  * + For instance types with FPGA accelerators, specify ``fpga``.
22777
+ * + For instance types with GPU accelerators, specify ``gpu``.
22778
+ * + For instance types with Inference accelerators, specify ``inference``.
22715
22779
  *
22716
22780
  * Default: Any accelerator type
22717
22781
  */
@@ -23016,7 +23080,8 @@ export declare namespace ec2 {
23016
23080
  */
23017
23081
  description?: pulumi.Input<string>;
23018
23082
  /**
23019
- * The device index for the network interface attachment. Each network interface requires a device index. If you create a launch template that includes secondary network interfaces but not a primary network interface, then you must add a primary network interface as a launch parameter when you launch an instance from the template.
23083
+ * The device index for the network interface attachment. If the network interface is of type ``interface``, you must specify a device index.
23084
+ * If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the ``LaunchTemplate`` property of ``AWS::EC2::Instance``, then you must include a primary network interface using the ``NetworkInterfaces`` property of ``AWS::EC2::Instance``.
23020
23085
  */
23021
23086
  deviceIndex?: pulumi.Input<number>;
23022
23087
  /**
@@ -24703,6 +24768,43 @@ export declare namespace ec2 {
24703
24768
  */
24704
24769
  tenantId?: pulumi.Input<string>;
24705
24770
  }
24771
+ /**
24772
+ * The OpenID Connect details for an oidc -type, user-identity based trust provider for L4.
24773
+ */
24774
+ interface VerifiedAccessTrustProviderNativeApplicationOidcOptionsArgs {
24775
+ /**
24776
+ * The OIDC authorization endpoint.
24777
+ */
24778
+ authorizationEndpoint?: pulumi.Input<string>;
24779
+ /**
24780
+ * The client identifier.
24781
+ */
24782
+ clientId?: pulumi.Input<string>;
24783
+ /**
24784
+ * The client secret.
24785
+ */
24786
+ clientSecret?: pulumi.Input<string>;
24787
+ /**
24788
+ * The OIDC issuer.
24789
+ */
24790
+ issuer?: pulumi.Input<string>;
24791
+ /**
24792
+ * The public signing key for endpoint
24793
+ */
24794
+ publicSigningKeyEndpoint?: pulumi.Input<string>;
24795
+ /**
24796
+ * OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to details of a user. Each scope returns a specific set of user attributes.
24797
+ */
24798
+ scope?: pulumi.Input<string>;
24799
+ /**
24800
+ * The OIDC token endpoint.
24801
+ */
24802
+ tokenEndpoint?: pulumi.Input<string>;
24803
+ /**
24804
+ * The OIDC user info endpoint.
24805
+ */
24806
+ userInfoEndpoint?: pulumi.Input<string>;
24807
+ }
24706
24808
  /**
24707
24809
  * The OpenID Connect details for an oidc -type, user-identity based trust provider.
24708
24810
  */
@@ -28621,6 +28723,10 @@ export declare namespace emrserverless {
28621
28723
  * Managed log persistence configurations for a JobRun.
28622
28724
  */
28623
28725
  managedPersistenceMonitoringConfiguration?: pulumi.Input<inputs.emrserverless.ApplicationManagedPersistenceMonitoringConfigurationArgs>;
28726
+ /**
28727
+ * Prometheus monitoring configurations for a JobRun.
28728
+ */
28729
+ prometheusMonitoringConfiguration?: pulumi.Input<inputs.emrserverless.ApplicationPrometheusMonitoringConfigurationArgs>;
28624
28730
  /**
28625
28731
  * S3 monitoring configurations for a JobRun.
28626
28732
  */
@@ -28636,6 +28742,12 @@ export declare namespace emrserverless {
28636
28742
  */
28637
28743
  subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
28638
28744
  }
28745
+ interface ApplicationPrometheusMonitoringConfigurationArgs {
28746
+ /**
28747
+ * The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
28748
+ */
28749
+ remoteWriteUrl?: pulumi.Input<string>;
28750
+ }
28639
28751
  interface ApplicationS3MonitoringConfigurationArgs {
28640
28752
  /**
28641
28753
  * KMS key ARN to encrypt the logs stored in given s3
@@ -31406,16 +31518,16 @@ export declare namespace gamelift {
31406
31518
  }
31407
31519
  interface GameSessionQueuePriorityConfigurationArgs {
31408
31520
  /**
31409
- * The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations are identified by AWS Region codes such as `us-west-2` . Each location can only be listed once.
31521
+ * The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations can include AWS Region codes (such as `us-west-2` ), local zones, and custom locations (for Anywhere fleets). Each location must be listed only once. For details, see [Amazon GameLift service locations.](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html)
31410
31522
  */
31411
31523
  locationOrder?: pulumi.Input<pulumi.Input<string>[]>;
31412
31524
  /**
31413
- * The recommended sequence to use when prioritizing where to place new game sessions. Each type can only be listed once.
31525
+ * A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.
31414
31526
  *
31415
- * - `LATENCY` -- FleetIQ prioritizes locations where the average player latency (provided in each game session request) is lowest.
31416
- * - `COST` -- FleetIQ prioritizes destinations with the lowest current hosting costs. Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand) for each destination in the queue.
31417
- * - `DESTINATION` -- FleetIQ prioritizes based on the order that destinations are listed in the queue configuration.
31418
- * - `LOCATION` -- FleetIQ prioritizes based on the provided order of locations, as defined in `LocationOrder` .
31527
+ * - `LATENCY` -- Amazon GameLift prioritizes locations where the average player latency is lowest. Player latency data is provided in each game session placement request.
31528
+ * - `COST` -- Amazon GameLift prioritizes destinations with the lowest current hosting costs. Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand) of each destination in the queue.
31529
+ * - `DESTINATION` -- Amazon GameLift prioritizes based on the list order of destinations in the queue configuration.
31530
+ * - `LOCATION` -- Amazon GameLift prioritizes based on the provided order of locations, as defined in `LocationOrder` .
31419
31531
  */
31420
31532
  priorityOrder?: pulumi.Input<pulumi.Input<enums.gamelift.GameSessionQueuePriorityOrderItem>[]>;
31421
31533
  }
@@ -33011,6 +33123,16 @@ export declare namespace guardduty {
33011
33123
  */
33012
33124
  status?: pulumi.Input<string>;
33013
33125
  }
33126
+ interface PublishingDestinationCfnDestinationPropertiesArgs {
33127
+ /**
33128
+ * The ARN of the resource to publish to.
33129
+ */
33130
+ destinationArn?: pulumi.Input<string>;
33131
+ /**
33132
+ * The ARN of the KMS key to use for encryption.
33133
+ */
33134
+ kmsKeyArn?: pulumi.Input<string>;
33135
+ }
33014
33136
  }
33015
33137
  export declare namespace healthlake {
33016
33138
  /**
@@ -79167,6 +79289,12 @@ export declare namespace quicksight {
79167
79289
  */
79168
79290
  useOrdering?: pulumi.Input<enums.quicksight.TopicColumnOrderingType>;
79169
79291
  }
79292
+ /**
79293
+ * Model for configuration of a Topic
79294
+ */
79295
+ interface TopicConfigOptionsArgs {
79296
+ qBusinessInsightsEnabled?: pulumi.Input<boolean>;
79297
+ }
79170
79298
  interface TopicDataAggregationArgs {
79171
79299
  /**
79172
79300
  * The level of time precision that is used to aggregate `DateTime` values.
@@ -81386,6 +81514,16 @@ export declare namespace s3 {
81386
81514
  * A lifecycle rule for individual objects in an Amazon S3 bucket.
81387
81515
  */
81388
81516
  rules: pulumi.Input<pulumi.Input<inputs.s3.BucketRuleArgs>[]>;
81517
+ /**
81518
+ * Indicates which default minimum object size behavior is applied to the lifecycle configuration.
81519
+ *
81520
+ * > This parameter applies to general purpose buckets only. It isn't supported for directory bucket lifecycle configurations.
81521
+ *
81522
+ * - `all_storage_classes_128K` - Objects smaller than 128 KB will not transition to any storage class by default.
81523
+ * - `varies_by_storage_class` - Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes will prevent transitions smaller than 128 KB.
81524
+ *
81525
+ * To customize the minimum object size for any transition you can add a filter that specifies a custom `ObjectSizeGreaterThan` or `ObjectSizeLessThan` in the body of your transition rule. Custom filters always take precedence over the default transition behavior.
81526
+ */
81389
81527
  transitionDefaultMinimumObjectSize?: pulumi.Input<enums.s3.BucketLifecycleConfigurationTransitionDefaultMinimumObjectSize>;
81390
81528
  }
81391
81529
  /**
@@ -89720,6 +89858,9 @@ export declare namespace ssmincidents {
89720
89858
  * The ReplicationSet regional configuration.
89721
89859
  */
89722
89860
  interface ReplicationSetRegionConfigurationArgs {
89861
+ /**
89862
+ * The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
89863
+ */
89723
89864
  sseKmsKeyId: pulumi.Input<string>;
89724
89865
  }
89725
89866
  /**