@pulumi/aws-native 1.25.0-alpha.1737531766 → 1.25.0-alpha.1737531885
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/configuration/configRule.d.ts +3 -3
- package/configuration/configRule.js +3 -3
- package/configuration/getConfigRule.d.ts +6 -6
- package/configuration/getConfigRule.js +6 -6
- package/datasync/getLocationEfs.d.ts +13 -0
- package/datasync/getLocationEfs.js.map +1 -1
- package/datasync/getLocationFSxOpenZfs.d.ts +4 -0
- package/datasync/getLocationFSxOpenZfs.js.map +1 -1
- package/datasync/getLocationFSxWindows.d.ts +8 -0
- package/datasync/getLocationFSxWindows.js.map +1 -1
- package/datasync/getLocationS3.d.ts +11 -0
- package/datasync/getLocationS3.js.map +1 -1
- package/datasync/locationEfs.js +1 -1
- package/datasync/locationEfs.js.map +1 -1
- package/datasync/locationFSxLustre.js +1 -1
- package/datasync/locationFSxLustre.js.map +1 -1
- package/datasync/locationFSxOntap.js +1 -1
- package/datasync/locationFSxOntap.js.map +1 -1
- package/datasync/locationFSxOpenZfs.js +1 -1
- package/datasync/locationFSxOpenZfs.js.map +1 -1
- package/datasync/locationFSxWindows.js +1 -1
- package/datasync/locationFSxWindows.js.map +1 -1
- package/datasync/locationS3.js +1 -1
- package/datasync/locationS3.js.map +1 -1
- package/ec2/getVerifiedAccessInstance.d.ts +8 -0
- package/ec2/getVerifiedAccessInstance.js.map +1 -1
- package/ec2/getVerifiedAccessTrustProvider.d.ts +4 -0
- package/ec2/getVerifiedAccessTrustProvider.js.map +1 -1
- package/ec2/verifiedAccessInstance.d.ts +12 -0
- package/ec2/verifiedAccessInstance.js +4 -0
- package/ec2/verifiedAccessInstance.js.map +1 -1
- package/ec2/verifiedAccessTrustProvider.d.ts +8 -0
- package/ec2/verifiedAccessTrustProvider.js +2 -0
- package/ec2/verifiedAccessTrustProvider.js.map +1 -1
- package/guardduty/getPublishingDestination.d.ts +50 -0
- package/guardduty/getPublishingDestination.js +30 -0
- package/guardduty/getPublishingDestination.js.map +1 -0
- package/guardduty/index.d.ts +6 -0
- package/guardduty/index.js +8 -1
- package/guardduty/index.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +67 -0
- package/guardduty/publishingDestination.js +79 -0
- package/guardduty/publishingDestination.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/getTopic.d.ts +1 -0
- package/quicksight/getTopic.js.map +1 -1
- package/quicksight/topic.d.ts +4 -0
- package/quicksight/topic.js +5 -1
- package/quicksight/topic.js.map +1 -1
- package/types/enums/connect/index.d.ts +1 -0
- package/types/enums/connect/index.js +1 -0
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +2 -0
- package/types/enums/quicksight/index.js +2 -0
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +10 -0
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +2 -0
- package/types/enums/sagemaker/index.js +2 -0
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/input.d.ts +153 -12
- package/types/output.d.ts +156 -12
- 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
|
|
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
|
|
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.
|
|
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
|
|
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
|
-
*
|
|
31525
|
+
* A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.
|
|
31414
31526
|
*
|
|
31415
|
-
* - `LATENCY` --
|
|
31416
|
-
* - `COST` --
|
|
31417
|
-
* - `DESTINATION` --
|
|
31418
|
-
* - `LOCATION` --
|
|
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
|
/**
|