@pulumi/aws-native 1.39.0-alpha.1762495841 → 1.39.0-alpha.1762580459
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.
- package/backup/getLogicallyAirGappedBackupVault.d.ts +1 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +2 -0
- package/backup/logicallyAirGappedBackupVault.js +2 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +8 -0
- package/cleanrooms/collaboration.js +3 -1
- package/cleanrooms/collaboration.js.map +1 -1
- package/cloudfront/getVpcOrigin.d.ts +3 -0
- package/cloudfront/getVpcOrigin.js.map +1 -1
- package/cloudfront/vpcOrigin.d.ts +3 -0
- package/cloudfront/vpcOrigin.js.map +1 -1
- package/connect/getSecurityProfile.d.ts +1 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/securityProfile.d.ts +2 -0
- package/connect/securityProfile.js +2 -0
- package/connect/securityProfile.js.map +1 -1
- package/datazone/connection.d.ts +11 -2
- package/datazone/connection.js +3 -1
- package/datazone/connection.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +4 -4
- package/kinesis/getStream.d.ts +4 -0
- package/kinesis/getStream.js.map +1 -1
- package/kinesis/stream.d.ts +8 -0
- package/kinesis/stream.js +2 -0
- package/kinesis/stream.js.map +1 -1
- package/lambda/permission.d.ts +2 -2
- package/opensearchserverless/collection.d.ts +4 -0
- package/opensearchserverless/collection.js +3 -1
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +2 -3
- package/opensearchserverless/getCollection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/dataSet.d.ts +4 -18
- package/quicksight/dataSet.js +4 -0
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/getDataSet.d.ts +2 -9
- package/quicksight/getDataSet.js.map +1 -1
- package/servicecatalog/cloudFormationProduct.d.ts +156 -0
- package/servicecatalog/cloudFormationProduct.js +91 -0
- package/servicecatalog/cloudFormationProduct.js.map +1 -0
- package/servicecatalog/getCloudFormationProduct.d.ts +85 -0
- package/servicecatalog/getCloudFormationProduct.js +28 -0
- package/servicecatalog/getCloudFormationProduct.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/ses/getMultiRegionEndpoint.d.ts +28 -0
- package/ses/getMultiRegionEndpoint.js +28 -0
- package/ses/getMultiRegionEndpoint.js.map +1 -0
- package/ses/index.d.ts +6 -0
- package/ses/index.js +8 -1
- package/ses/index.js.map +1 -1
- package/ses/multiRegionEndpoint.d.ts +59 -0
- package/ses/multiRegionEndpoint.js +65 -0
- package/ses/multiRegionEndpoint.js.map +1 -0
- package/types/enums/cassandra/index.d.ts +3 -0
- package/types/enums/cassandra/index.js +3 -0
- package/types/enums/cassandra/index.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +90 -0
- package/types/enums/cleanrooms/index.js +81 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +7 -0
- package/types/enums/connect/index.js +4 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/gamelift/index.d.ts +1 -0
- package/types/enums/gamelift/index.js +1 -0
- package/types/enums/gamelift/index.js.map +1 -1
- package/types/enums/kms/index.d.ts +1 -0
- package/types/enums/kms/index.js +1 -0
- package/types/enums/kms/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +50 -0
- package/types/enums/quicksight/index.js +48 -4
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/servicecatalog/index.d.ts +24 -0
- package/types/enums/servicecatalog/index.js +17 -1
- package/types/enums/servicecatalog/index.js.map +1 -1
- package/types/input.d.ts +442 -21
- package/types/output.d.ts +443 -21
- package/types/output.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -14790,6 +14790,7 @@ export declare namespace cleanrooms {
|
|
|
14790
14790
|
interface ConfiguredTableAthenaTableReferenceArgs {
|
|
14791
14791
|
databaseName: pulumi.Input<string>;
|
|
14792
14792
|
outputLocation?: pulumi.Input<string>;
|
|
14793
|
+
region?: pulumi.Input<enums.cleanrooms.ConfiguredTableCommercialRegion>;
|
|
14793
14794
|
tableName: pulumi.Input<string>;
|
|
14794
14795
|
workGroup: pulumi.Input<string>;
|
|
14795
14796
|
}
|
|
@@ -14801,6 +14802,7 @@ export declare namespace cleanrooms {
|
|
|
14801
14802
|
}
|
|
14802
14803
|
interface ConfiguredTableGlueTableReferenceArgs {
|
|
14803
14804
|
databaseName: pulumi.Input<string>;
|
|
14805
|
+
region?: pulumi.Input<enums.cleanrooms.ConfiguredTableCommercialRegion>;
|
|
14804
14806
|
tableName: pulumi.Input<string>;
|
|
14805
14807
|
}
|
|
14806
14808
|
interface ConfiguredTableSnowflakeTableReferenceArgs {
|
|
@@ -14999,14 +15001,30 @@ export declare namespace cleanrooms {
|
|
|
14999
15001
|
* Specifies the epsilon and noise parameters for the privacy budget template.
|
|
15000
15002
|
*/
|
|
15001
15003
|
interface ParametersPropertiesArgs {
|
|
15004
|
+
budgetParameters?: pulumi.Input<pulumi.Input<inputs.cleanrooms.PrivacyBudgetTemplateBudgetParameterArgs>[]>;
|
|
15002
15005
|
/**
|
|
15003
15006
|
* The epsilon value that you want to use.
|
|
15004
15007
|
*/
|
|
15005
|
-
epsilon
|
|
15008
|
+
epsilon?: pulumi.Input<number>;
|
|
15009
|
+
resourceArn?: pulumi.Input<string>;
|
|
15006
15010
|
/**
|
|
15007
15011
|
* Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
|
|
15008
15012
|
*/
|
|
15009
|
-
usersNoisePerQuery
|
|
15013
|
+
usersNoisePerQuery?: pulumi.Input<number>;
|
|
15014
|
+
}
|
|
15015
|
+
interface PrivacyBudgetTemplateBudgetParameterArgs {
|
|
15016
|
+
/**
|
|
15017
|
+
* Whether this individual budget parameter automatically refreshes when the budget period resets.
|
|
15018
|
+
*/
|
|
15019
|
+
autoRefresh?: pulumi.Input<enums.cleanrooms.PrivacyBudgetTemplateBudgetParameterAutoRefresh>;
|
|
15020
|
+
/**
|
|
15021
|
+
* The budget allocation amount for this specific parameter.
|
|
15022
|
+
*/
|
|
15023
|
+
budget: pulumi.Input<number>;
|
|
15024
|
+
/**
|
|
15025
|
+
* The type of budget parameter being configured.
|
|
15026
|
+
*/
|
|
15027
|
+
type: pulumi.Input<enums.cleanrooms.PrivacyBudgetTemplateBudgetParameterType>;
|
|
15010
15028
|
}
|
|
15011
15029
|
}
|
|
15012
15030
|
export declare namespace cleanroomsml {
|
|
@@ -16615,6 +16633,9 @@ export declare namespace cloudfront {
|
|
|
16615
16633
|
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
16616
16634
|
*/
|
|
16617
16635
|
originReadTimeout?: pulumi.Input<number>;
|
|
16636
|
+
/**
|
|
16637
|
+
* The account ID of the AWS account that owns the VPC origin.
|
|
16638
|
+
*/
|
|
16618
16639
|
ownerAccountId?: pulumi.Input<string>;
|
|
16619
16640
|
/**
|
|
16620
16641
|
* The VPC origin ID.
|
|
@@ -19801,6 +19822,9 @@ export declare namespace connect {
|
|
|
19801
19822
|
*/
|
|
19802
19823
|
automation?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionAutomationArgs>;
|
|
19803
19824
|
}
|
|
19825
|
+
interface GranularAccessControlConfigurationPropertiesArgs {
|
|
19826
|
+
dataTableAccessControlConfiguration?: pulumi.Input<inputs.connect.SecurityProfileDataTableAccessControlConfigurationArgs>;
|
|
19827
|
+
}
|
|
19804
19828
|
/**
|
|
19805
19829
|
* Contains information about the hours of operation.
|
|
19806
19830
|
*/
|
|
@@ -20278,6 +20302,38 @@ export declare namespace connect {
|
|
|
20278
20302
|
*/
|
|
20279
20303
|
namespace: pulumi.Input<string>;
|
|
20280
20304
|
}
|
|
20305
|
+
/**
|
|
20306
|
+
* Defines the access control configuration for data tables.
|
|
20307
|
+
*/
|
|
20308
|
+
interface SecurityProfileDataTableAccessControlConfigurationArgs {
|
|
20309
|
+
primaryAttributeAccessControlConfiguration?: pulumi.Input<inputs.connect.SecurityProfilePrimaryAttributeAccessControlConfigurationItemArgs>;
|
|
20310
|
+
}
|
|
20311
|
+
/**
|
|
20312
|
+
* Contains the configuration for record-based access control.
|
|
20313
|
+
*/
|
|
20314
|
+
interface SecurityProfilePrimaryAttributeAccessControlConfigurationItemArgs {
|
|
20315
|
+
/**
|
|
20316
|
+
* An array of PrimaryAttributeValue objects.
|
|
20317
|
+
*/
|
|
20318
|
+
primaryAttributeValues: pulumi.Input<pulumi.Input<inputs.connect.SecurityProfilePrimaryAttributeValueArgs>[]>;
|
|
20319
|
+
}
|
|
20320
|
+
/**
|
|
20321
|
+
* An object defining the access control for a specific attribute and its values.
|
|
20322
|
+
*/
|
|
20323
|
+
interface SecurityProfilePrimaryAttributeValueArgs {
|
|
20324
|
+
/**
|
|
20325
|
+
* Specifies the type of access granted. Currently, only "ALLOW" is supported
|
|
20326
|
+
*/
|
|
20327
|
+
accessType: pulumi.Input<enums.connect.SecurityProfilePrimaryAttributeValueAccessType>;
|
|
20328
|
+
/**
|
|
20329
|
+
* The name of the primary attribute.
|
|
20330
|
+
*/
|
|
20331
|
+
attributeName: pulumi.Input<string>;
|
|
20332
|
+
/**
|
|
20333
|
+
* An array of allowed primary values for the specified primary attribute.
|
|
20334
|
+
*/
|
|
20335
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20336
|
+
}
|
|
20281
20337
|
/**
|
|
20282
20338
|
* A key-value pair to associate with a resource.
|
|
20283
20339
|
*/
|
|
@@ -23124,6 +23180,20 @@ export declare namespace datasync {
|
|
|
23124
23180
|
}
|
|
23125
23181
|
}
|
|
23126
23182
|
export declare namespace datazone {
|
|
23183
|
+
/**
|
|
23184
|
+
* Amazon Q properties of the connection.
|
|
23185
|
+
*/
|
|
23186
|
+
interface ConnectionAmazonQPropertiesInputArgs {
|
|
23187
|
+
/**
|
|
23188
|
+
* The authentication mode of the connection's AmazonQ properties
|
|
23189
|
+
*/
|
|
23190
|
+
authMode?: pulumi.Input<string>;
|
|
23191
|
+
/**
|
|
23192
|
+
* Specifies whether Amazon Q is enabled for the connection
|
|
23193
|
+
*/
|
|
23194
|
+
isEnabled?: pulumi.Input<boolean>;
|
|
23195
|
+
profileArn?: pulumi.Input<string>;
|
|
23196
|
+
}
|
|
23127
23197
|
/**
|
|
23128
23198
|
* Athena Properties Input
|
|
23129
23199
|
*/
|
|
@@ -23284,9 +23354,12 @@ export declare namespace datazone {
|
|
|
23284
23354
|
sparkEmrProperties: pulumi.Input<inputs.datazone.ConnectionSparkEmrPropertiesInputArgs>;
|
|
23285
23355
|
}
|
|
23286
23356
|
interface ConnectionPropertiesInput6PropertiesArgs {
|
|
23287
|
-
|
|
23357
|
+
amazonQProperties: pulumi.Input<inputs.datazone.ConnectionAmazonQPropertiesInputArgs>;
|
|
23288
23358
|
}
|
|
23289
23359
|
interface ConnectionPropertiesInput7PropertiesArgs {
|
|
23360
|
+
sparkGlueProperties: pulumi.Input<inputs.datazone.ConnectionSparkGluePropertiesInputArgs>;
|
|
23361
|
+
}
|
|
23362
|
+
interface ConnectionPropertiesInput8PropertiesArgs {
|
|
23290
23363
|
s3Properties: pulumi.Input<inputs.datazone.ConnectionS3PropertiesInputArgs>;
|
|
23291
23364
|
}
|
|
23292
23365
|
interface ConnectionRedshiftCredentials0PropertiesArgs {
|
|
@@ -24733,7 +24806,7 @@ export declare namespace dynamodb {
|
|
|
24733
24806
|
*
|
|
24734
24807
|
* You can update the `ResourcePolicy` property if you've specified more than one table using the [AWS ::DynamoDB::GlobalTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html) resource.
|
|
24735
24808
|
*/
|
|
24736
|
-
resourcePolicy
|
|
24809
|
+
resourcePolicy?: pulumi.Input<inputs.dynamodb.GlobalTableResourcePolicyArgs>;
|
|
24737
24810
|
}
|
|
24738
24811
|
interface GlobalTableResourcePolicyArgs {
|
|
24739
24812
|
/**
|
|
@@ -29435,7 +29508,7 @@ export declare namespace ecr {
|
|
|
29435
29508
|
kmsKey?: pulumi.Input<string>;
|
|
29436
29509
|
}
|
|
29437
29510
|
/**
|
|
29438
|
-
*
|
|
29511
|
+
* A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
|
|
29439
29512
|
*/
|
|
29440
29513
|
interface RepositoryCreationTemplateImageTagMutabilityExclusionFilterArgs {
|
|
29441
29514
|
imageTagMutabilityExclusionFilterType: pulumi.Input<enums.ecr.RepositoryCreationTemplateImageTagMutabilityExclusionFilterImageTagMutabilityExclusionFilterType>;
|
|
@@ -30766,7 +30839,7 @@ export declare namespace ecs {
|
|
|
30766
30839
|
*/
|
|
30767
30840
|
command?: pulumi.Input<pulumi.Input<string>[]>;
|
|
30768
30841
|
/**
|
|
30769
|
-
* The number of ``cpu`` units reserved for the container. This parameter maps to ``CpuShares`` in the docker container create
|
|
30842
|
+
* The number of ``cpu`` units reserved for the container. This parameter maps to ``CpuShares`` in the docker container create command and the ``--cpu-shares`` option to docker run.
|
|
30770
30843
|
* This field is optional for tasks using the Fargate launch type, and the only requirement is that the total amount of CPU reserved for all containers within a task be lower than the task-level ``cpu`` value.
|
|
30771
30844
|
* You can determine the number of CPU units that are available per EC2 instance type by multiplying the vCPUs listed for that instance type on the [Amazon EC2 Instances](https://docs.aws.amazon.com/ec2/instance-types/) detail page by 1,024.
|
|
30772
30845
|
* Linux containers share unallocated CPU units with other containers on the container instance with the same ratio as their allocated amount. For example, if you run a single-container task on a single-core instance type with 512 CPU units specified for that container, and that's the only task running on the container instance, that container could use the full 1,024 CPU unit share at any given time. However, if you launched another copy of the same task on that container instance, each task is guaranteed a minimum of 512 CPU units when needed. Moreover, each container could float to higher CPU usage if the other container was not using it. If both tasks were 100% active all of the time, they would be limited to 512 CPU units.
|
|
@@ -31541,7 +31614,7 @@ export declare namespace ecs {
|
|
|
31541
31614
|
interface TaskDefinitionRuntimePlatformArgs {
|
|
31542
31615
|
/**
|
|
31543
31616
|
* The CPU architecture.
|
|
31544
|
-
* You can run your Linux tasks on an ARM-based platform by setting the value to ``ARM64``. This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
|
|
31617
|
+
* You can run your Linux tasks on an ARM-based platform by setting the value to ``ARM64``. This option is available for tasks that run on Linux Amazon EC2 instance, Amazon ECS Managed Instances, or Linux containers on Fargate.
|
|
31545
31618
|
*/
|
|
31546
31619
|
cpuArchitecture?: pulumi.Input<string>;
|
|
31547
31620
|
/**
|
|
@@ -33218,8 +33291,17 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33218
33291
|
*/
|
|
33219
33292
|
statusCode: pulumi.Input<string>;
|
|
33220
33293
|
}
|
|
33294
|
+
/**
|
|
33295
|
+
* Information about a rewrite transform. This transform matches a pattern and replaces it with the specified string.
|
|
33296
|
+
*/
|
|
33221
33297
|
interface ListenerRuleRewriteConfigArgs {
|
|
33298
|
+
/**
|
|
33299
|
+
* The regular expression to match in the input string. The maximum length of the string is 1,024 characters.
|
|
33300
|
+
*/
|
|
33222
33301
|
regex: pulumi.Input<string>;
|
|
33302
|
+
/**
|
|
33303
|
+
* The replacement string to use when rewriting the matched input. The maximum length of the string is 1,024 characters. You can specify capture groups in the regular expression (for example, $1 and $2).
|
|
33304
|
+
*/
|
|
33223
33305
|
replace: pulumi.Input<string>;
|
|
33224
33306
|
}
|
|
33225
33307
|
interface ListenerRuleRewriteConfigObjectArgs {
|
|
@@ -33260,7 +33342,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33260
33342
|
*/
|
|
33261
33343
|
queryStringConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleQueryStringConfigArgs>;
|
|
33262
33344
|
/**
|
|
33263
|
-
* The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when
|
|
33345
|
+
* The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when ``Field`` is ``http-header``, ``host-header``, or ``path-pattern``.
|
|
33264
33346
|
*/
|
|
33265
33347
|
regexValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
33266
33348
|
/**
|
|
@@ -50194,6 +50276,13 @@ export declare namespace lightsail {
|
|
|
50194
50276
|
}
|
|
50195
50277
|
}
|
|
50196
50278
|
export declare namespace location {
|
|
50279
|
+
interface ApiKeyAndroidAppArgs {
|
|
50280
|
+
certificateFingerprint: pulumi.Input<string>;
|
|
50281
|
+
package: pulumi.Input<string>;
|
|
50282
|
+
}
|
|
50283
|
+
interface ApiKeyAppleAppArgs {
|
|
50284
|
+
bundleId: pulumi.Input<string>;
|
|
50285
|
+
}
|
|
50197
50286
|
interface ApiKeyRestrictionsArgs {
|
|
50198
50287
|
/**
|
|
50199
50288
|
* A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action.
|
|
@@ -50237,6 +50326,8 @@ export declare namespace location {
|
|
|
50237
50326
|
* > You must use these strings exactly. For example, to provide access to map rendering, the only valid action is `geo:GetMap*` as an input to the list. `["geo:GetMap*"]` is valid but `["geo:GetTile"]` is not. Similarly, you cannot use `["geo:SearchPlaceIndexFor*"]` - you must list each of the Place actions separately.
|
|
50238
50327
|
*/
|
|
50239
50328
|
allowActions: pulumi.Input<pulumi.Input<string>[]>;
|
|
50329
|
+
allowAndroidApps?: pulumi.Input<pulumi.Input<inputs.location.ApiKeyAndroidAppArgs>[]>;
|
|
50330
|
+
allowAppleApps?: pulumi.Input<pulumi.Input<inputs.location.ApiKeyAppleAppArgs>[]>;
|
|
50240
50331
|
/**
|
|
50241
50332
|
* An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed.
|
|
50242
50333
|
*
|
|
@@ -76772,6 +76863,27 @@ export declare namespace quicksight {
|
|
|
76772
76863
|
*/
|
|
76773
76864
|
yAxis: pulumi.Input<enums.quicksight.DashboardSingleYAxisOption>;
|
|
76774
76865
|
}
|
|
76866
|
+
interface DataSetAggregateOperationArgs {
|
|
76867
|
+
aggregations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetAggregationArgs>[]>;
|
|
76868
|
+
alias: pulumi.Input<string>;
|
|
76869
|
+
groupByColumnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
76870
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
76871
|
+
}
|
|
76872
|
+
interface DataSetAggregationArgs {
|
|
76873
|
+
aggregationFunction: pulumi.Input<inputs.quicksight.DataSetDataPrepAggregationFunctionArgs>;
|
|
76874
|
+
newColumnId: pulumi.Input<string>;
|
|
76875
|
+
newColumnName: pulumi.Input<string>;
|
|
76876
|
+
}
|
|
76877
|
+
interface DataSetAppendOperationArgs {
|
|
76878
|
+
alias: pulumi.Input<string>;
|
|
76879
|
+
appendedColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetAppendedColumnArgs>[]>;
|
|
76880
|
+
firstSource?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
76881
|
+
secondSource?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
76882
|
+
}
|
|
76883
|
+
interface DataSetAppendedColumnArgs {
|
|
76884
|
+
columnName: pulumi.Input<string>;
|
|
76885
|
+
newColumnId: pulumi.Input<string>;
|
|
76886
|
+
}
|
|
76775
76887
|
/**
|
|
76776
76888
|
* <p>A calculated column for a dataset.</p>
|
|
76777
76889
|
*/
|
|
@@ -76798,7 +76910,7 @@ export declare namespace quicksight {
|
|
|
76798
76910
|
/**
|
|
76799
76911
|
* <p>Column name.</p>
|
|
76800
76912
|
*/
|
|
76801
|
-
columnName
|
|
76913
|
+
columnName: pulumi.Input<string>;
|
|
76802
76914
|
/**
|
|
76803
76915
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
76804
76916
|
* format supported by Amazon QuickSight to denote the source data format.</p>
|
|
@@ -76813,6 +76925,11 @@ export declare namespace quicksight {
|
|
|
76813
76925
|
*/
|
|
76814
76926
|
subType?: pulumi.Input<enums.quicksight.DataSetColumnDataSubType>;
|
|
76815
76927
|
}
|
|
76928
|
+
interface DataSetCastColumnTypesOperationArgs {
|
|
76929
|
+
alias: pulumi.Input<string>;
|
|
76930
|
+
castColumnTypeOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetCastColumnTypeOperationArgs>[]>;
|
|
76931
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
76932
|
+
}
|
|
76816
76933
|
/**
|
|
76817
76934
|
* <p>Metadata that contains a description for a column.</p>
|
|
76818
76935
|
*/
|
|
@@ -76833,6 +76950,10 @@ export declare namespace quicksight {
|
|
|
76833
76950
|
*/
|
|
76834
76951
|
geoSpatialColumnGroup?: pulumi.Input<inputs.quicksight.DataSetGeoSpatialColumnGroupArgs>;
|
|
76835
76952
|
}
|
|
76953
|
+
interface DataSetColumnIdMappingArgs {
|
|
76954
|
+
sourceColumnId: pulumi.Input<string>;
|
|
76955
|
+
targetColumnId: pulumi.Input<string>;
|
|
76956
|
+
}
|
|
76836
76957
|
/**
|
|
76837
76958
|
* <p>A rule defined to grant access on one or more restricted columns.
|
|
76838
76959
|
* Each dataset can have multiple rules.
|
|
@@ -76870,15 +76991,21 @@ export declare namespace quicksight {
|
|
|
76870
76991
|
*/
|
|
76871
76992
|
columnGeographicRole?: pulumi.Input<enums.quicksight.DataSetGeoSpatialDataRole>;
|
|
76872
76993
|
}
|
|
76994
|
+
interface DataSetColumnToUnpivotArgs {
|
|
76995
|
+
columnName?: pulumi.Input<string>;
|
|
76996
|
+
newValue?: pulumi.Input<string>;
|
|
76997
|
+
}
|
|
76873
76998
|
/**
|
|
76874
76999
|
* <p>A transform operation that creates calculated columns. Columns created in one such
|
|
76875
77000
|
* operation form a lexical closure.</p>
|
|
76876
77001
|
*/
|
|
76877
77002
|
interface DataSetCreateColumnsOperationArgs {
|
|
77003
|
+
alias?: pulumi.Input<string>;
|
|
76878
77004
|
/**
|
|
76879
77005
|
* <p>Calculated columns to create.</p>
|
|
76880
77006
|
*/
|
|
76881
|
-
columns
|
|
77007
|
+
columns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetCalculatedColumnArgs>[]>;
|
|
77008
|
+
source?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
76882
77009
|
}
|
|
76883
77010
|
/**
|
|
76884
77011
|
* <p>A physical table type built from the results of the custom SQL query.</p>
|
|
@@ -76887,7 +77014,7 @@ export declare namespace quicksight {
|
|
|
76887
77014
|
/**
|
|
76888
77015
|
* <p>The column schema from the SQL query result set.</p>
|
|
76889
77016
|
*/
|
|
76890
|
-
columns
|
|
77017
|
+
columns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
|
|
76891
77018
|
/**
|
|
76892
77019
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
76893
77020
|
*/
|
|
@@ -76901,6 +77028,35 @@ export declare namespace quicksight {
|
|
|
76901
77028
|
*/
|
|
76902
77029
|
sqlQuery: pulumi.Input<string>;
|
|
76903
77030
|
}
|
|
77031
|
+
interface DataSetDataPrepAggregationFunctionArgs {
|
|
77032
|
+
listAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepListAggregationFunctionArgs>;
|
|
77033
|
+
percentileAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepPercentileAggregationFunctionArgs>;
|
|
77034
|
+
simpleAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepSimpleAggregationFunctionArgs>;
|
|
77035
|
+
}
|
|
77036
|
+
interface DataSetDataPrepConfigurationArgs {
|
|
77037
|
+
destinationTableMap: pulumi.Input<{
|
|
77038
|
+
[key: string]: pulumi.Input<inputs.quicksight.DataSetDestinationTableArgs>;
|
|
77039
|
+
}>;
|
|
77040
|
+
sourceTableMap: pulumi.Input<{
|
|
77041
|
+
[key: string]: pulumi.Input<inputs.quicksight.DataSetSourceTableArgs>;
|
|
77042
|
+
}>;
|
|
77043
|
+
transformStepMap: pulumi.Input<{
|
|
77044
|
+
[key: string]: pulumi.Input<inputs.quicksight.DataSetTransformStepArgs>;
|
|
77045
|
+
}>;
|
|
77046
|
+
}
|
|
77047
|
+
interface DataSetDataPrepListAggregationFunctionArgs {
|
|
77048
|
+
distinct: pulumi.Input<boolean>;
|
|
77049
|
+
inputColumnName?: pulumi.Input<string>;
|
|
77050
|
+
separator: pulumi.Input<string>;
|
|
77051
|
+
}
|
|
77052
|
+
interface DataSetDataPrepPercentileAggregationFunctionArgs {
|
|
77053
|
+
inputColumnName?: pulumi.Input<string>;
|
|
77054
|
+
percentileValue: pulumi.Input<number>;
|
|
77055
|
+
}
|
|
77056
|
+
interface DataSetDataPrepSimpleAggregationFunctionArgs {
|
|
77057
|
+
functionType: pulumi.Input<enums.quicksight.DataSetDataPrepSimpleAggregationFunctionType>;
|
|
77058
|
+
inputColumnName?: pulumi.Input<string>;
|
|
77059
|
+
}
|
|
76904
77060
|
/**
|
|
76905
77061
|
* <p>A dataset parameter.</p>
|
|
76906
77062
|
*/
|
|
@@ -76922,6 +77078,24 @@ export declare namespace quicksight {
|
|
|
76922
77078
|
*/
|
|
76923
77079
|
stringDatasetParameter?: pulumi.Input<inputs.quicksight.DataSetStringDatasetParameterArgs>;
|
|
76924
77080
|
}
|
|
77081
|
+
interface DataSetDateComparisonFilterConditionArgs {
|
|
77082
|
+
operator: pulumi.Input<enums.quicksight.DataSetDateComparisonFilterOperator>;
|
|
77083
|
+
value?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
|
|
77084
|
+
}
|
|
77085
|
+
interface DataSetDateFilterConditionArgs {
|
|
77086
|
+
columnName?: pulumi.Input<string>;
|
|
77087
|
+
comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateComparisonFilterConditionArgs>;
|
|
77088
|
+
rangeFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateRangeFilterConditionArgs>;
|
|
77089
|
+
}
|
|
77090
|
+
interface DataSetDateFilterValueArgs {
|
|
77091
|
+
staticValue?: pulumi.Input<string>;
|
|
77092
|
+
}
|
|
77093
|
+
interface DataSetDateRangeFilterConditionArgs {
|
|
77094
|
+
includeMaximum?: pulumi.Input<boolean>;
|
|
77095
|
+
includeMinimum?: pulumi.Input<boolean>;
|
|
77096
|
+
rangeMaximum?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
|
|
77097
|
+
rangeMinimum?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
|
|
77098
|
+
}
|
|
76925
77099
|
/**
|
|
76926
77100
|
* <p>A date time parameter for a dataset.</p>
|
|
76927
77101
|
*/
|
|
@@ -76986,6 +77160,13 @@ export declare namespace quicksight {
|
|
|
76986
77160
|
*/
|
|
76987
77161
|
staticValues?: pulumi.Input<pulumi.Input<number>[]>;
|
|
76988
77162
|
}
|
|
77163
|
+
interface DataSetDestinationTableArgs {
|
|
77164
|
+
alias: pulumi.Input<string>;
|
|
77165
|
+
source: pulumi.Input<inputs.quicksight.DataSetDestinationTableSourceArgs>;
|
|
77166
|
+
}
|
|
77167
|
+
interface DataSetDestinationTableSourceArgs {
|
|
77168
|
+
transformOperationId: pulumi.Input<string>;
|
|
77169
|
+
}
|
|
76989
77170
|
/**
|
|
76990
77171
|
* <p>A FieldFolder element is a folder that contains fields and nested subfolders.</p>
|
|
76991
77172
|
*/
|
|
@@ -77008,6 +77189,14 @@ export declare namespace quicksight {
|
|
|
77008
77189
|
* evaluates to true are kept in the dataset.</p>
|
|
77009
77190
|
*/
|
|
77010
77191
|
conditionExpression?: pulumi.Input<string>;
|
|
77192
|
+
dateFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateFilterConditionArgs>;
|
|
77193
|
+
numericFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericFilterConditionArgs>;
|
|
77194
|
+
stringFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringFilterConditionArgs>;
|
|
77195
|
+
}
|
|
77196
|
+
interface DataSetFiltersOperationArgs {
|
|
77197
|
+
alias: pulumi.Input<string>;
|
|
77198
|
+
filterOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetFilterOperationArgs>[]>;
|
|
77199
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77011
77200
|
}
|
|
77012
77201
|
/**
|
|
77013
77202
|
* <p>Geospatial column group that denotes a hierarchy.</p>
|
|
@@ -77026,6 +77215,14 @@ export declare namespace quicksight {
|
|
|
77026
77215
|
*/
|
|
77027
77216
|
name: pulumi.Input<string>;
|
|
77028
77217
|
}
|
|
77218
|
+
interface DataSetImportTableOperationArgs {
|
|
77219
|
+
alias: pulumi.Input<string>;
|
|
77220
|
+
source: pulumi.Input<inputs.quicksight.DataSetImportTableOperationSourceArgs>;
|
|
77221
|
+
}
|
|
77222
|
+
interface DataSetImportTableOperationSourceArgs {
|
|
77223
|
+
columnIdMappings?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnIdMappingArgs>[]>;
|
|
77224
|
+
sourceTableId: pulumi.Input<string>;
|
|
77225
|
+
}
|
|
77029
77226
|
/**
|
|
77030
77227
|
* <p>The incremental refresh configuration for a dataset.</p>
|
|
77031
77228
|
*/
|
|
@@ -77054,6 +77251,7 @@ export declare namespace quicksight {
|
|
|
77054
77251
|
* <p>Metadata for a column that is used as the input of a transform operation.</p>
|
|
77055
77252
|
*/
|
|
77056
77253
|
interface DataSetInputColumnArgs {
|
|
77254
|
+
id?: pulumi.Input<string>;
|
|
77057
77255
|
/**
|
|
77058
77256
|
* <p>The name of this column in the underlying data source.</p>
|
|
77059
77257
|
*/
|
|
@@ -77136,6 +77334,18 @@ export declare namespace quicksight {
|
|
|
77136
77334
|
*/
|
|
77137
77335
|
uniqueKey?: pulumi.Input<boolean>;
|
|
77138
77336
|
}
|
|
77337
|
+
interface DataSetJoinOperandPropertiesArgs {
|
|
77338
|
+
outputColumnNameOverrides: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetOutputColumnNameOverrideArgs>[]>;
|
|
77339
|
+
}
|
|
77340
|
+
interface DataSetJoinOperationArgs {
|
|
77341
|
+
alias: pulumi.Input<string>;
|
|
77342
|
+
leftOperand: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77343
|
+
leftOperandProperties?: pulumi.Input<inputs.quicksight.DataSetJoinOperandPropertiesArgs>;
|
|
77344
|
+
onClause: pulumi.Input<string>;
|
|
77345
|
+
rightOperand: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77346
|
+
rightOperandProperties?: pulumi.Input<inputs.quicksight.DataSetJoinOperandPropertiesArgs>;
|
|
77347
|
+
type: pulumi.Input<enums.quicksight.DataSetJoinOperationType>;
|
|
77348
|
+
}
|
|
77139
77349
|
/**
|
|
77140
77350
|
* <p>A <i>logical table</i> is a unit that joins and that data
|
|
77141
77351
|
* transformations operate on. A logical table has a source, which can be either a physical
|
|
@@ -77151,10 +77361,7 @@ export declare namespace quicksight {
|
|
|
77151
77361
|
* <p>Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. </p>
|
|
77152
77362
|
*/
|
|
77153
77363
|
dataTransforms?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetTransformOperationArgs>[]>;
|
|
77154
|
-
|
|
77155
|
-
* Source of this logical table.
|
|
77156
|
-
*/
|
|
77157
|
-
source?: pulumi.Input<inputs.quicksight.DataSetLogicalTableSourceArgs>;
|
|
77364
|
+
source: pulumi.Input<inputs.quicksight.DataSetLogicalTableSourceArgs>;
|
|
77158
77365
|
}
|
|
77159
77366
|
/**
|
|
77160
77367
|
* <p>Information about the source of a logical table. This is a variant type structure. For
|
|
@@ -77212,6 +77419,28 @@ export declare namespace quicksight {
|
|
|
77212
77419
|
*/
|
|
77213
77420
|
stringStaticValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77214
77421
|
}
|
|
77422
|
+
interface DataSetNumericComparisonFilterConditionArgs {
|
|
77423
|
+
operator: pulumi.Input<enums.quicksight.DataSetNumericComparisonFilterOperator>;
|
|
77424
|
+
value?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
|
|
77425
|
+
}
|
|
77426
|
+
interface DataSetNumericFilterConditionArgs {
|
|
77427
|
+
columnName?: pulumi.Input<string>;
|
|
77428
|
+
comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericComparisonFilterConditionArgs>;
|
|
77429
|
+
rangeFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericRangeFilterConditionArgs>;
|
|
77430
|
+
}
|
|
77431
|
+
interface DataSetNumericFilterValueArgs {
|
|
77432
|
+
staticValue?: pulumi.Input<number>;
|
|
77433
|
+
}
|
|
77434
|
+
interface DataSetNumericRangeFilterConditionArgs {
|
|
77435
|
+
includeMaximum?: pulumi.Input<boolean>;
|
|
77436
|
+
includeMinimum?: pulumi.Input<boolean>;
|
|
77437
|
+
rangeMaximum?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
|
|
77438
|
+
rangeMinimum?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
|
|
77439
|
+
}
|
|
77440
|
+
interface DataSetOutputColumnNameOverrideArgs {
|
|
77441
|
+
outputColumnName: pulumi.Input<string>;
|
|
77442
|
+
sourceColumnName?: pulumi.Input<string>;
|
|
77443
|
+
}
|
|
77215
77444
|
/**
|
|
77216
77445
|
* <p>A transform operation that overrides the dataset parameter values that are defined in another dataset.</p>
|
|
77217
77446
|
*/
|
|
@@ -77229,6 +77458,10 @@ export declare namespace quicksight {
|
|
|
77229
77458
|
*/
|
|
77230
77459
|
parameterName: pulumi.Input<string>;
|
|
77231
77460
|
}
|
|
77461
|
+
interface DataSetParentDataSetArgs {
|
|
77462
|
+
dataSetArn: pulumi.Input<string>;
|
|
77463
|
+
inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
|
|
77464
|
+
}
|
|
77232
77465
|
interface DataSetPerformanceConfigurationArgs {
|
|
77233
77466
|
uniqueKeys?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetUniqueKeyArgs>[]>;
|
|
77234
77467
|
}
|
|
@@ -77250,16 +77483,35 @@ export declare namespace quicksight {
|
|
|
77250
77483
|
* A physical table type for as S3 data source.
|
|
77251
77484
|
*/
|
|
77252
77485
|
s3Source?: pulumi.Input<inputs.quicksight.DataSetS3SourceArgs>;
|
|
77486
|
+
saaSTable?: pulumi.Input<inputs.quicksight.DataSetSaaSTableArgs>;
|
|
77487
|
+
}
|
|
77488
|
+
interface DataSetPivotConfigurationArgs {
|
|
77489
|
+
labelColumnName?: pulumi.Input<string>;
|
|
77490
|
+
pivotedLabels: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetPivotedLabelArgs>[]>;
|
|
77491
|
+
}
|
|
77492
|
+
interface DataSetPivotOperationArgs {
|
|
77493
|
+
alias: pulumi.Input<string>;
|
|
77494
|
+
groupByColumnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77495
|
+
pivotConfiguration: pulumi.Input<inputs.quicksight.DataSetPivotConfigurationArgs>;
|
|
77496
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77497
|
+
valueColumnConfiguration: pulumi.Input<inputs.quicksight.DataSetValueColumnConfigurationArgs>;
|
|
77498
|
+
}
|
|
77499
|
+
interface DataSetPivotedLabelArgs {
|
|
77500
|
+
labelName: pulumi.Input<string>;
|
|
77501
|
+
newColumnId: pulumi.Input<string>;
|
|
77502
|
+
newColumnName: pulumi.Input<string>;
|
|
77253
77503
|
}
|
|
77254
77504
|
/**
|
|
77255
77505
|
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
77256
77506
|
* can only refer to projected columns.</p>
|
|
77257
77507
|
*/
|
|
77258
77508
|
interface DataSetProjectOperationArgs {
|
|
77509
|
+
alias?: pulumi.Input<string>;
|
|
77259
77510
|
/**
|
|
77260
77511
|
* <p>Projected columns.</p>
|
|
77261
77512
|
*/
|
|
77262
77513
|
projectedColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77514
|
+
source?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77263
77515
|
}
|
|
77264
77516
|
/**
|
|
77265
77517
|
* <p>The refresh configuration of a dataset.</p>
|
|
@@ -77310,7 +77562,7 @@ export declare namespace quicksight {
|
|
|
77310
77562
|
/**
|
|
77311
77563
|
* <p>The column schema of the table.</p>
|
|
77312
77564
|
*/
|
|
77313
|
-
inputColumns
|
|
77565
|
+
inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
|
|
77314
77566
|
/**
|
|
77315
77567
|
* <p>The name of the relational table.</p>
|
|
77316
77568
|
*/
|
|
@@ -77327,11 +77579,16 @@ export declare namespace quicksight {
|
|
|
77327
77579
|
/**
|
|
77328
77580
|
* <p>The name of the column to be renamed.</p>
|
|
77329
77581
|
*/
|
|
77330
|
-
columnName
|
|
77582
|
+
columnName: pulumi.Input<string>;
|
|
77331
77583
|
/**
|
|
77332
77584
|
* <p>The new name for the column.</p>
|
|
77333
77585
|
*/
|
|
77334
|
-
newColumnName
|
|
77586
|
+
newColumnName: pulumi.Input<string>;
|
|
77587
|
+
}
|
|
77588
|
+
interface DataSetRenameColumnsOperationArgs {
|
|
77589
|
+
alias: pulumi.Input<string>;
|
|
77590
|
+
renameColumnOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetRenameColumnOperationArgs>[]>;
|
|
77591
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77335
77592
|
}
|
|
77336
77593
|
/**
|
|
77337
77594
|
* <p>Permission for the resource.</p>
|
|
@@ -77360,6 +77617,10 @@ export declare namespace quicksight {
|
|
|
77360
77617
|
*/
|
|
77361
77618
|
principal: pulumi.Input<string>;
|
|
77362
77619
|
}
|
|
77620
|
+
interface DataSetRowLevelPermissionConfigurationArgs {
|
|
77621
|
+
rowLevelPermissionDataSet?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionDataSetArgs>;
|
|
77622
|
+
tagConfiguration?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionTagConfigurationArgs>;
|
|
77623
|
+
}
|
|
77363
77624
|
/**
|
|
77364
77625
|
* <p>Information about a dataset that contains permissions for row-level security (RLS).
|
|
77365
77626
|
* The permissions dataset maps fields to users or groups. For more information, see
|
|
@@ -77416,7 +77677,7 @@ export declare namespace quicksight {
|
|
|
77416
77677
|
/**
|
|
77417
77678
|
* <p>The column name that a tag key is assigned to.</p>
|
|
77418
77679
|
*/
|
|
77419
|
-
columnName
|
|
77680
|
+
columnName: pulumi.Input<string>;
|
|
77420
77681
|
/**
|
|
77421
77682
|
* <p>A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.</p>
|
|
77422
77683
|
*/
|
|
@@ -77444,12 +77705,35 @@ export declare namespace quicksight {
|
|
|
77444
77705
|
* <p>For files that aren't JSON, only <code>STRING</code> data types are supported in input columns.</p>
|
|
77445
77706
|
* </note>
|
|
77446
77707
|
*/
|
|
77447
|
-
inputColumns
|
|
77708
|
+
inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
|
|
77448
77709
|
/**
|
|
77449
77710
|
* Information about the format for the S3 source file or files.
|
|
77450
77711
|
*/
|
|
77451
77712
|
uploadSettings?: pulumi.Input<inputs.quicksight.DataSetUploadSettingsArgs>;
|
|
77452
77713
|
}
|
|
77714
|
+
interface DataSetSaaSTableArgs {
|
|
77715
|
+
dataSourceArn: pulumi.Input<string>;
|
|
77716
|
+
inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
|
|
77717
|
+
tablePath: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetTablePathElementArgs>[]>;
|
|
77718
|
+
}
|
|
77719
|
+
interface DataSetSemanticModelConfigurationArgs {
|
|
77720
|
+
tableMap?: pulumi.Input<{
|
|
77721
|
+
[key: string]: pulumi.Input<inputs.quicksight.DataSetSemanticTableArgs>;
|
|
77722
|
+
}>;
|
|
77723
|
+
}
|
|
77724
|
+
interface DataSetSemanticTableArgs {
|
|
77725
|
+
alias: pulumi.Input<string>;
|
|
77726
|
+
destinationTableId: pulumi.Input<string>;
|
|
77727
|
+
rowLevelPermissionConfiguration?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionConfigurationArgs>;
|
|
77728
|
+
}
|
|
77729
|
+
interface DataSetSourceTableArgs {
|
|
77730
|
+
dataSet?: pulumi.Input<inputs.quicksight.DataSetParentDataSetArgs>;
|
|
77731
|
+
physicalTableId?: pulumi.Input<string>;
|
|
77732
|
+
}
|
|
77733
|
+
interface DataSetStringComparisonFilterConditionArgs {
|
|
77734
|
+
operator: pulumi.Input<enums.quicksight.DataSetStringComparisonFilterOperator>;
|
|
77735
|
+
value?: pulumi.Input<inputs.quicksight.DataSetStringFilterValueArgs>;
|
|
77736
|
+
}
|
|
77453
77737
|
/**
|
|
77454
77738
|
* <p>A string parameter for a dataset.</p>
|
|
77455
77739
|
*/
|
|
@@ -77480,6 +77764,25 @@ export declare namespace quicksight {
|
|
|
77480
77764
|
*/
|
|
77481
77765
|
staticValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77482
77766
|
}
|
|
77767
|
+
interface DataSetStringFilterConditionArgs {
|
|
77768
|
+
columnName?: pulumi.Input<string>;
|
|
77769
|
+
comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringComparisonFilterConditionArgs>;
|
|
77770
|
+
listFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringListFilterConditionArgs>;
|
|
77771
|
+
}
|
|
77772
|
+
interface DataSetStringFilterValueArgs {
|
|
77773
|
+
staticValue?: pulumi.Input<string>;
|
|
77774
|
+
}
|
|
77775
|
+
interface DataSetStringListFilterConditionArgs {
|
|
77776
|
+
operator: pulumi.Input<enums.quicksight.DataSetStringListFilterOperator>;
|
|
77777
|
+
values?: pulumi.Input<inputs.quicksight.DataSetStringListFilterValueArgs>;
|
|
77778
|
+
}
|
|
77779
|
+
interface DataSetStringListFilterValueArgs {
|
|
77780
|
+
staticValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77781
|
+
}
|
|
77782
|
+
interface DataSetTablePathElementArgs {
|
|
77783
|
+
id?: pulumi.Input<string>;
|
|
77784
|
+
name?: pulumi.Input<string>;
|
|
77785
|
+
}
|
|
77483
77786
|
/**
|
|
77484
77787
|
* <p>A transform operation that tags a column with additional information.</p>
|
|
77485
77788
|
*/
|
|
@@ -77531,8 +77834,34 @@ export declare namespace quicksight {
|
|
|
77531
77834
|
tagColumnOperation?: pulumi.Input<inputs.quicksight.DataSetTagColumnOperationArgs>;
|
|
77532
77835
|
untagColumnOperation?: pulumi.Input<inputs.quicksight.DataSetUntagColumnOperationArgs>;
|
|
77533
77836
|
}
|
|
77837
|
+
interface DataSetTransformOperationSourceArgs {
|
|
77838
|
+
columnIdMappings?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnIdMappingArgs>[]>;
|
|
77839
|
+
transformOperationId: pulumi.Input<string>;
|
|
77840
|
+
}
|
|
77841
|
+
interface DataSetTransformStepArgs {
|
|
77842
|
+
aggregateStep?: pulumi.Input<inputs.quicksight.DataSetAggregateOperationArgs>;
|
|
77843
|
+
appendStep?: pulumi.Input<inputs.quicksight.DataSetAppendOperationArgs>;
|
|
77844
|
+
castColumnTypesStep?: pulumi.Input<inputs.quicksight.DataSetCastColumnTypesOperationArgs>;
|
|
77845
|
+
createColumnsStep?: pulumi.Input<inputs.quicksight.DataSetCreateColumnsOperationArgs>;
|
|
77846
|
+
filtersStep?: pulumi.Input<inputs.quicksight.DataSetFiltersOperationArgs>;
|
|
77847
|
+
importTableStep?: pulumi.Input<inputs.quicksight.DataSetImportTableOperationArgs>;
|
|
77848
|
+
joinStep?: pulumi.Input<inputs.quicksight.DataSetJoinOperationArgs>;
|
|
77849
|
+
pivotStep?: pulumi.Input<inputs.quicksight.DataSetPivotOperationArgs>;
|
|
77850
|
+
projectStep?: pulumi.Input<inputs.quicksight.DataSetProjectOperationArgs>;
|
|
77851
|
+
renameColumnsStep?: pulumi.Input<inputs.quicksight.DataSetRenameColumnsOperationArgs>;
|
|
77852
|
+
unpivotStep?: pulumi.Input<inputs.quicksight.DataSetUnpivotOperationArgs>;
|
|
77853
|
+
}
|
|
77534
77854
|
interface DataSetUniqueKeyArgs {
|
|
77535
|
-
columnNames
|
|
77855
|
+
columnNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
77856
|
+
}
|
|
77857
|
+
interface DataSetUnpivotOperationArgs {
|
|
77858
|
+
alias: pulumi.Input<string>;
|
|
77859
|
+
columnsToUnpivot: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnToUnpivotArgs>[]>;
|
|
77860
|
+
source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
|
|
77861
|
+
unpivotedLabelColumnId: pulumi.Input<string>;
|
|
77862
|
+
unpivotedLabelColumnName: pulumi.Input<string>;
|
|
77863
|
+
unpivotedValueColumnId: pulumi.Input<string>;
|
|
77864
|
+
unpivotedValueColumnName: pulumi.Input<string>;
|
|
77536
77865
|
}
|
|
77537
77866
|
/**
|
|
77538
77867
|
* <p>A transform operation that removes tags associated with a column.</p>
|
|
@@ -77585,6 +77914,9 @@ export declare namespace quicksight {
|
|
|
77585
77914
|
*/
|
|
77586
77915
|
disableUseAsImportedSource?: pulumi.Input<boolean>;
|
|
77587
77916
|
}
|
|
77917
|
+
interface DataSetValueColumnConfigurationArgs {
|
|
77918
|
+
aggregationFunction?: pulumi.Input<inputs.quicksight.DataSetDataPrepAggregationFunctionArgs>;
|
|
77919
|
+
}
|
|
77588
77920
|
/**
|
|
77589
77921
|
* <p>The parameters for OpenSearch.</p>
|
|
77590
77922
|
*/
|
|
@@ -97835,6 +98167,83 @@ export declare namespace securitylake {
|
|
|
97835
98167
|
}
|
|
97836
98168
|
}
|
|
97837
98169
|
export declare namespace servicecatalog {
|
|
98170
|
+
interface CloudFormationProductCodeStarParametersArgs {
|
|
98171
|
+
/**
|
|
98172
|
+
* The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
|
|
98173
|
+
*/
|
|
98174
|
+
artifactPath: pulumi.Input<string>;
|
|
98175
|
+
/**
|
|
98176
|
+
* The specific branch where the artifact resides.
|
|
98177
|
+
*/
|
|
98178
|
+
branch: pulumi.Input<string>;
|
|
98179
|
+
/**
|
|
98180
|
+
* The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
|
|
98181
|
+
*/
|
|
98182
|
+
connectionArn: pulumi.Input<string>;
|
|
98183
|
+
/**
|
|
98184
|
+
* The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
|
|
98185
|
+
*/
|
|
98186
|
+
repository: pulumi.Input<string>;
|
|
98187
|
+
}
|
|
98188
|
+
interface CloudFormationProductProvisioningArtifactPropertiesArgs {
|
|
98189
|
+
/**
|
|
98190
|
+
* The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
|
98191
|
+
*/
|
|
98192
|
+
description?: pulumi.Input<string>;
|
|
98193
|
+
/**
|
|
98194
|
+
* If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
|
98195
|
+
*/
|
|
98196
|
+
disableTemplateValidation?: pulumi.Input<boolean>;
|
|
98197
|
+
/**
|
|
98198
|
+
* Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
|
|
98199
|
+
*
|
|
98200
|
+
* "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
|
|
98201
|
+
*
|
|
98202
|
+
* ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
|
|
98203
|
+
*/
|
|
98204
|
+
info: pulumi.Input<inputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesInfoPropertiesArgs>;
|
|
98205
|
+
/**
|
|
98206
|
+
* The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
|
|
98207
|
+
*/
|
|
98208
|
+
name?: pulumi.Input<string>;
|
|
98209
|
+
/**
|
|
98210
|
+
* The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
|
|
98211
|
+
*/
|
|
98212
|
+
type?: pulumi.Input<enums.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesType>;
|
|
98213
|
+
}
|
|
98214
|
+
/**
|
|
98215
|
+
* Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
|
|
98216
|
+
*
|
|
98217
|
+
* "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
|
|
98218
|
+
*
|
|
98219
|
+
* ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
|
|
98220
|
+
*/
|
|
98221
|
+
interface CloudFormationProductProvisioningArtifactPropertiesInfoPropertiesArgs {
|
|
98222
|
+
/**
|
|
98223
|
+
* The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
|
|
98224
|
+
*/
|
|
98225
|
+
importFromPhysicalId?: pulumi.Input<string>;
|
|
98226
|
+
/**
|
|
98227
|
+
* The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
|
|
98228
|
+
*/
|
|
98229
|
+
loadTemplateFromUrl?: pulumi.Input<string>;
|
|
98230
|
+
}
|
|
98231
|
+
interface CloudFormationProductSourceConnectionArgs {
|
|
98232
|
+
/**
|
|
98233
|
+
* The connection details based on the connection Type.
|
|
98234
|
+
*/
|
|
98235
|
+
connectionParameters: pulumi.Input<inputs.servicecatalog.CloudFormationProductSourceConnectionConnectionParametersPropertiesArgs>;
|
|
98236
|
+
/**
|
|
98237
|
+
* The only supported SourceConnection type is Codestar.
|
|
98238
|
+
*/
|
|
98239
|
+
type: pulumi.Input<string>;
|
|
98240
|
+
}
|
|
98241
|
+
/**
|
|
98242
|
+
* The connection details based on the connection Type.
|
|
98243
|
+
*/
|
|
98244
|
+
interface CloudFormationProductSourceConnectionConnectionParametersPropertiesArgs {
|
|
98245
|
+
codeStar?: pulumi.Input<inputs.servicecatalog.CloudFormationProductCodeStarParametersArgs>;
|
|
98246
|
+
}
|
|
97838
98247
|
interface CloudFormationProvisionedProductProvisioningParameterArgs {
|
|
97839
98248
|
/**
|
|
97840
98249
|
* The parameter key.
|
|
@@ -98469,6 +98878,15 @@ export declare namespace ses {
|
|
|
98469
98878
|
*/
|
|
98470
98879
|
conditions: pulumi.Input<pulumi.Input<inputs.ses.MailManagerTrafficPolicyPolicyCondition0PropertiesArgs | inputs.ses.MailManagerTrafficPolicyPolicyCondition1PropertiesArgs | inputs.ses.MailManagerTrafficPolicyPolicyCondition2PropertiesArgs | inputs.ses.MailManagerTrafficPolicyPolicyCondition3PropertiesArgs | inputs.ses.MailManagerTrafficPolicyPolicyCondition4PropertiesArgs>[]>;
|
|
98471
98880
|
}
|
|
98881
|
+
/**
|
|
98882
|
+
* Contains details of a multi-region endpoint (global-endpoint) being created.
|
|
98883
|
+
*/
|
|
98884
|
+
interface MultiRegionEndpointDetailsArgs {
|
|
98885
|
+
routeDetails: pulumi.Input<pulumi.Input<inputs.ses.MultiRegionEndpointRouteDetailsItemPropertiesArgs>[]>;
|
|
98886
|
+
}
|
|
98887
|
+
interface MultiRegionEndpointRouteDetailsItemPropertiesArgs {
|
|
98888
|
+
region: pulumi.Input<string>;
|
|
98889
|
+
}
|
|
98472
98890
|
/**
|
|
98473
98891
|
* The content of the email, composed of a subject line, an HTML part, and a text-only part
|
|
98474
98892
|
*/
|
|
@@ -102569,6 +102987,9 @@ export declare namespace wafv2 {
|
|
|
102569
102987
|
* Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
|
|
102570
102988
|
*/
|
|
102571
102989
|
interface WebAclApplicationConfigArgs {
|
|
102990
|
+
/**
|
|
102991
|
+
* Contains the attribute name and a list of values for that attribute.
|
|
102992
|
+
*/
|
|
102572
102993
|
attributes: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclApplicationAttributeArgs>[]>;
|
|
102573
102994
|
}
|
|
102574
102995
|
interface WebAclAsnMatchStatementArgs {
|