@pulumi/aws 6.14.0 → 6.15.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 (74) hide show
  1. package/alb/getLoadBalancer.d.ts +2 -0
  2. package/alb/getLoadBalancer.js.map +1 -1
  3. package/alb/loadBalancer.d.ts +18 -12
  4. package/alb/loadBalancer.js +2 -0
  5. package/alb/loadBalancer.js.map +1 -1
  6. package/cloudfront/function.d.ts +4 -4
  7. package/cloudfront/function.js +1 -1
  8. package/cloudwatch/getLogGroup.d.ts +4 -0
  9. package/cloudwatch/getLogGroup.js.map +1 -1
  10. package/cloudwatch/logGroup.d.ts +1 -1
  11. package/cloudwatch/metricStream.d.ts +6 -6
  12. package/dms/endpoint.d.ts +12 -0
  13. package/dms/endpoint.js +2 -0
  14. package/dms/endpoint.js.map +1 -1
  15. package/dms/eventSubscription.d.ts +4 -4
  16. package/dms/eventSubscription.js +6 -0
  17. package/dms/eventSubscription.js.map +1 -1
  18. package/dms/getEndpoint.d.ts +1 -0
  19. package/dms/getEndpoint.js.map +1 -1
  20. package/finspace/index.d.ts +9 -0
  21. package/finspace/index.js +16 -1
  22. package/finspace/index.js.map +1 -1
  23. package/finspace/kxCluster.d.ts +26 -2
  24. package/finspace/kxCluster.js +4 -3
  25. package/finspace/kxCluster.js.map +1 -1
  26. package/finspace/kxDataview.d.ts +244 -0
  27. package/finspace/kxDataview.js +123 -0
  28. package/finspace/kxDataview.js.map +1 -0
  29. package/finspace/kxScalingGroup.d.ts +197 -0
  30. package/finspace/kxScalingGroup.js +107 -0
  31. package/finspace/kxScalingGroup.js.map +1 -0
  32. package/finspace/kxVolume.d.ts +230 -0
  33. package/finspace/kxVolume.js +121 -0
  34. package/finspace/kxVolume.js.map +1 -0
  35. package/index.d.ts +2 -1
  36. package/index.js +4 -2
  37. package/index.js.map +1 -1
  38. package/lb/getLoadBalancer.d.ts +2 -0
  39. package/lb/getLoadBalancer.js.map +1 -1
  40. package/lb/loadBalancer.d.ts +18 -12
  41. package/lb/loadBalancer.js +2 -0
  42. package/lb/loadBalancer.js.map +1 -1
  43. package/lightsail/instance.d.ts +30 -66
  44. package/lightsail/instance.js +0 -51
  45. package/lightsail/instance.js.map +1 -1
  46. package/opensearch/getServerlessCollection.d.ts +4 -0
  47. package/opensearch/getServerlessCollection.js.map +1 -1
  48. package/opensearch/serverlessCollection.d.ts +12 -0
  49. package/opensearch/serverlessCollection.js +2 -0
  50. package/opensearch/serverlessCollection.js.map +1 -1
  51. package/package.json +1 -1
  52. package/polly/getVoices.d.ts +112 -0
  53. package/polly/getVoices.js +69 -0
  54. package/polly/getVoices.js.map +1 -0
  55. package/polly/index.d.ts +3 -0
  56. package/polly/index.js +10 -0
  57. package/polly/index.js.map +1 -0
  58. package/rds/instance.d.ts +54 -7
  59. package/rds/instance.js +51 -1
  60. package/rds/instance.js.map +1 -1
  61. package/ssoadmin/getApplicationAssignments.d.ts +75 -0
  62. package/ssoadmin/getApplicationAssignments.js +50 -0
  63. package/ssoadmin/getApplicationAssignments.js.map +1 -0
  64. package/ssoadmin/getPrincipalApplicationAssignments.d.ts +76 -0
  65. package/ssoadmin/getPrincipalApplicationAssignments.js +32 -0
  66. package/ssoadmin/getPrincipalApplicationAssignments.js.map +1 -0
  67. package/ssoadmin/index.d.ts +9 -0
  68. package/ssoadmin/index.js +12 -1
  69. package/ssoadmin/index.js.map +1 -1
  70. package/ssoadmin/trustedTokenIssuer.d.ts +159 -0
  71. package/ssoadmin/trustedTokenIssuer.js +84 -0
  72. package/ssoadmin/trustedTokenIssuer.js.map +1 -0
  73. package/types/input.d.ts +305 -3
  74. package/types/output.d.ts +275 -3
@@ -0,0 +1,159 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource for managing an AWS SSO Admin Trusted Token Issuer.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ## Import
10
+ *
11
+ * Using `pulumi import`, import SSO Admin Trusted Token Issuer using the `id`. For example:
12
+ *
13
+ * ```sh
14
+ * $ pulumi import aws:ssoadmin/trustedTokenIssuer:TrustedTokenIssuer example arn:aws:sso::012345678901:trustedTokenIssuer/ssoins-lu1ye3gew4mbc7ju/tti-2657c556-9707-11ee-b9d1-0242ac120002
15
+ * ```
16
+ */
17
+ export declare class TrustedTokenIssuer extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing TrustedTokenIssuer resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TrustedTokenIssuerState, opts?: pulumi.CustomResourceOptions): TrustedTokenIssuer;
28
+ /**
29
+ * Returns true if the given object is an instance of TrustedTokenIssuer. This is designed to work even
30
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
31
+ */
32
+ static isInstance(obj: any): obj is TrustedTokenIssuer;
33
+ /**
34
+ * ARN of the trusted token issuer.
35
+ */
36
+ readonly arn: pulumi.Output<string>;
37
+ /**
38
+ * A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.
39
+ */
40
+ readonly clientToken: pulumi.Output<string | undefined>;
41
+ /**
42
+ * ARN of the instance of IAM Identity Center.
43
+ */
44
+ readonly instanceArn: pulumi.Output<string>;
45
+ /**
46
+ * Name of the trusted token issuer.
47
+ */
48
+ readonly name: pulumi.Output<string>;
49
+ /**
50
+ * Key-value mapping of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
51
+ */
52
+ readonly tags: pulumi.Output<{
53
+ [key: string]: string;
54
+ } | undefined>;
55
+ /**
56
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
57
+ *
58
+ * @deprecated Please use `tags` instead.
59
+ */
60
+ readonly tagsAll: pulumi.Output<{
61
+ [key: string]: string;
62
+ }>;
63
+ /**
64
+ * A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in `trustedTokenIssuerType`. Documented below.
65
+ */
66
+ readonly trustedTokenIssuerConfiguration: pulumi.Output<outputs.ssoadmin.TrustedTokenIssuerTrustedTokenIssuerConfiguration | undefined>;
67
+ /**
68
+ * Specifies the type of the trusted token issuer. Valid values are `OIDC_JWT`
69
+ *
70
+ * The following arguments are optional:
71
+ */
72
+ readonly trustedTokenIssuerType: pulumi.Output<string>;
73
+ /**
74
+ * Create a TrustedTokenIssuer resource with the given unique name, arguments, and options.
75
+ *
76
+ * @param name The _unique_ name of the resource.
77
+ * @param args The arguments to use to populate this resource's properties.
78
+ * @param opts A bag of options that control this resource's behavior.
79
+ */
80
+ constructor(name: string, args: TrustedTokenIssuerArgs, opts?: pulumi.CustomResourceOptions);
81
+ }
82
+ /**
83
+ * Input properties used for looking up and filtering TrustedTokenIssuer resources.
84
+ */
85
+ export interface TrustedTokenIssuerState {
86
+ /**
87
+ * ARN of the trusted token issuer.
88
+ */
89
+ arn?: pulumi.Input<string>;
90
+ /**
91
+ * A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.
92
+ */
93
+ clientToken?: pulumi.Input<string>;
94
+ /**
95
+ * ARN of the instance of IAM Identity Center.
96
+ */
97
+ instanceArn?: pulumi.Input<string>;
98
+ /**
99
+ * Name of the trusted token issuer.
100
+ */
101
+ name?: pulumi.Input<string>;
102
+ /**
103
+ * Key-value mapping of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
104
+ */
105
+ tags?: pulumi.Input<{
106
+ [key: string]: pulumi.Input<string>;
107
+ }>;
108
+ /**
109
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
110
+ *
111
+ * @deprecated Please use `tags` instead.
112
+ */
113
+ tagsAll?: pulumi.Input<{
114
+ [key: string]: pulumi.Input<string>;
115
+ }>;
116
+ /**
117
+ * A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in `trustedTokenIssuerType`. Documented below.
118
+ */
119
+ trustedTokenIssuerConfiguration?: pulumi.Input<inputs.ssoadmin.TrustedTokenIssuerTrustedTokenIssuerConfiguration>;
120
+ /**
121
+ * Specifies the type of the trusted token issuer. Valid values are `OIDC_JWT`
122
+ *
123
+ * The following arguments are optional:
124
+ */
125
+ trustedTokenIssuerType?: pulumi.Input<string>;
126
+ }
127
+ /**
128
+ * The set of arguments for constructing a TrustedTokenIssuer resource.
129
+ */
130
+ export interface TrustedTokenIssuerArgs {
131
+ /**
132
+ * A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.
133
+ */
134
+ clientToken?: pulumi.Input<string>;
135
+ /**
136
+ * ARN of the instance of IAM Identity Center.
137
+ */
138
+ instanceArn: pulumi.Input<string>;
139
+ /**
140
+ * Name of the trusted token issuer.
141
+ */
142
+ name?: pulumi.Input<string>;
143
+ /**
144
+ * Key-value mapping of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
145
+ */
146
+ tags?: pulumi.Input<{
147
+ [key: string]: pulumi.Input<string>;
148
+ }>;
149
+ /**
150
+ * A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in `trustedTokenIssuerType`. Documented below.
151
+ */
152
+ trustedTokenIssuerConfiguration?: pulumi.Input<inputs.ssoadmin.TrustedTokenIssuerTrustedTokenIssuerConfiguration>;
153
+ /**
154
+ * Specifies the type of the trusted token issuer. Valid values are `OIDC_JWT`
155
+ *
156
+ * The following arguments are optional:
157
+ */
158
+ trustedTokenIssuerType: pulumi.Input<string>;
159
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.TrustedTokenIssuer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS SSO Admin Trusted Token Issuer.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ## Import
14
+ *
15
+ * Using `pulumi import`, import SSO Admin Trusted Token Issuer using the `id`. For example:
16
+ *
17
+ * ```sh
18
+ * $ pulumi import aws:ssoadmin/trustedTokenIssuer:TrustedTokenIssuer example arn:aws:sso::012345678901:trustedTokenIssuer/ssoins-lu1ye3gew4mbc7ju/tti-2657c556-9707-11ee-b9d1-0242ac120002
19
+ * ```
20
+ */
21
+ class TrustedTokenIssuer extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing TrustedTokenIssuer resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param state Any extra arguments used during the lookup.
29
+ * @param opts Optional settings to control the behavior of the CustomResource.
30
+ */
31
+ static get(name, id, state, opts) {
32
+ return new TrustedTokenIssuer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
33
+ }
34
+ /**
35
+ * Returns true if the given object is an instance of TrustedTokenIssuer. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj) {
39
+ if (obj === undefined || obj === null) {
40
+ return false;
41
+ }
42
+ return obj['__pulumiType'] === TrustedTokenIssuer.__pulumiType;
43
+ }
44
+ constructor(name, argsOrState, opts) {
45
+ let resourceInputs = {};
46
+ opts = opts || {};
47
+ if (opts.id) {
48
+ const state = argsOrState;
49
+ resourceInputs["arn"] = state ? state.arn : undefined;
50
+ resourceInputs["clientToken"] = state ? state.clientToken : undefined;
51
+ resourceInputs["instanceArn"] = state ? state.instanceArn : undefined;
52
+ resourceInputs["name"] = state ? state.name : undefined;
53
+ resourceInputs["tags"] = state ? state.tags : undefined;
54
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
55
+ resourceInputs["trustedTokenIssuerConfiguration"] = state ? state.trustedTokenIssuerConfiguration : undefined;
56
+ resourceInputs["trustedTokenIssuerType"] = state ? state.trustedTokenIssuerType : undefined;
57
+ }
58
+ else {
59
+ const args = argsOrState;
60
+ if ((!args || args.instanceArn === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'instanceArn'");
62
+ }
63
+ if ((!args || args.trustedTokenIssuerType === undefined) && !opts.urn) {
64
+ throw new Error("Missing required property 'trustedTokenIssuerType'");
65
+ }
66
+ resourceInputs["clientToken"] = args ? args.clientToken : undefined;
67
+ resourceInputs["instanceArn"] = args ? args.instanceArn : undefined;
68
+ resourceInputs["name"] = args ? args.name : undefined;
69
+ resourceInputs["tags"] = args ? args.tags : undefined;
70
+ resourceInputs["trustedTokenIssuerConfiguration"] = args ? args.trustedTokenIssuerConfiguration : undefined;
71
+ resourceInputs["trustedTokenIssuerType"] = args ? args.trustedTokenIssuerType : undefined;
72
+ resourceInputs["arn"] = undefined /*out*/;
73
+ resourceInputs["tagsAll"] = undefined /*out*/;
74
+ }
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
76
+ const secretOpts = { additionalSecretOutputs: ["tagsAll"] };
77
+ opts = pulumi.mergeOptions(opts, secretOpts);
78
+ super(TrustedTokenIssuer.__pulumiType, name, resourceInputs, opts);
79
+ }
80
+ }
81
+ exports.TrustedTokenIssuer = TrustedTokenIssuer;
82
+ /** @internal */
83
+ TrustedTokenIssuer.__pulumiType = 'aws:ssoadmin/trustedTokenIssuer:TrustedTokenIssuer';
84
+ //# sourceMappingURL=trustedTokenIssuer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustedTokenIssuer.js","sourceRoot":"","sources":["../../ssoadmin/trustedTokenIssuer.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -277,6 +277,7 @@ export interface ProviderEndpoint {
277
277
  outposts?: pulumi.Input<string>;
278
278
  pinpoint?: pulumi.Input<string>;
279
279
  pipes?: pulumi.Input<string>;
280
+ polly?: pulumi.Input<string>;
280
281
  pricing?: pulumi.Input<string>;
281
282
  prometheus?: pulumi.Input<string>;
282
283
  prometheusservice?: pulumi.Input<string>;
@@ -1037,6 +1038,20 @@ export declare namespace alb {
1037
1038
  */
1038
1039
  prefix?: pulumi.Input<string>;
1039
1040
  }
1041
+ interface LoadBalancerConnectionLogs {
1042
+ /**
1043
+ * The S3 bucket name to store the logs in.
1044
+ */
1045
+ bucket: pulumi.Input<string>;
1046
+ /**
1047
+ * Boolean to enable / disable `connectionLogs`. Defaults to `false`, even when `bucket` is specified.
1048
+ */
1049
+ enabled?: pulumi.Input<boolean>;
1050
+ /**
1051
+ * The S3 bucket prefix. Logs are stored in the root if not configured.
1052
+ */
1053
+ prefix?: pulumi.Input<string>;
1054
+ }
1040
1055
  interface LoadBalancerSubnetMapping {
1041
1056
  /**
1042
1057
  * The allocation ID of the Elastic IP address for an internet-facing load balancer.
@@ -15506,6 +15521,10 @@ export declare namespace dms {
15506
15521
  * ARN of the IAM Role with permissions to write to the OpenSearch cluster.
15507
15522
  */
15508
15523
  serviceAccessRoleArn: pulumi.Input<string>;
15524
+ /**
15525
+ * Enable to migrate documentation using the documentation type `_doc`. OpenSearch and an Elasticsearch clusters only support the _doc documentation type in versions 7.x and later. The default value is `false`.
15526
+ */
15527
+ useNewMappingType?: pulumi.Input<boolean>;
15509
15528
  }
15510
15529
  interface EndpointKafkaSettings {
15511
15530
  /**
@@ -15645,6 +15664,72 @@ export declare namespace dms {
15645
15664
  */
15646
15665
  nestingLevel?: pulumi.Input<string>;
15647
15666
  }
15667
+ interface EndpointPostgresSettings {
15668
+ /**
15669
+ * For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.
15670
+ */
15671
+ afterConnectScript?: pulumi.Input<string>;
15672
+ /**
15673
+ * The Babelfish for Aurora PostgreSQL database name for the endpoint.
15674
+ */
15675
+ babelfishDatabaseName?: pulumi.Input<string>;
15676
+ /**
15677
+ * To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.
15678
+ */
15679
+ captureDdls?: pulumi.Input<boolean>;
15680
+ /**
15681
+ * Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.
15682
+ */
15683
+ databaseMode?: pulumi.Input<string>;
15684
+ /**
15685
+ * Sets the schema in which the operational DDL database artifacts are created. Default is `public`.
15686
+ */
15687
+ ddlArtifactsSchema?: pulumi.Input<string>;
15688
+ /**
15689
+ * Sets the client statement timeout for the PostgreSQL instance, in seconds. Default value is `60`.
15690
+ */
15691
+ executeTimeout?: pulumi.Input<number>;
15692
+ /**
15693
+ * When set to `true`, this value causes a task to fail if the actual size of a LOB column is greater than the specified `LobMaxSize`. Default is `false`.
15694
+ */
15695
+ failTasksOnLobTruncation?: pulumi.Input<boolean>;
15696
+ /**
15697
+ * The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source.
15698
+ */
15699
+ heartbeatEnable?: pulumi.Input<boolean>;
15700
+ /**
15701
+ * Sets the WAL heartbeat frequency (in minutes). Default value is `5`.
15702
+ */
15703
+ heartbeatFrequency?: pulumi.Input<number>;
15704
+ /**
15705
+ * Sets the schema in which the heartbeat artifacts are created. Default value is `public`.
15706
+ */
15707
+ heartbeatSchema?: pulumi.Input<string>;
15708
+ /**
15709
+ * You can use PostgreSQL endpoint settings to map a boolean as a boolean from your PostgreSQL source to a Amazon Redshift target. Default value is `false`.
15710
+ */
15711
+ mapBooleanAsBoolean?: pulumi.Input<boolean>;
15712
+ /**
15713
+ * Optional When true, DMS migrates JSONB values as CLOB.
15714
+ */
15715
+ mapJsonbAsClob?: pulumi.Input<boolean>;
15716
+ /**
15717
+ * Optional When true, DMS migrates LONG values as VARCHAR.
15718
+ */
15719
+ mapLongVarcharAs?: pulumi.Input<string>;
15720
+ /**
15721
+ * Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL. Default is `32,768 KB`.
15722
+ */
15723
+ maxFileSize?: pulumi.Input<number>;
15724
+ /**
15725
+ * Specifies the plugin to use to create a replication slot. Valid values: `pglogical`, `testDecoding`.
15726
+ */
15727
+ pluginName?: pulumi.Input<string>;
15728
+ /**
15729
+ * Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.
15730
+ */
15731
+ slotName?: pulumi.Input<string>;
15732
+ }
15648
15733
  interface EndpointRedisSettings {
15649
15734
  /**
15650
15735
  * The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.
@@ -15807,7 +15892,7 @@ export declare namespace dms {
15807
15892
  */
15808
15893
  includeOpForFullLoad?: pulumi.Input<boolean>;
15809
15894
  /**
15810
- * Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. Default is `1048576` (1 GB).
15895
+ * Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL. Default is `32,768 KB`.
15811
15896
  */
15812
15897
  maxFileSize?: pulumi.Input<number>;
15813
15898
  /**
@@ -24381,6 +24466,10 @@ export declare namespace finspace {
24381
24466
  * Name of the KX database.
24382
24467
  */
24383
24468
  databaseName: pulumi.Input<string>;
24469
+ /**
24470
+ * The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use `lifecycle` `ignoreChanges` for database to prevent any undesirable behaviors.
24471
+ */
24472
+ dataviewName?: pulumi.Input<string>;
24384
24473
  }
24385
24474
  interface KxClusterDatabaseCacheConfiguration {
24386
24475
  /**
@@ -24396,12 +24485,41 @@ export declare namespace finspace {
24396
24485
  /**
24397
24486
  * Size of temporary storage in gigabytes. Must be between 10 and 16000.
24398
24487
  */
24399
- size: pulumi.Input<number>;
24488
+ size?: pulumi.Input<number>;
24400
24489
  /**
24401
24490
  * Type of writeable storage space for temporarily storing your savedown data. The valid values are:
24402
24491
  * * SDS01 - This type represents 3000 IOPS and io2 ebs volume type.
24403
24492
  */
24404
- type: pulumi.Input<string>;
24493
+ type?: pulumi.Input<string>;
24494
+ /**
24495
+ * The name of the kdb volume that you want to use as writeable save-down storage for clusters.
24496
+ */
24497
+ volumeName?: pulumi.Input<string>;
24498
+ }
24499
+ interface KxClusterScalingGroupConfiguration {
24500
+ /**
24501
+ * The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.
24502
+ */
24503
+ cpu?: pulumi.Input<number>;
24504
+ /**
24505
+ * An optional hard limit on the amount of memory a kdb cluster can use.
24506
+ */
24507
+ memoryLimit?: pulumi.Input<number>;
24508
+ /**
24509
+ * A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.
24510
+ */
24511
+ memoryReservation: pulumi.Input<number>;
24512
+ /**
24513
+ * The number of kdb cluster nodes.
24514
+ */
24515
+ nodeCount: pulumi.Input<number>;
24516
+ /**
24517
+ * A unique identifier for the kdb scaling group.
24518
+ */
24519
+ scalingGroupName: pulumi.Input<string>;
24520
+ }
24521
+ interface KxClusterTickerplantLogConfiguration {
24522
+ tickerplantLogVolumes: pulumi.Input<pulumi.Input<string>[]>;
24405
24523
  }
24406
24524
  interface KxClusterVpcConfiguration {
24407
24525
  /**
@@ -24419,6 +24537,16 @@ export declare namespace finspace {
24419
24537
  */
24420
24538
  vpcId: pulumi.Input<string>;
24421
24539
  }
24540
+ interface KxDataviewSegmentConfiguration {
24541
+ /**
24542
+ * The database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume.
24543
+ */
24544
+ dbPaths: pulumi.Input<pulumi.Input<string>[]>;
24545
+ /**
24546
+ * The name of the volume that you want to attach to a dataview. This volume must be in the same availability zone as the dataview that you are attaching to.
24547
+ */
24548
+ volumeName: pulumi.Input<string>;
24549
+ }
24422
24550
  interface KxEnvironmentCustomDnsConfiguration {
24423
24551
  /**
24424
24552
  * IP address of the DNS server.
@@ -24489,6 +24617,21 @@ export declare namespace finspace {
24489
24617
  */
24490
24618
  to: pulumi.Input<number>;
24491
24619
  }
24620
+ interface KxVolumeAttachedCluster {
24621
+ clusterName: pulumi.Input<string>;
24622
+ clusterStatus: pulumi.Input<string>;
24623
+ clusterType: pulumi.Input<string>;
24624
+ }
24625
+ interface KxVolumeNas1Configuration {
24626
+ /**
24627
+ * The size of the network attached storage.
24628
+ */
24629
+ size: pulumi.Input<number>;
24630
+ /**
24631
+ * The type of file system volume. Currently, FinSpace only supports the `NAS_1` volume type. When you select the `NAS_1` volume type, you must also provide `nas1Configuration`.
24632
+ */
24633
+ type: pulumi.Input<string>;
24634
+ }
24492
24635
  }
24493
24636
  export declare namespace fis {
24494
24637
  interface ExperimentTemplateAction {
@@ -32992,6 +33135,20 @@ export declare namespace lb {
32992
33135
  */
32993
33136
  prefix?: pulumi.Input<string>;
32994
33137
  }
33138
+ interface LoadBalancerConnectionLogs {
33139
+ /**
33140
+ * The S3 bucket name to store the logs in.
33141
+ */
33142
+ bucket: pulumi.Input<string>;
33143
+ /**
33144
+ * Boolean to enable / disable `connectionLogs`. Defaults to `false`, even when `bucket` is specified.
33145
+ */
33146
+ enabled?: pulumi.Input<boolean>;
33147
+ /**
33148
+ * The S3 bucket prefix. Logs are stored in the root if not configured.
33149
+ */
33150
+ prefix?: pulumi.Input<string>;
33151
+ }
32995
33152
  interface LoadBalancerSubnetMapping {
32996
33153
  /**
32997
33154
  * The allocation ID of the Elastic IP address for an internet-facing load balancer.
@@ -36233,6 +36390,9 @@ export declare namespace medialive {
36233
36390
  * This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input\_preference for the failover pair is set to PRIMARY\_INPUT\_PREFERRED, because after this time, MediaLive will switch back to the primary input.
36234
36391
  */
36235
36392
  errorClearTimeMsec?: pulumi.Input<number>;
36393
+ /**
36394
+ * A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input. See Failover Condition Block for more details.
36395
+ */
36236
36396
  failoverConditions?: pulumi.Input<pulumi.Input<inputs.medialive.ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition>[]>;
36237
36397
  /**
36238
36398
  * Input preference when deciding which input to make active when a previously failed input has recovered.
@@ -40990,6 +41150,68 @@ export declare namespace pipes {
40990
41150
  invocationType: pulumi.Input<string>;
40991
41151
  }
40992
41152
  }
41153
+ export declare namespace polly {
41154
+ interface GetVoicesVoice {
41155
+ /**
41156
+ * Additional codes for languages available for the specified voice in addition to its default language.
41157
+ */
41158
+ additionalLanguageCodes?: string[];
41159
+ /**
41160
+ * Gender of the voice.
41161
+ */
41162
+ gender?: string;
41163
+ /**
41164
+ * Amazon Polly assigned voice ID.
41165
+ */
41166
+ id?: string;
41167
+ /**
41168
+ * Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.
41169
+ */
41170
+ languageCode?: string;
41171
+ /**
41172
+ * Human readable name of the language in English.
41173
+ */
41174
+ languageName?: string;
41175
+ /**
41176
+ * Name of the voice.
41177
+ */
41178
+ name?: string;
41179
+ /**
41180
+ * Specifies which engines are supported by a given voice.
41181
+ */
41182
+ supportedEngines?: string[];
41183
+ }
41184
+ interface GetVoicesVoiceArgs {
41185
+ /**
41186
+ * Additional codes for languages available for the specified voice in addition to its default language.
41187
+ */
41188
+ additionalLanguageCodes?: pulumi.Input<pulumi.Input<string>[]>;
41189
+ /**
41190
+ * Gender of the voice.
41191
+ */
41192
+ gender?: pulumi.Input<string>;
41193
+ /**
41194
+ * Amazon Polly assigned voice ID.
41195
+ */
41196
+ id?: pulumi.Input<string>;
41197
+ /**
41198
+ * Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.
41199
+ */
41200
+ languageCode?: pulumi.Input<string>;
41201
+ /**
41202
+ * Human readable name of the language in English.
41203
+ */
41204
+ languageName?: pulumi.Input<string>;
41205
+ /**
41206
+ * Name of the voice.
41207
+ */
41208
+ name?: pulumi.Input<string>;
41209
+ /**
41210
+ * Specifies which engines are supported by a given voice.
41211
+ */
41212
+ supportedEngines?: pulumi.Input<pulumi.Input<string>[]>;
41213
+ }
41214
+ }
40993
41215
  export declare namespace pricing {
40994
41216
  interface GetProductFilter {
40995
41217
  /**
@@ -51377,6 +51599,34 @@ export declare namespace ssoadmin {
51377
51599
  */
51378
51600
  path?: pulumi.Input<string>;
51379
51601
  }
51602
+ interface GetApplicationAssignmentsApplicationAssignment {
51603
+ /**
51604
+ * ARN of the application.
51605
+ */
51606
+ applicationArn?: string;
51607
+ /**
51608
+ * An identifier for an object in IAM Identity Center, such as a user or group.
51609
+ */
51610
+ principalId?: string;
51611
+ /**
51612
+ * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
51613
+ */
51614
+ principalType?: string;
51615
+ }
51616
+ interface GetApplicationAssignmentsApplicationAssignmentArgs {
51617
+ /**
51618
+ * ARN of the application.
51619
+ */
51620
+ applicationArn?: pulumi.Input<string>;
51621
+ /**
51622
+ * An identifier for an object in IAM Identity Center, such as a user or group.
51623
+ */
51624
+ principalId?: pulumi.Input<string>;
51625
+ /**
51626
+ * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
51627
+ */
51628
+ principalType?: pulumi.Input<string>;
51629
+ }
51380
51630
  interface GetApplicationPortalOption {
51381
51631
  signInOptions?: inputs.ssoadmin.GetApplicationPortalOptionSignInOption[];
51382
51632
  visibility?: string;
@@ -51449,6 +51699,34 @@ export declare namespace ssoadmin {
51449
51699
  */
51450
51700
  iconUrl?: pulumi.Input<string>;
51451
51701
  }
51702
+ interface GetPrincipalApplicationAssignmentsApplicationAssignment {
51703
+ /**
51704
+ * ARN of the application.
51705
+ */
51706
+ applicationArn?: string;
51707
+ /**
51708
+ * An identifier for an object in IAM Identity Center, such as a user or group.
51709
+ */
51710
+ principalId?: string;
51711
+ /**
51712
+ * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
51713
+ */
51714
+ principalType?: string;
51715
+ }
51716
+ interface GetPrincipalApplicationAssignmentsApplicationAssignmentArgs {
51717
+ /**
51718
+ * ARN of the application.
51719
+ */
51720
+ applicationArn?: pulumi.Input<string>;
51721
+ /**
51722
+ * An identifier for an object in IAM Identity Center, such as a user or group.
51723
+ */
51724
+ principalId?: pulumi.Input<string>;
51725
+ /**
51726
+ * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
51727
+ */
51728
+ principalType?: pulumi.Input<string>;
51729
+ }
51452
51730
  interface InstanceAccessControlAttributesAttribute {
51453
51731
  /**
51454
51732
  * The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.
@@ -51485,6 +51763,30 @@ export declare namespace ssoadmin {
51485
51763
  */
51486
51764
  path?: pulumi.Input<string>;
51487
51765
  }
51766
+ interface TrustedTokenIssuerTrustedTokenIssuerConfiguration {
51767
+ /**
51768
+ * A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below.
51769
+ */
51770
+ oidcJwtConfiguration?: pulumi.Input<inputs.ssoadmin.TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration>;
51771
+ }
51772
+ interface TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration {
51773
+ /**
51774
+ * Specifies the path of the source attribute in the JWT from the trusted token issuer.
51775
+ */
51776
+ claimAttributePath: pulumi.Input<string>;
51777
+ /**
51778
+ * Specifies path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by `claimAttributePath` when a trusted token issuer token is exchanged for an IAM Identity Center token.
51779
+ */
51780
+ identityStoreAttributePath: pulumi.Input<string>;
51781
+ /**
51782
+ * Specifies the URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.
51783
+ */
51784
+ issuerUrl: pulumi.Input<string>;
51785
+ /**
51786
+ * The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values are `OPEN_ID_DISCOVERY`
51787
+ */
51788
+ jwksRetrievalOption: pulumi.Input<string>;
51789
+ }
51488
51790
  }
51489
51791
  export declare namespace storagegateway {
51490
51792
  interface FileSystemAssociationCacheAttributes {