@pulumi/aws-native 1.48.0-alpha.1768023352 → 1.48.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.
- package/autoscaling/autoScalingGroup.d.ts +6 -6
- package/autoscaling/getAutoScalingGroup.d.ts +3 -3
- package/cloudformation/getStack.d.ts +10 -14
- package/cloudformation/getStack.js.map +1 -1
- package/cloudformation/stack.d.ts +8 -12
- package/cloudformation/stack.js.map +1 -1
- package/datazone/connection.d.ts +2 -2
- package/datazone/environmentBlueprintConfiguration.d.ts +12 -0
- package/datazone/environmentBlueprintConfiguration.js +2 -0
- package/datazone/environmentBlueprintConfiguration.js.map +1 -1
- package/datazone/getDomain.d.ts +0 -4
- package/datazone/getDomain.js.map +1 -1
- package/datazone/projectProfile.d.ts +2 -0
- package/datazone/projectProfile.js +3 -1
- package/datazone/projectProfile.js.map +1 -1
- package/docdb/getGlobalCluster.d.ts +40 -0
- package/docdb/getGlobalCluster.js +28 -0
- package/docdb/getGlobalCluster.js.map +1 -0
- package/docdb/globalCluster.d.ts +100 -0
- package/docdb/globalCluster.js +77 -0
- package/docdb/globalCluster.js.map +1 -0
- package/docdb/index.d.ts +7 -0
- package/docdb/index.js +41 -0
- package/docdb/index.js.map +1 -0
- package/ec2/getVpnConcentrator.d.ts +6 -6
- package/ec2/getVpnConcentrator.js +2 -2
- package/ec2/vpnConcentrator.d.ts +7 -7
- package/ec2/vpnConcentrator.js +1 -1
- package/ec2/vpnConnection.d.ts +2 -2
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/index.js.map +1 -1
- package/logs/getLogGroup.d.ts +4 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/getMetricFilter.d.ts +2 -2
- package/logs/getSubscriptionFilter.d.ts +2 -2
- package/logs/logGroup.d.ts +8 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/logs/metricFilter.d.ts +4 -4
- package/logs/subscriptionFilter.d.ts +4 -4
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/actionConnector.d.ts +59 -0
- package/quicksight/actionConnector.js +93 -0
- package/quicksight/actionConnector.js.map +1 -0
- package/quicksight/dataSet.d.ts +4 -4
- package/quicksight/getActionConnector.d.ts +30 -0
- package/quicksight/getActionConnector.js +30 -0
- package/quicksight/getActionConnector.js.map +1 -0
- package/quicksight/getDataSet.d.ts +1 -1
- package/quicksight/index.d.ts +6 -0
- package/quicksight/index.js +8 -1
- package/quicksight/index.js.map +1 -1
- package/rtbfabric/getInboundExternalLink.d.ts +1 -0
- package/rtbfabric/getInboundExternalLink.js.map +1 -1
- package/rtbfabric/inboundExternalLink.d.ts +1 -0
- package/rtbfabric/inboundExternalLink.js +2 -0
- package/rtbfabric/inboundExternalLink.js.map +1 -1
- package/sagemaker/getUserProfile.d.ts +4 -0
- package/sagemaker/getUserProfile.js.map +1 -1
- package/sagemaker/userProfile.d.ts +2 -2
- package/sagemaker/userProfile.js +1 -1
- package/sagemaker/userProfile.js.map +1 -1
- package/types/enums/cloudformation/index.d.ts +1 -1
- package/types/enums/docdb/index.d.ts +7 -0
- package/types/enums/docdb/index.js +9 -0
- package/types/enums/docdb/index.js.map +1 -0
- package/types/enums/ec2/index.d.ts +4 -4
- package/types/enums/ec2/index.js +1 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +3 -2
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +59 -0
- package/types/enums/quicksight/index.js +63 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/wisdom/index.d.ts +15 -0
- package/types/enums/wisdom/index.js +14 -1
- package/types/enums/wisdom/index.js.map +1 -1
- package/types/input.d.ts +299 -41
- package/types/output.d.ts +299 -41
- package/types/output.js.map +1 -1
- package/wisdom/aiAgent.d.ts +2 -2
- package/wisdom/getAiAgent.d.ts +1 -1
package/types/input.d.ts
CHANGED
|
@@ -7488,9 +7488,13 @@ export declare namespace autoscaling {
|
|
|
7488
7488
|
*/
|
|
7489
7489
|
references?: pulumi.Input<pulumi.Input<inputs.autoscaling.AutoScalingGroupPerformanceFactorReferenceRequestArgs>[]>;
|
|
7490
7490
|
}
|
|
7491
|
+
/**
|
|
7492
|
+
* The instance lifecycle policy for the Auto Scaling group. This policy controls instance behavior when an instance transitions through its lifecycle states. Configure retention triggers to specify when instances should move to a ``Retained`` state instead of automatic termination.
|
|
7493
|
+
* For more information, see [Control instance retention with instance lifecycle policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/instance-lifecycle-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
7494
|
+
*/
|
|
7491
7495
|
interface AutoScalingGroupInstanceLifecyclePolicyArgs {
|
|
7492
7496
|
/**
|
|
7493
|
-
* Specifies the conditions that trigger instance retention behavior. These triggers determine when instances should move to a
|
|
7497
|
+
* Specifies the conditions that trigger instance retention behavior. These triggers determine when instances should move to a ``Retained`` state instead of automatic termination. This allows you to maintain control over instance management when lifecycles transition and operations fail.
|
|
7494
7498
|
*/
|
|
7495
7499
|
retentionTriggers?: pulumi.Input<inputs.autoscaling.AutoScalingGroupRetentionTriggersArgs>;
|
|
7496
7500
|
}
|
|
@@ -7755,13 +7759,11 @@ export declare namespace autoscaling {
|
|
|
7755
7759
|
*/
|
|
7756
7760
|
interface AutoScalingGroupLaunchTemplateOverridesArgs {
|
|
7757
7761
|
/**
|
|
7758
|
-
* The ID of the Amazon Machine Image (AMI) to use for instances launched with this override. When using Instance Refresh with
|
|
7759
|
-
*
|
|
7760
|
-
*
|
|
7761
|
-
*
|
|
7762
|
-
*
|
|
7763
|
-
* - The AMI must contain only a single root volume
|
|
7764
|
-
* - Root volume replacement doesn't support multi-volume AMIs
|
|
7762
|
+
* The ID of the Amazon Machine Image (AMI) to use for instances launched with this override. When using Instance Refresh with ``ReplaceRootVolume`` strategy, this specifies the AMI for root volume replacement operations.
|
|
7763
|
+
* For ``ReplaceRootVolume`` operations:
|
|
7764
|
+
* + All overrides in the ``MixedInstancesPolicy`` must specify an ImageId
|
|
7765
|
+
* + The AMI must contain only a single root volume
|
|
7766
|
+
* + Root volume replacement doesn't support multi-volume AMIs
|
|
7765
7767
|
*/
|
|
7766
7768
|
imageId?: pulumi.Input<string>;
|
|
7767
7769
|
/**
|
|
@@ -8009,13 +8011,14 @@ export declare namespace autoscaling {
|
|
|
8009
8011
|
*/
|
|
8010
8012
|
instanceFamily?: pulumi.Input<string>;
|
|
8011
8013
|
}
|
|
8014
|
+
/**
|
|
8015
|
+
* Defines the specific triggers that cause instances to be retained in a Retained state rather than terminated. Each trigger corresponds to a different failure scenario during the instance lifecycle. This allows fine-grained control over when to preserve instances for manual intervention.
|
|
8016
|
+
*/
|
|
8012
8017
|
interface AutoScalingGroupRetentionTriggersArgs {
|
|
8013
8018
|
/**
|
|
8014
8019
|
* Specifies the action when a termination lifecycle hook is abandoned due to failure, timeout, or explicit abandonment (calling CompleteLifecycleAction).
|
|
8015
|
-
*
|
|
8016
|
-
*
|
|
8017
|
-
*
|
|
8018
|
-
* Retained instances don't count toward desired capacity and remain until you call `TerminateInstanceInAutoScalingGroup` .
|
|
8020
|
+
* Set to ``Retain`` to move instances to a ``Retained`` state. Set to ``Terminate`` for default termination behavior.
|
|
8021
|
+
* Retained instances don't count toward desired capacity and remain until you call ``TerminateInstanceInAutoScalingGroup``.
|
|
8019
8022
|
*/
|
|
8020
8023
|
terminateHookAbandon?: pulumi.Input<string>;
|
|
8021
8024
|
}
|
|
@@ -24612,6 +24615,15 @@ export declare namespace datazone {
|
|
|
24612
24615
|
interface ConnectionLineageSyncScheduleArgs {
|
|
24613
24616
|
schedule?: pulumi.Input<string>;
|
|
24614
24617
|
}
|
|
24618
|
+
/**
|
|
24619
|
+
* MLflow Properties Input
|
|
24620
|
+
*/
|
|
24621
|
+
interface ConnectionMlflowPropertiesInputArgs {
|
|
24622
|
+
/**
|
|
24623
|
+
* The ARN of the MLflow tracking server
|
|
24624
|
+
*/
|
|
24625
|
+
trackingServerArn?: pulumi.Input<string>;
|
|
24626
|
+
}
|
|
24615
24627
|
/**
|
|
24616
24628
|
* OAuth2 Client Application
|
|
24617
24629
|
*/
|
|
@@ -24668,6 +24680,9 @@ export declare namespace datazone {
|
|
|
24668
24680
|
interface ConnectionPropertiesInput8PropertiesArgs {
|
|
24669
24681
|
s3Properties: pulumi.Input<inputs.datazone.ConnectionS3PropertiesInputArgs>;
|
|
24670
24682
|
}
|
|
24683
|
+
interface ConnectionPropertiesInput9PropertiesArgs {
|
|
24684
|
+
mlflowProperties: pulumi.Input<inputs.datazone.ConnectionMlflowPropertiesInputArgs>;
|
|
24685
|
+
}
|
|
24671
24686
|
interface ConnectionRedshiftCredentials0PropertiesArgs {
|
|
24672
24687
|
secretArn: pulumi.Input<string>;
|
|
24673
24688
|
}
|
|
@@ -24719,6 +24734,7 @@ export declare namespace datazone {
|
|
|
24719
24734
|
instanceProfileArn?: pulumi.Input<string>;
|
|
24720
24735
|
javaVirtualEnv?: pulumi.Input<string>;
|
|
24721
24736
|
logUri?: pulumi.Input<string>;
|
|
24737
|
+
managedEndpointArn?: pulumi.Input<string>;
|
|
24722
24738
|
pythonVirtualEnv?: pulumi.Input<string>;
|
|
24723
24739
|
runtimeRole?: pulumi.Input<string>;
|
|
24724
24740
|
trustedCertificatesS3Uri?: pulumi.Input<string>;
|
|
@@ -25852,6 +25868,8 @@ export declare namespace dms {
|
|
|
25852
25868
|
sslMode: pulumi.Input<enums.dms.DataProviderSybaseSslModeValue>;
|
|
25853
25869
|
}
|
|
25854
25870
|
}
|
|
25871
|
+
export declare namespace docdb {
|
|
25872
|
+
}
|
|
25855
25873
|
export declare namespace docdbelastic {
|
|
25856
25874
|
}
|
|
25857
25875
|
export declare namespace dsql {
|
|
@@ -30628,9 +30646,8 @@ export declare namespace ec2 {
|
|
|
30628
30646
|
*/
|
|
30629
30647
|
interface VpnConnectionCloudwatchLogOptionsSpecificationArgs {
|
|
30630
30648
|
/**
|
|
30631
|
-
* Specifies whether to enable BGP logging for the VPN connection. Default value is
|
|
30632
|
-
*
|
|
30633
|
-
* Valid values: `True` | `False`
|
|
30649
|
+
* Specifies whether to enable BGP logging for the VPN connection. Default value is ``False``.
|
|
30650
|
+
* Valid values: ``True`` | ``False``
|
|
30634
30651
|
*/
|
|
30635
30652
|
bgpLogEnabled?: pulumi.Input<boolean>;
|
|
30636
30653
|
/**
|
|
@@ -30638,9 +30655,8 @@ export declare namespace ec2 {
|
|
|
30638
30655
|
*/
|
|
30639
30656
|
bgpLogGroupArn?: pulumi.Input<string>;
|
|
30640
30657
|
/**
|
|
30641
|
-
* The desired output format for BGP logs to be sent to CloudWatch. Default format is
|
|
30642
|
-
*
|
|
30643
|
-
* Valid values: `json` | `text`
|
|
30658
|
+
* The desired output format for BGP logs to be sent to CloudWatch. Default format is ``json``.
|
|
30659
|
+
* Valid values: ``json`` | ``text``
|
|
30644
30660
|
*/
|
|
30645
30661
|
bgpLogOutputFormat?: pulumi.Input<enums.ec2.VpnConnectionCloudwatchLogOptionsSpecificationBgpLogOutputFormat>;
|
|
30646
30662
|
/**
|
|
@@ -31245,7 +31261,7 @@ export declare namespace ecs {
|
|
|
31245
31261
|
/**
|
|
31246
31262
|
* The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
|
|
31247
31263
|
*/
|
|
31248
|
-
securityGroups
|
|
31264
|
+
securityGroups: pulumi.Input<pulumi.Input<string>[]>;
|
|
31249
31265
|
/**
|
|
31250
31266
|
* The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
|
|
31251
31267
|
*/
|
|
@@ -38132,7 +38148,7 @@ export declare namespace gamelift {
|
|
|
38132
38148
|
/**
|
|
38133
38149
|
* The minimum value allowed for the fleet's instance count for a location.
|
|
38134
38150
|
*/
|
|
38135
|
-
minSize
|
|
38151
|
+
minSize?: pulumi.Input<number>;
|
|
38136
38152
|
}
|
|
38137
38153
|
/**
|
|
38138
38154
|
* A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
|
|
@@ -38455,7 +38471,7 @@ export declare namespace gamelift {
|
|
|
38455
38471
|
/**
|
|
38456
38472
|
* The minimum value allowed for the fleet's instance count for a location. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
|
|
38457
38473
|
*/
|
|
38458
|
-
minSize
|
|
38474
|
+
minSize?: pulumi.Input<number>;
|
|
38459
38475
|
}
|
|
38460
38476
|
/**
|
|
38461
38477
|
* A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
|
|
@@ -55757,6 +55773,10 @@ export declare namespace mediapackagev2 {
|
|
|
55757
55773
|
* <p>Optionally specify the clip start time for all of your manifest egress requests. When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.</p>
|
|
55758
55774
|
*/
|
|
55759
55775
|
clipStartTime?: pulumi.Input<string>;
|
|
55776
|
+
/**
|
|
55777
|
+
* <p>Optionally specify one or more DRM settings for all of your manifest egress requests. When you include a DRM setting, note that you cannot use an identical DRM setting query parameter for this manifest's endpoint URL.</p>
|
|
55778
|
+
*/
|
|
55779
|
+
drmSettings?: pulumi.Input<string>;
|
|
55760
55780
|
/**
|
|
55761
55781
|
* <p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>
|
|
55762
55782
|
*/
|
|
@@ -55898,6 +55918,14 @@ export declare namespace mediapackagev2 {
|
|
|
55898
55918
|
* <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>
|
|
55899
55919
|
*/
|
|
55900
55920
|
scteFilter?: pulumi.Input<pulumi.Input<enums.mediapackagev2.OriginEndpointScteFilter>[]>;
|
|
55921
|
+
/**
|
|
55922
|
+
* Controls whether SCTE-35 messages are included in segment files.
|
|
55923
|
+
*
|
|
55924
|
+
* - None – SCTE-35 messages are not included in segments (default)
|
|
55925
|
+
* - All – SCTE-35 messages are embedded in segment data
|
|
55926
|
+
*
|
|
55927
|
+
* For DASH manifests, when set to `All` , an `InbandEventStream` tag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.
|
|
55928
|
+
*/
|
|
55901
55929
|
scteInSegments?: pulumi.Input<enums.mediapackagev2.OriginEndpointScteInSegments>;
|
|
55902
55930
|
}
|
|
55903
55931
|
/**
|
|
@@ -55960,6 +55988,10 @@ export declare namespace mediapackagev2 {
|
|
|
55960
55988
|
* <p>The parameters for the SPEKE key provider.</p>
|
|
55961
55989
|
*/
|
|
55962
55990
|
interface OriginEndpointSpekeKeyProviderArgs {
|
|
55991
|
+
/**
|
|
55992
|
+
* <p>The ARN for the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p>
|
|
55993
|
+
*/
|
|
55994
|
+
certificateArn?: pulumi.Input<string>;
|
|
55963
55995
|
/**
|
|
55964
55996
|
* <p>The DRM solution provider you're using to protect your content during distribution.</p>
|
|
55965
55997
|
*/
|
|
@@ -62025,6 +62057,99 @@ export declare namespace qldb {
|
|
|
62025
62057
|
}
|
|
62026
62058
|
}
|
|
62027
62059
|
export declare namespace quicksight {
|
|
62060
|
+
interface ActionConnectorApiKeyConnectionMetadataArgs {
|
|
62061
|
+
apiKey: pulumi.Input<string>;
|
|
62062
|
+
baseEndpoint: pulumi.Input<string>;
|
|
62063
|
+
email?: pulumi.Input<string>;
|
|
62064
|
+
}
|
|
62065
|
+
interface ActionConnectorAuthConfigArgs {
|
|
62066
|
+
authenticationMetadata: pulumi.Input<inputs.quicksight.ActionConnectorAuthenticationMetadata0PropertiesArgs | inputs.quicksight.ActionConnectorAuthenticationMetadata1PropertiesArgs | inputs.quicksight.ActionConnectorAuthenticationMetadata2PropertiesArgs | inputs.quicksight.ActionConnectorAuthenticationMetadata3PropertiesArgs | inputs.quicksight.ActionConnectorAuthenticationMetadata4PropertiesArgs | inputs.quicksight.ActionConnectorAuthenticationMetadata5PropertiesArgs>;
|
|
62067
|
+
authenticationType: pulumi.Input<enums.quicksight.ActionConnectorConnectionAuthType>;
|
|
62068
|
+
}
|
|
62069
|
+
interface ActionConnectorAuthenticationMetadata0PropertiesArgs {
|
|
62070
|
+
authorizationCodeGrantMetadata: pulumi.Input<inputs.quicksight.ActionConnectorAuthorizationCodeGrantMetadataArgs>;
|
|
62071
|
+
}
|
|
62072
|
+
interface ActionConnectorAuthenticationMetadata1PropertiesArgs {
|
|
62073
|
+
clientCredentialsGrantMetadata: pulumi.Input<inputs.quicksight.ActionConnectorClientCredentialsGrantMetadataArgs>;
|
|
62074
|
+
}
|
|
62075
|
+
interface ActionConnectorAuthenticationMetadata2PropertiesArgs {
|
|
62076
|
+
basicAuthConnectionMetadata: pulumi.Input<inputs.quicksight.ActionConnectorBasicAuthConnectionMetadataArgs>;
|
|
62077
|
+
}
|
|
62078
|
+
interface ActionConnectorAuthenticationMetadata3PropertiesArgs {
|
|
62079
|
+
apiKeyConnectionMetadata: pulumi.Input<inputs.quicksight.ActionConnectorApiKeyConnectionMetadataArgs>;
|
|
62080
|
+
}
|
|
62081
|
+
interface ActionConnectorAuthenticationMetadata4PropertiesArgs {
|
|
62082
|
+
noneConnectionMetadata: pulumi.Input<inputs.quicksight.ActionConnectorNoneConnectionMetadataArgs>;
|
|
62083
|
+
}
|
|
62084
|
+
interface ActionConnectorAuthenticationMetadata5PropertiesArgs {
|
|
62085
|
+
iamConnectionMetadata: pulumi.Input<inputs.quicksight.ActionConnectorIamConnectionMetadataArgs>;
|
|
62086
|
+
}
|
|
62087
|
+
interface ActionConnectorAuthorizationCodeGrantCredentialsDetailsPropertiesArgs {
|
|
62088
|
+
authorizationCodeGrantDetails: pulumi.Input<inputs.quicksight.ActionConnectorAuthorizationCodeGrantDetailsArgs>;
|
|
62089
|
+
}
|
|
62090
|
+
interface ActionConnectorAuthorizationCodeGrantDetailsArgs {
|
|
62091
|
+
authorizationEndpoint: pulumi.Input<string>;
|
|
62092
|
+
clientId: pulumi.Input<string>;
|
|
62093
|
+
clientSecret: pulumi.Input<string>;
|
|
62094
|
+
tokenEndpoint: pulumi.Input<string>;
|
|
62095
|
+
}
|
|
62096
|
+
interface ActionConnectorAuthorizationCodeGrantMetadataArgs {
|
|
62097
|
+
authorizationCodeGrantCredentialsDetails?: pulumi.Input<inputs.quicksight.ActionConnectorAuthorizationCodeGrantCredentialsDetailsPropertiesArgs>;
|
|
62098
|
+
authorizationCodeGrantCredentialsSource?: pulumi.Input<enums.quicksight.ActionConnectorAuthorizationCodeGrantCredentialsSource>;
|
|
62099
|
+
baseEndpoint: pulumi.Input<string>;
|
|
62100
|
+
redirectUrl: pulumi.Input<string>;
|
|
62101
|
+
}
|
|
62102
|
+
interface ActionConnectorBasicAuthConnectionMetadataArgs {
|
|
62103
|
+
baseEndpoint: pulumi.Input<string>;
|
|
62104
|
+
password: pulumi.Input<string>;
|
|
62105
|
+
username: pulumi.Input<string>;
|
|
62106
|
+
}
|
|
62107
|
+
interface ActionConnectorClientCredentialsDetailsPropertiesArgs {
|
|
62108
|
+
clientCredentialsGrantDetails: pulumi.Input<inputs.quicksight.ActionConnectorClientCredentialsGrantDetailsArgs>;
|
|
62109
|
+
}
|
|
62110
|
+
interface ActionConnectorClientCredentialsGrantDetailsArgs {
|
|
62111
|
+
clientId: pulumi.Input<string>;
|
|
62112
|
+
clientSecret: pulumi.Input<string>;
|
|
62113
|
+
tokenEndpoint: pulumi.Input<string>;
|
|
62114
|
+
}
|
|
62115
|
+
interface ActionConnectorClientCredentialsGrantMetadataArgs {
|
|
62116
|
+
baseEndpoint: pulumi.Input<string>;
|
|
62117
|
+
clientCredentialsDetails?: pulumi.Input<inputs.quicksight.ActionConnectorClientCredentialsDetailsPropertiesArgs>;
|
|
62118
|
+
clientCredentialsSource?: pulumi.Input<enums.quicksight.ActionConnectorClientCredentialsSource>;
|
|
62119
|
+
}
|
|
62120
|
+
interface ActionConnectorIamConnectionMetadataArgs {
|
|
62121
|
+
roleArn: pulumi.Input<string>;
|
|
62122
|
+
}
|
|
62123
|
+
interface ActionConnectorNoneConnectionMetadataArgs {
|
|
62124
|
+
baseEndpoint: pulumi.Input<string>;
|
|
62125
|
+
}
|
|
62126
|
+
/**
|
|
62127
|
+
* <p>Permission for the resource.</p>
|
|
62128
|
+
*/
|
|
62129
|
+
interface ActionConnectorResourcePermissionArgs {
|
|
62130
|
+
/**
|
|
62131
|
+
* <p>The IAM action to grant or revoke permissions on.</p>
|
|
62132
|
+
*/
|
|
62133
|
+
actions: pulumi.Input<pulumi.Input<string>[]>;
|
|
62134
|
+
/**
|
|
62135
|
+
* <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
|
|
62136
|
+
* following:</p>
|
|
62137
|
+
* <ul>
|
|
62138
|
+
* <li>
|
|
62139
|
+
* <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>
|
|
62140
|
+
* </li>
|
|
62141
|
+
* <li>
|
|
62142
|
+
* <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
62143
|
+
* </li>
|
|
62144
|
+
* <li>
|
|
62145
|
+
* <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
|
|
62146
|
+
* ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
|
|
62147
|
+
* (This is less common.) </p>
|
|
62148
|
+
* </li>
|
|
62149
|
+
* </ul>
|
|
62150
|
+
*/
|
|
62151
|
+
principal: pulumi.Input<string>;
|
|
62152
|
+
}
|
|
62028
62153
|
interface AnalysisAggregationFunctionArgs {
|
|
62029
62154
|
/**
|
|
62030
62155
|
* Aggregation for attributes.
|
|
@@ -70795,6 +70920,7 @@ export declare namespace quicksight {
|
|
|
70795
70920
|
yAxis: pulumi.Input<enums.quicksight.AnalysisSingleYAxisOption>;
|
|
70796
70921
|
}
|
|
70797
70922
|
interface CustomPermissionsCapabilitiesArgs {
|
|
70923
|
+
action?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70798
70924
|
/**
|
|
70799
70925
|
* The ability to add or run anomaly detection.
|
|
70800
70926
|
*/
|
|
@@ -70803,6 +70929,8 @@ export declare namespace quicksight {
|
|
|
70803
70929
|
* The ability to perform analysis-related actions.
|
|
70804
70930
|
*/
|
|
70805
70931
|
analysis?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70932
|
+
automate?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70933
|
+
chatAgent?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70806
70934
|
/**
|
|
70807
70935
|
* The ability to create and update email reports.
|
|
70808
70936
|
*/
|
|
@@ -70823,6 +70951,7 @@ export declare namespace quicksight {
|
|
|
70823
70951
|
* The ability to create and update threshold alerts.
|
|
70824
70952
|
*/
|
|
70825
70953
|
createAndUpdateThresholdAlerts?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70954
|
+
createChatAgents?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70826
70955
|
/**
|
|
70827
70956
|
* The ability to create shared folders.
|
|
70828
70957
|
*/
|
|
@@ -70859,18 +70988,23 @@ export declare namespace quicksight {
|
|
|
70859
70988
|
* The ability to export to PDF files in scheduled email reports.
|
|
70860
70989
|
*/
|
|
70861
70990
|
exportToPdfInScheduledReports?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70991
|
+
flow?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70862
70992
|
/**
|
|
70863
70993
|
* The ability to include content in scheduled email reports.
|
|
70864
70994
|
*/
|
|
70865
70995
|
includeContentInScheduledReportsEmail?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70996
|
+
knowledgeBase?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70997
|
+
performFlowUiTask?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70866
70998
|
/**
|
|
70867
70999
|
* The ability to print reports.
|
|
70868
71000
|
*/
|
|
70869
71001
|
printReports?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
71002
|
+
publishWithoutApproval?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70870
71003
|
/**
|
|
70871
71004
|
* The ability to rename shared folders.
|
|
70872
71005
|
*/
|
|
70873
71006
|
renameSharedFolders?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
71007
|
+
research?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70874
71008
|
/**
|
|
70875
71009
|
* The ability to share analyses.
|
|
70876
71010
|
*/
|
|
@@ -70887,10 +71021,13 @@ export declare namespace quicksight {
|
|
|
70887
71021
|
* The ability to share datasets.
|
|
70888
71022
|
*/
|
|
70889
71023
|
shareDatasets?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
71024
|
+
space?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70890
71025
|
/**
|
|
70891
71026
|
* The ability to subscribe to email reports.
|
|
70892
71027
|
*/
|
|
70893
71028
|
subscribeDashboardEmailReports?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
71029
|
+
useAgentWebSearch?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
71030
|
+
useBedrockModels?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
|
|
70894
71031
|
/**
|
|
70895
71032
|
* The ability to view account SPICE capacity.
|
|
70896
71033
|
*/
|
|
@@ -79937,7 +80074,7 @@ export declare namespace quicksight {
|
|
|
79937
80074
|
interface DataSetCalculatedColumnArgs {
|
|
79938
80075
|
/**
|
|
79939
80076
|
* <p>A unique ID to identify a calculated column. During a dataset update, if the column ID
|
|
79940
|
-
* of a calculated column matches that of an existing calculated column, Amazon
|
|
80077
|
+
* of a calculated column matches that of an existing calculated column, Amazon Quick Suite
|
|
79941
80078
|
* preserves the existing calculated column.</p>
|
|
79942
80079
|
*/
|
|
79943
80080
|
columnId: pulumi.Input<string>;
|
|
@@ -79960,7 +80097,7 @@ export declare namespace quicksight {
|
|
|
79960
80097
|
columnName: pulumi.Input<string>;
|
|
79961
80098
|
/**
|
|
79962
80099
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
79963
|
-
* format supported by Amazon
|
|
80100
|
+
* format supported by Amazon Quick Suite to denote the source data format.</p>
|
|
79964
80101
|
*/
|
|
79965
80102
|
format?: pulumi.Input<string>;
|
|
79966
80103
|
/**
|
|
@@ -79996,7 +80133,7 @@ export declare namespace quicksight {
|
|
|
79996
80133
|
text?: pulumi.Input<string>;
|
|
79997
80134
|
}
|
|
79998
80135
|
/**
|
|
79999
|
-
* <p>Groupings of columns that work together in certain Amazon
|
|
80136
|
+
* <p>Groupings of columns that work together in certain Amazon Quick Suite features. This is
|
|
80000
80137
|
* a variant type structure. For this structure to be valid, only one of the attributes can
|
|
80001
80138
|
* be non-null.</p>
|
|
80002
80139
|
*/
|
|
@@ -80024,7 +80161,7 @@ export declare namespace quicksight {
|
|
|
80024
80161
|
*/
|
|
80025
80162
|
columnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
80026
80163
|
/**
|
|
80027
|
-
* <p>An array of Amazon Resource Names (ARNs) for
|
|
80164
|
+
* <p>An array of Amazon Resource Names (ARNs) for Quick Suite users or groups.</p>
|
|
80028
80165
|
*/
|
|
80029
80166
|
principals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
80030
80167
|
}
|
|
@@ -80500,7 +80637,7 @@ export declare namespace quicksight {
|
|
|
80500
80637
|
interface DataSetJoinKeyPropertiesArgs {
|
|
80501
80638
|
/**
|
|
80502
80639
|
* <p>A value that indicates that a row in a table is uniquely identified by the columns in
|
|
80503
|
-
* a join key. This is used by
|
|
80640
|
+
* a join key. This is used by Quick Suite to optimize query performance.</p>
|
|
80504
80641
|
*/
|
|
80505
80642
|
uniqueKey?: pulumi.Input<boolean>;
|
|
80506
80643
|
}
|
|
@@ -80887,10 +81024,10 @@ export declare namespace quicksight {
|
|
|
80887
81024
|
* following:</p>
|
|
80888
81025
|
* <ul>
|
|
80889
81026
|
* <li>
|
|
80890
|
-
* <p>The ARN of an Amazon
|
|
81027
|
+
* <p>The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)</p>
|
|
80891
81028
|
* </li>
|
|
80892
81029
|
* <li>
|
|
80893
|
-
* <p>The ARN of an Amazon
|
|
81030
|
+
* <p>The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
80894
81031
|
* </li>
|
|
80895
81032
|
* <li>
|
|
80896
81033
|
* <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
|
|
@@ -80908,7 +81045,7 @@ export declare namespace quicksight {
|
|
|
80908
81045
|
/**
|
|
80909
81046
|
* <p>Information about a dataset that contains permissions for row-level security (RLS).
|
|
80910
81047
|
* The permissions dataset maps fields to users or groups. For more information, see
|
|
80911
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html">Using Row-Level Security (RLS) to Restrict Access to a Dataset</a> in the <i>Amazon
|
|
81048
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html">Using Row-Level Security (RLS) to Restrict Access to a Dataset</a> in the <i>Amazon Quick Suite User
|
|
80912
81049
|
* Guide</i>.</p>
|
|
80913
81050
|
* <p>The option to deny permissions by setting <code>PermissionPolicy</code> to <code>DENY_ACCESS</code> is
|
|
80914
81051
|
* not supported for new RLS datasets.</p>
|
|
@@ -81430,6 +81567,10 @@ export declare namespace quicksight {
|
|
|
81430
81567
|
* Credential pair. For more information, see `[CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html)` .
|
|
81431
81568
|
*/
|
|
81432
81569
|
credentialPair?: pulumi.Input<inputs.quicksight.DataSourceCredentialPairArgs>;
|
|
81570
|
+
/**
|
|
81571
|
+
* The credentials for connecting using key-pair.
|
|
81572
|
+
*/
|
|
81573
|
+
keyPairCredentials?: pulumi.Input<inputs.quicksight.DataSourceKeyPairCredentialsArgs>;
|
|
81433
81574
|
/**
|
|
81434
81575
|
* <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
|
|
81435
81576
|
*/
|
|
@@ -81474,6 +81615,20 @@ export declare namespace quicksight {
|
|
|
81474
81615
|
*/
|
|
81475
81616
|
enableIdentityPropagation?: pulumi.Input<boolean>;
|
|
81476
81617
|
}
|
|
81618
|
+
interface DataSourceKeyPairCredentialsArgs {
|
|
81619
|
+
/**
|
|
81620
|
+
* Username
|
|
81621
|
+
*/
|
|
81622
|
+
keyPairUsername: pulumi.Input<string>;
|
|
81623
|
+
/**
|
|
81624
|
+
* PrivateKey
|
|
81625
|
+
*/
|
|
81626
|
+
privateKey: pulumi.Input<string>;
|
|
81627
|
+
/**
|
|
81628
|
+
* PrivateKeyPassphrase
|
|
81629
|
+
*/
|
|
81630
|
+
privateKeyPassphrase?: pulumi.Input<string>;
|
|
81631
|
+
}
|
|
81477
81632
|
/**
|
|
81478
81633
|
* <p>Amazon S3 manifest file location.</p>
|
|
81479
81634
|
*/
|
|
@@ -81558,7 +81713,7 @@ export declare namespace quicksight {
|
|
|
81558
81713
|
useServiceName?: pulumi.Input<boolean>;
|
|
81559
81714
|
}
|
|
81560
81715
|
/**
|
|
81561
|
-
* <p>The parameters that Amazon
|
|
81716
|
+
* <p>The parameters that Amazon Quick Suite uses to connect to your underlying data source.
|
|
81562
81717
|
* This is a variant type structure. For this structure to be valid, only one of the
|
|
81563
81718
|
* attributes can be non-null.</p>
|
|
81564
81719
|
*/
|
|
@@ -81692,25 +81847,25 @@ export declare namespace quicksight {
|
|
|
81692
81847
|
instanceId: pulumi.Input<string>;
|
|
81693
81848
|
}
|
|
81694
81849
|
/**
|
|
81695
|
-
* <p>A structure that grants
|
|
81850
|
+
* <p>A structure that grants Quick Suite access to your cluster and make a call to the <code>redshift:GetClusterCredentials</code> API. For more information on the <code>redshift:GetClusterCredentials</code> API, see <a href="https://docs.aws.amazon.com/redshift/latest/APIReference/API_GetClusterCredentials.html">
|
|
81696
81851
|
* <code>GetClusterCredentials</code>
|
|
81697
81852
|
* </a>.</p>
|
|
81698
81853
|
*/
|
|
81699
81854
|
interface DataSourceRedshiftIamParametersArgs {
|
|
81700
81855
|
/**
|
|
81701
|
-
* <p>Automatically creates a database user. If your database doesn't have a <code>DatabaseUser</code>, set this parameter to <code>True</code>. If there is no <code>DatabaseUser</code>, Amazon
|
|
81856
|
+
* <p>Automatically creates a database user. If your database doesn't have a <code>DatabaseUser</code>, set this parameter to <code>True</code>. If there is no <code>DatabaseUser</code>, Amazon Quick Suite can't connect to your cluster. The <code>RoleArn</code> that you use for this operation must grant access to <code>redshift:CreateClusterUser</code> to successfully create the user.</p>
|
|
81702
81857
|
*/
|
|
81703
81858
|
autoCreateDatabaseUser?: pulumi.Input<boolean>;
|
|
81704
81859
|
/**
|
|
81705
|
-
* <p>A list of groups whose permissions will be granted to
|
|
81860
|
+
* <p>A list of groups whose permissions will be granted to Quick Suite to access the cluster. These permissions are combined with the permissions granted to Quick Suite by the <code>DatabaseUser</code>. If you choose to include this parameter, the <code>RoleArn</code> must grant access to <code>redshift:JoinGroup</code>.</p>
|
|
81706
81861
|
*/
|
|
81707
81862
|
databaseGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
81708
81863
|
/**
|
|
81709
|
-
* <p>The user whose permissions and group memberships will be used by
|
|
81864
|
+
* <p>The user whose permissions and group memberships will be used by Quick Suite to access the cluster. If this user already exists in your database, Quick Suite is granted the same permissions that the user has. If the user doesn't exist, set the value of <code>AutoCreateDatabaseUser</code> to <code>True</code> to create a new user with PUBLIC permissions.</p>
|
|
81710
81865
|
*/
|
|
81711
81866
|
databaseUser?: pulumi.Input<string>;
|
|
81712
81867
|
/**
|
|
81713
|
-
* <p>Use the <code>RoleArn</code> structure to allow
|
|
81868
|
+
* <p>Use the <code>RoleArn</code> structure to allow Quick Suite to call <code>redshift:GetClusterCredentials</code> on your cluster. The calling principal must have <code>iam:PassRole</code> access to pass the role to Quick Suite. The role's trust policy must allow the Quick Suite service principal to assume the role.</p>
|
|
81714
81869
|
*/
|
|
81715
81870
|
roleArn: pulumi.Input<string>;
|
|
81716
81871
|
}
|
|
@@ -81760,10 +81915,10 @@ export declare namespace quicksight {
|
|
|
81760
81915
|
* following:</p>
|
|
81761
81916
|
* <ul>
|
|
81762
81917
|
* <li>
|
|
81763
|
-
* <p>The ARN of an Amazon
|
|
81918
|
+
* <p>The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)</p>
|
|
81764
81919
|
* </li>
|
|
81765
81920
|
* <li>
|
|
81766
|
-
* <p>The ARN of an Amazon
|
|
81921
|
+
* <p>The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
81767
81922
|
* </li>
|
|
81768
81923
|
* <li>
|
|
81769
81924
|
* <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
|
|
@@ -81848,7 +82003,7 @@ export declare namespace quicksight {
|
|
|
81848
82003
|
port: pulumi.Input<number>;
|
|
81849
82004
|
}
|
|
81850
82005
|
/**
|
|
81851
|
-
* <p>Secure Socket Layer (SSL) properties that apply when
|
|
82006
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Quick Suite connects to your
|
|
81852
82007
|
* underlying data source.</p>
|
|
81853
82008
|
*/
|
|
81854
82009
|
interface DataSourceSslPropertiesArgs {
|
|
@@ -92190,10 +92345,10 @@ export declare namespace route53 {
|
|
|
92190
92345
|
*/
|
|
92191
92346
|
comment?: pulumi.Input<string>;
|
|
92192
92347
|
}
|
|
92348
|
+
/**
|
|
92349
|
+
* Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.
|
|
92350
|
+
*/
|
|
92193
92351
|
interface HostedZoneFeaturesArgs {
|
|
92194
|
-
/**
|
|
92195
|
-
* Enable accelerated recovery on your public hosted zone to gain the ability to make changes to DNS records in the event of us-east-1 unavailability.
|
|
92196
|
-
*/
|
|
92197
92352
|
enableAcceleratedRecovery?: pulumi.Input<boolean>;
|
|
92198
92353
|
}
|
|
92199
92354
|
/**
|
|
@@ -102071,6 +102226,41 @@ export declare namespace ses {
|
|
|
102071
102226
|
* A list that contains the reasons that email addresses are automatically added to the suppression list for your account.
|
|
102072
102227
|
*/
|
|
102073
102228
|
suppressedReasons?: pulumi.Input<pulumi.Input<string>[]>;
|
|
102229
|
+
/**
|
|
102230
|
+
* An object that contains information about the validation options for your account.
|
|
102231
|
+
*/
|
|
102232
|
+
validationOptions?: pulumi.Input<inputs.ses.ConfigurationSetSuppressionOptionsValidationOptionsPropertiesArgs>;
|
|
102233
|
+
}
|
|
102234
|
+
/**
|
|
102235
|
+
* An object that contains information about the validation options for your account.
|
|
102236
|
+
*/
|
|
102237
|
+
interface ConfigurationSetSuppressionOptionsValidationOptionsPropertiesArgs {
|
|
102238
|
+
/**
|
|
102239
|
+
* The condition threshold settings for suppression validation.
|
|
102240
|
+
*/
|
|
102241
|
+
conditionThreshold: pulumi.Input<inputs.ses.ConfigurationSetSuppressionOptionsValidationOptionsPropertiesConditionThresholdPropertiesArgs>;
|
|
102242
|
+
}
|
|
102243
|
+
/**
|
|
102244
|
+
* The condition threshold settings for suppression validation.
|
|
102245
|
+
*/
|
|
102246
|
+
interface ConfigurationSetSuppressionOptionsValidationOptionsPropertiesConditionThresholdPropertiesArgs {
|
|
102247
|
+
/**
|
|
102248
|
+
* Whether the condition threshold is enabled or disabled.
|
|
102249
|
+
*/
|
|
102250
|
+
conditionThresholdEnabled: pulumi.Input<string>;
|
|
102251
|
+
/**
|
|
102252
|
+
* The overall confidence threshold settings.
|
|
102253
|
+
*/
|
|
102254
|
+
overallConfidenceThreshold?: pulumi.Input<inputs.ses.ConfigurationSetSuppressionOptionsValidationOptionsPropertiesConditionThresholdPropertiesOverallConfidenceThresholdPropertiesArgs>;
|
|
102255
|
+
}
|
|
102256
|
+
/**
|
|
102257
|
+
* The overall confidence threshold settings.
|
|
102258
|
+
*/
|
|
102259
|
+
interface ConfigurationSetSuppressionOptionsValidationOptionsPropertiesConditionThresholdPropertiesOverallConfidenceThresholdPropertiesArgs {
|
|
102260
|
+
/**
|
|
102261
|
+
* The confidence verdict threshold level.
|
|
102262
|
+
*/
|
|
102263
|
+
confidenceVerdictThreshold: pulumi.Input<string>;
|
|
102074
102264
|
}
|
|
102075
102265
|
/**
|
|
102076
102266
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
@@ -108619,6 +108809,17 @@ export declare namespace wisdom {
|
|
|
108619
108809
|
interface AiAgentAiAgentConfiguration5PropertiesArgs {
|
|
108620
108810
|
emailGenerativeAnswerAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentEmailGenerativeAnswerAiAgentConfigurationArgs>;
|
|
108621
108811
|
}
|
|
108812
|
+
interface AiAgentAiAgentConfiguration6PropertiesArgs {
|
|
108813
|
+
orchestrationAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentOrchestrationAiAgentConfigurationArgs>;
|
|
108814
|
+
}
|
|
108815
|
+
interface AiAgentAiAgentConfiguration7PropertiesArgs {
|
|
108816
|
+
noteTakingAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentNoteTakingAiAgentConfigurationArgs>;
|
|
108817
|
+
}
|
|
108818
|
+
interface AiAgentAiAgentConfiguration8PropertiesArgs {
|
|
108819
|
+
caseSummarizationAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentCaseSummarizationAiAgentConfigurationArgs>;
|
|
108820
|
+
}
|
|
108821
|
+
interface AiAgentAnnotationArgs {
|
|
108822
|
+
}
|
|
108622
108823
|
interface AiAgentAnswerRecommendationAiAgentConfigurationArgs {
|
|
108623
108824
|
answerGenerationAiGuardrailId?: pulumi.Input<string>;
|
|
108624
108825
|
answerGenerationAiPromptId?: pulumi.Input<string>;
|
|
@@ -108635,6 +108836,11 @@ export declare namespace wisdom {
|
|
|
108635
108836
|
interface AiAgentAssociationConfigurationDataPropertiesArgs {
|
|
108636
108837
|
knowledgeBaseAssociationConfigurationData: pulumi.Input<inputs.wisdom.AiAgentKnowledgeBaseAssociationConfigurationDataArgs>;
|
|
108637
108838
|
}
|
|
108839
|
+
interface AiAgentCaseSummarizationAiAgentConfigurationArgs {
|
|
108840
|
+
caseSummarizationAiGuardrailId?: pulumi.Input<string>;
|
|
108841
|
+
caseSummarizationAiPromptId?: pulumi.Input<string>;
|
|
108842
|
+
locale?: pulumi.Input<string>;
|
|
108843
|
+
}
|
|
108638
108844
|
interface AiAgentEmailGenerativeAnswerAiAgentConfigurationArgs {
|
|
108639
108845
|
associationConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentAssociationConfigurationArgs>[]>;
|
|
108640
108846
|
emailGenerativeAnswerAiPromptId?: pulumi.Input<string>;
|
|
@@ -108662,12 +108868,24 @@ export declare namespace wisdom {
|
|
|
108662
108868
|
associationConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentAssociationConfigurationArgs>[]>;
|
|
108663
108869
|
locale?: pulumi.Input<string>;
|
|
108664
108870
|
}
|
|
108871
|
+
interface AiAgentNoteTakingAiAgentConfigurationArgs {
|
|
108872
|
+
locale?: pulumi.Input<string>;
|
|
108873
|
+
noteTakingAiGuardrailId?: pulumi.Input<string>;
|
|
108874
|
+
noteTakingAiPromptId?: pulumi.Input<string>;
|
|
108875
|
+
}
|
|
108665
108876
|
interface AiAgentOrCondition0PropertiesArgs {
|
|
108666
108877
|
andConditions: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentTagConditionArgs>[]>;
|
|
108667
108878
|
}
|
|
108668
108879
|
interface AiAgentOrCondition1PropertiesArgs {
|
|
108669
108880
|
tagCondition: pulumi.Input<inputs.wisdom.AiAgentTagConditionArgs>;
|
|
108670
108881
|
}
|
|
108882
|
+
interface AiAgentOrchestrationAiAgentConfigurationArgs {
|
|
108883
|
+
connectInstanceArn?: pulumi.Input<string>;
|
|
108884
|
+
locale?: pulumi.Input<string>;
|
|
108885
|
+
orchestrationAiGuardrailId?: pulumi.Input<string>;
|
|
108886
|
+
orchestrationAiPromptId: pulumi.Input<string>;
|
|
108887
|
+
toolConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentToolConfigurationArgs>[]>;
|
|
108888
|
+
}
|
|
108671
108889
|
interface AiAgentSelfServiceAiAgentConfigurationArgs {
|
|
108672
108890
|
associationConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentAssociationConfigurationArgs>[]>;
|
|
108673
108891
|
selfServiceAiGuardrailId?: pulumi.Input<string>;
|
|
@@ -108687,6 +108905,46 @@ export declare namespace wisdom {
|
|
|
108687
108905
|
interface AiAgentTagFilter2PropertiesArgs {
|
|
108688
108906
|
orConditions: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentOrCondition0PropertiesArgs | inputs.wisdom.AiAgentOrCondition1PropertiesArgs>[]>;
|
|
108689
108907
|
}
|
|
108908
|
+
interface AiAgentToolConfigurationArgs {
|
|
108909
|
+
annotations?: pulumi.Input<inputs.wisdom.AiAgentAnnotationArgs>;
|
|
108910
|
+
description?: pulumi.Input<string>;
|
|
108911
|
+
inputSchema?: any;
|
|
108912
|
+
instruction?: pulumi.Input<inputs.wisdom.AiAgentToolInstructionArgs>;
|
|
108913
|
+
outputFilters?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentToolOutputFilterArgs>[]>;
|
|
108914
|
+
outputSchema?: any;
|
|
108915
|
+
overrideInputValues?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentToolOverrideInputValueArgs>[]>;
|
|
108916
|
+
title?: pulumi.Input<string>;
|
|
108917
|
+
toolId?: pulumi.Input<string>;
|
|
108918
|
+
toolName: pulumi.Input<string>;
|
|
108919
|
+
toolType: pulumi.Input<enums.wisdom.AiAgentToolType>;
|
|
108920
|
+
userInteractionConfiguration?: pulumi.Input<inputs.wisdom.AiAgentUserInteractionConfigurationArgs>;
|
|
108921
|
+
}
|
|
108922
|
+
interface AiAgentToolInstructionArgs {
|
|
108923
|
+
examples?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108924
|
+
instruction?: pulumi.Input<string>;
|
|
108925
|
+
}
|
|
108926
|
+
interface AiAgentToolOutputConfigurationArgs {
|
|
108927
|
+
outputVariableNameOverride?: pulumi.Input<string>;
|
|
108928
|
+
sessionDataNamespace?: pulumi.Input<string>;
|
|
108929
|
+
}
|
|
108930
|
+
interface AiAgentToolOutputFilterArgs {
|
|
108931
|
+
jsonPath: pulumi.Input<string>;
|
|
108932
|
+
outputConfiguration?: pulumi.Input<inputs.wisdom.AiAgentToolOutputConfigurationArgs>;
|
|
108933
|
+
}
|
|
108934
|
+
interface AiAgentToolOverrideConstantInputValueArgs {
|
|
108935
|
+
type: pulumi.Input<enums.wisdom.AiAgentToolOverrideInputValueType>;
|
|
108936
|
+
value: pulumi.Input<string>;
|
|
108937
|
+
}
|
|
108938
|
+
interface AiAgentToolOverrideInputValueArgs {
|
|
108939
|
+
jsonPath: pulumi.Input<string>;
|
|
108940
|
+
value: pulumi.Input<inputs.wisdom.AiAgentToolOverrideInputValueConfigurationPropertiesArgs>;
|
|
108941
|
+
}
|
|
108942
|
+
interface AiAgentToolOverrideInputValueConfigurationPropertiesArgs {
|
|
108943
|
+
constant: pulumi.Input<inputs.wisdom.AiAgentToolOverrideConstantInputValueArgs>;
|
|
108944
|
+
}
|
|
108945
|
+
interface AiAgentUserInteractionConfigurationArgs {
|
|
108946
|
+
isUserConfirmationRequired?: pulumi.Input<boolean>;
|
|
108947
|
+
}
|
|
108690
108948
|
/**
|
|
108691
108949
|
* Content policy config for a guardrail.
|
|
108692
108950
|
*/
|