@pulumi/aws-native 0.112.0-alpha.1721397480 → 0.112.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/applicationautoscaling/getScalingPolicy.d.ts +56 -11
- package/applicationautoscaling/getScalingPolicy.js +4 -2
- package/applicationautoscaling/getScalingPolicy.js.map +1 -1
- package/applicationautoscaling/scalingPolicy.d.ts +101 -22
- package/applicationautoscaling/scalingPolicy.js +2 -1
- package/applicationautoscaling/scalingPolicy.js.map +1 -1
- package/backup/backupVault.d.ts +2 -2
- package/backup/getBackupVault.d.ts +2 -2
- package/bedrock/flow.d.ts +133 -0
- package/bedrock/flow.js +89 -0
- package/bedrock/flow.js.map +1 -0
- package/bedrock/flowAlias.d.ts +93 -0
- package/bedrock/flowAlias.js +82 -0
- package/bedrock/flowAlias.js.map +1 -0
- package/bedrock/flowVersion.d.ts +76 -0
- package/bedrock/flowVersion.js +77 -0
- package/bedrock/flowVersion.js.map +1 -0
- package/bedrock/getFlow.d.ts +77 -0
- package/bedrock/getFlow.js +25 -0
- package/bedrock/getFlow.js.map +1 -0
- package/bedrock/getFlowAlias.d.ts +67 -0
- package/bedrock/getFlowAlias.js +26 -0
- package/bedrock/getFlowAlias.js.map +1 -0
- package/bedrock/getFlowVersion.d.ts +58 -0
- package/bedrock/getFlowVersion.js +26 -0
- package/bedrock/getFlowVersion.js.map +1 -0
- package/bedrock/getPrompt.d.ts +67 -0
- package/bedrock/getPrompt.js +25 -0
- package/bedrock/getPrompt.js.map +1 -0
- package/bedrock/getPromptVersion.d.ts +56 -0
- package/bedrock/getPromptVersion.js +25 -0
- package/bedrock/getPromptVersion.js.map +1 -0
- package/bedrock/index.d.ts +30 -0
- package/bedrock/index.js +36 -1
- package/bedrock/index.js.map +1 -1
- package/bedrock/prompt.d.ts +101 -0
- package/bedrock/prompt.js +76 -0
- package/bedrock/prompt.js.map +1 -0
- package/bedrock/promptVersion.d.ts +82 -0
- package/bedrock/promptVersion.js +79 -0
- package/bedrock/promptVersion.js.map +1 -0
- package/dms/replicationConfig.d.ts +13 -13
- package/dms/replicationConfig.js +18 -0
- package/dms/replicationConfig.js.map +1 -1
- package/ec2/eipAssociation.d.ts +13 -16
- package/ec2/eipAssociation.js +2 -1
- package/ec2/eipAssociation.js.map +1 -1
- package/ec2/getEipAssociation.d.ts +7 -5
- package/ec2/getEipAssociation.js +4 -2
- package/ec2/getEipAssociation.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +3 -3
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/networkInterfaceAttachment.d.ts +5 -5
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +8 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/eks/cluster.d.ts +2 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +1 -0
- package/eks/getCluster.js.map +1 -1
- package/lightsail/alarm.d.ts +2 -2
- package/lightsail/certificate.d.ts +1 -1
- package/lightsail/certificate.js +1 -1
- package/lightsail/getCertificate.d.ts +2 -2
- package/lightsail/getCertificate.js +2 -2
- package/mediaconnect/flowOutput.d.ts +8 -0
- package/mediaconnect/flowOutput.js +2 -0
- package/mediaconnect/flowOutput.js.map +1 -1
- package/mediapackagev2/channel.d.ts +3 -0
- package/mediapackagev2/channel.js +3 -1
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getOriginEndpoint.d.ts +1 -0
- package/mediapackagev2/getOriginEndpoint.js.map +1 -1
- package/mediapackagev2/originEndpoint.d.ts +2 -0
- package/mediapackagev2/originEndpoint.js +2 -0
- package/mediapackagev2/originEndpoint.js.map +1 -1
- package/mwaa/environment.d.ts +2 -2
- package/mwaa/getEnvironment.d.ts +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbCluster.d.ts +2 -2
- package/rds/dbInstance.d.ts +0 -8
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +0 -3
- package/rds/getDbInstance.js.map +1 -1
- package/secretsmanager/getResourcePolicy.d.ts +33 -0
- package/secretsmanager/getResourcePolicy.js +25 -0
- package/secretsmanager/getResourcePolicy.js.map +1 -0
- package/secretsmanager/index.d.ts +6 -0
- package/secretsmanager/index.js +8 -1
- package/secretsmanager/index.js.map +1 -1
- package/secretsmanager/resourcePolicy.d.ts +65 -0
- package/secretsmanager/resourcePolicy.js +70 -0
- package/secretsmanager/resourcePolicy.js.map +1 -0
- package/types/enums/bedrock/index.d.ts +112 -0
- package/types/enums/bedrock/index.js +65 -1
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/eks/index.d.ts +8 -0
- package/types/enums/eks/index.js +5 -1
- package/types/enums/eks/index.js.map +1 -1
- package/types/enums/mediaconnect/index.d.ts +8 -0
- package/types/enums/mediaconnect/index.js +5 -1
- package/types/enums/mediaconnect/index.js.map +1 -1
- package/types/enums/mediapackagev2/index.d.ts +12 -0
- package/types/enums/mediapackagev2/index.js +11 -1
- package/types/enums/mediapackagev2/index.js.map +1 -1
- package/types/input.d.ts +623 -46
- package/types/output.d.ts +1041 -46
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -3891,15 +3891,24 @@ export declare namespace applicationautoscaling {
|
|
|
3891
3891
|
scheduledScalingSuspended?: pulumi.Input<boolean>;
|
|
3892
3892
|
}
|
|
3893
3893
|
/**
|
|
3894
|
-
*
|
|
3894
|
+
* Contains customized metric specification information for a target tracking scaling policy for Application Auto Scaling.
|
|
3895
|
+
* For information about the available metrics for a service, see [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3896
|
+
* To create your customized metric specification:
|
|
3897
|
+
* + Add values for each required parameter from CloudWatch. You can use an existing metric, or a new metric that you create. To use your own metric, you must first publish the metric to CloudWatch. For more information, see [Publish custom metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3898
|
+
* + Choose a metric that changes proportionally with capacity. The value of the metric should increase or decrease in inverse proportion to the number of capacity units. That is, the value of the metric should decrease when capacity increases, and increase when capacity decreases.
|
|
3899
|
+
*
|
|
3900
|
+
* For an example of how creating new metrics can be useful, see [Scaling based on Amazon SQS](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-using-sqs-queue.html) in the *Amazon EC2 Auto Scaling User Guide*. This topic mentions Auto Scaling groups, but the same scenario for Amazon SQS can apply to the target tracking scaling policies that you create for a Spot Fleet by using Application Auto Scaling.
|
|
3901
|
+
* For more information about the CloudWatch terminology below, see [Amazon CloudWatch concepts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html).
|
|
3902
|
+
* ``CustomizedMetricSpecification`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html) property type.
|
|
3895
3903
|
*/
|
|
3896
3904
|
interface ScalingPolicyCustomizedMetricSpecificationArgs {
|
|
3897
3905
|
/**
|
|
3898
3906
|
* The dimensions of the metric.
|
|
3907
|
+
* Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
3899
3908
|
*/
|
|
3900
3909
|
dimensions?: pulumi.Input<pulumi.Input<inputs.applicationautoscaling.ScalingPolicyMetricDimensionArgs>[]>;
|
|
3901
3910
|
/**
|
|
3902
|
-
* The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the Metric object that
|
|
3911
|
+
* The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the [Metric](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html) object that's returned by a call to [ListMetrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html).
|
|
3903
3912
|
*/
|
|
3904
3913
|
metricName?: pulumi.Input<string>;
|
|
3905
3914
|
/**
|
|
@@ -3915,12 +3924,12 @@ export declare namespace applicationautoscaling {
|
|
|
3915
3924
|
*/
|
|
3916
3925
|
statistic?: pulumi.Input<string>;
|
|
3917
3926
|
/**
|
|
3918
|
-
* The unit of the metric. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference
|
|
3927
|
+
* The unit of the metric. For a complete list of the units that CloudWatch supports, see the [MetricDatum](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html) data type in the *Amazon CloudWatch API Reference*.
|
|
3919
3928
|
*/
|
|
3920
3929
|
unit?: pulumi.Input<string>;
|
|
3921
3930
|
}
|
|
3922
3931
|
/**
|
|
3923
|
-
*
|
|
3932
|
+
* ``MetricDimension`` specifies a name/value pair that is part of the identity of a CloudWatch metric for the ``Dimensions`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html) property type. Duplicate dimensions are not allowed.
|
|
3924
3933
|
*/
|
|
3925
3934
|
interface ScalingPolicyMetricDimensionArgs {
|
|
3926
3935
|
/**
|
|
@@ -3933,66 +3942,86 @@ export declare namespace applicationautoscaling {
|
|
|
3933
3942
|
value: pulumi.Input<string>;
|
|
3934
3943
|
}
|
|
3935
3944
|
/**
|
|
3936
|
-
*
|
|
3945
|
+
* Contains predefined metric specification information for a target tracking scaling policy for Application Auto Scaling.
|
|
3946
|
+
* ``PredefinedMetricSpecification`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html) property type.
|
|
3937
3947
|
*/
|
|
3938
3948
|
interface ScalingPolicyPredefinedMetricSpecificationArgs {
|
|
3939
3949
|
/**
|
|
3940
|
-
* The metric type. The ALBRequestCountPerTarget metric type applies only to Spot
|
|
3950
|
+
* The metric type. The ``ALBRequestCountPerTarget`` metric type applies only to Spot fleet requests and ECS services.
|
|
3941
3951
|
*/
|
|
3942
3952
|
predefinedMetricType: pulumi.Input<string>;
|
|
3943
3953
|
/**
|
|
3944
|
-
* Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ALBRequestCountPerTarget and there is a target group attached to the Spot Fleet or ECS service.
|
|
3954
|
+
* Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ``ALBRequestCountPerTarget`` and there is a target group attached to the Spot Fleet or ECS service.
|
|
3955
|
+
* You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:
|
|
3956
|
+
* ``app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff``.
|
|
3957
|
+
* Where:
|
|
3958
|
+
* + app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
|
|
3959
|
+
* + targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.
|
|
3960
|
+
*
|
|
3961
|
+
* To find the ARN for an Application Load Balancer, use the [DescribeLoadBalancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) API operation. To find the ARN for the target group, use the [DescribeTargetGroups](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html) API operation.
|
|
3945
3962
|
*/
|
|
3946
3963
|
resourceLabel?: pulumi.Input<string>;
|
|
3947
3964
|
}
|
|
3948
3965
|
/**
|
|
3949
|
-
*
|
|
3966
|
+
* ``StepAdjustment`` specifies a step adjustment for the ``StepAdjustments`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy StepScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html) property type.
|
|
3967
|
+
* For the following examples, suppose that you have an alarm with a breach threshold of 50:
|
|
3968
|
+
* + To trigger a step adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
|
|
3969
|
+
* + To trigger a step adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.
|
|
3970
|
+
*
|
|
3971
|
+
* For more information, see [Step adjustments](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html#as-scaling-steps) in the *Application Auto Scaling User Guide*.
|
|
3972
|
+
* You can find a sample template snippet in the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#aws-resource-applicationautoscaling-scalingpolicy--examples) section of the ``AWS::ApplicationAutoScaling::ScalingPolicy`` documentation.
|
|
3950
3973
|
*/
|
|
3951
3974
|
interface ScalingPolicyStepAdjustmentArgs {
|
|
3952
3975
|
/**
|
|
3953
3976
|
* The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.
|
|
3977
|
+
* You must specify at least one upper or lower bound.
|
|
3954
3978
|
*/
|
|
3955
3979
|
metricIntervalLowerBound?: pulumi.Input<number>;
|
|
3956
3980
|
/**
|
|
3957
3981
|
* The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.
|
|
3982
|
+
* You must specify at least one upper or lower bound.
|
|
3958
3983
|
*/
|
|
3959
3984
|
metricIntervalUpperBound?: pulumi.Input<number>;
|
|
3960
3985
|
/**
|
|
3961
|
-
* The amount by which to scale
|
|
3986
|
+
* The amount by which to scale. The adjustment is based on the value that you specified in the ``AdjustmentType`` property (either an absolute number or a percentage). A positive value adds to the current capacity and a negative number subtracts from the current capacity.
|
|
3962
3987
|
*/
|
|
3963
3988
|
scalingAdjustment: pulumi.Input<number>;
|
|
3964
3989
|
}
|
|
3965
3990
|
/**
|
|
3966
|
-
*
|
|
3991
|
+
* ``StepScalingPolicyConfiguration`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html) resource that specifies a step scaling policy configuration for Application Auto Scaling.
|
|
3992
|
+
* For more information, see [Step scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) in the *Application Auto Scaling User Guide*.
|
|
3967
3993
|
*/
|
|
3968
3994
|
interface ScalingPolicyStepScalingPolicyConfigurationArgs {
|
|
3969
3995
|
/**
|
|
3970
|
-
* Specifies
|
|
3996
|
+
* Specifies whether the ``ScalingAdjustment`` value in the ``StepAdjustment`` property is an absolute number or a percentage of the current capacity.
|
|
3971
3997
|
*/
|
|
3972
3998
|
adjustmentType?: pulumi.Input<string>;
|
|
3973
3999
|
/**
|
|
3974
|
-
* The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
|
4000
|
+
* The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see [Cooldown period](https://docs.aws.amazon.com/autoscaling/application/userguide/step-scaling-policy-overview.html#step-scaling-cooldown) in the *Application Auto Scaling User Guide*.
|
|
3975
4001
|
*/
|
|
3976
4002
|
cooldown?: pulumi.Input<number>;
|
|
3977
4003
|
/**
|
|
3978
|
-
* The aggregation type for the CloudWatch metrics. Valid values are Minimum
|
|
4004
|
+
* The aggregation type for the CloudWatch metrics. Valid values are ``Minimum``, ``Maximum``, and ``Average``. If the aggregation type is null, the value is treated as ``Average``.
|
|
3979
4005
|
*/
|
|
3980
4006
|
metricAggregationType?: pulumi.Input<string>;
|
|
3981
4007
|
/**
|
|
3982
|
-
* The minimum value to scale by when the adjustment type is PercentChangeInCapacity.
|
|
4008
|
+
* The minimum value to scale by when the adjustment type is ``PercentChangeInCapacity``. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a ``MinAdjustmentMagnitude`` of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a ``MinAdjustmentMagnitude`` of 2, Application Auto Scaling scales out the service by 2 tasks.
|
|
3983
4009
|
*/
|
|
3984
4010
|
minAdjustmentMagnitude?: pulumi.Input<number>;
|
|
3985
4011
|
/**
|
|
3986
4012
|
* A set of adjustments that enable you to scale based on the size of the alarm breach.
|
|
4013
|
+
* At least one step adjustment is required if you are adding a new step scaling policy configuration.
|
|
3987
4014
|
*/
|
|
3988
4015
|
stepAdjustments?: pulumi.Input<pulumi.Input<inputs.applicationautoscaling.ScalingPolicyStepAdjustmentArgs>[]>;
|
|
3989
4016
|
}
|
|
3990
4017
|
/**
|
|
3991
|
-
* Represents a specific metric.
|
|
4018
|
+
* Represents a specific metric for a target tracking scaling policy for Application Auto Scaling.
|
|
4019
|
+
* Metric is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricStat](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricstat.html) property type.
|
|
3992
4020
|
*/
|
|
3993
4021
|
interface ScalingPolicyTargetTrackingMetricArgs {
|
|
3994
4022
|
/**
|
|
3995
|
-
* The dimensions for the metric.
|
|
4023
|
+
* The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
4024
|
+
* Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
3996
4025
|
*/
|
|
3997
4026
|
dimensions?: pulumi.Input<pulumi.Input<inputs.applicationautoscaling.ScalingPolicyTargetTrackingMetricDimensionArgs>[]>;
|
|
3998
4027
|
/**
|
|
@@ -4000,20 +4029,24 @@ export declare namespace applicationautoscaling {
|
|
|
4000
4029
|
*/
|
|
4001
4030
|
metricName?: pulumi.Input<string>;
|
|
4002
4031
|
/**
|
|
4003
|
-
* The namespace of the metric.
|
|
4032
|
+
* The namespace of the metric. For more information, see the table in [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
4004
4033
|
*/
|
|
4005
4034
|
namespace?: pulumi.Input<string>;
|
|
4006
4035
|
}
|
|
4007
4036
|
/**
|
|
4008
4037
|
* The metric data to return. Also defines whether this call is returning data for one metric only, or whether it is performing a math expression on the values of returned metric statistics to create a new time series. A time series is a series of data points, each of which is associated with a timestamp.
|
|
4038
|
+
* You can call for a single metric or perform math expressions on multiple metrics. Any expressions used in a metric specification must eventually return a single time series.
|
|
4039
|
+
* For more information and examples, see [Create a target tracking scaling policy for Application Auto Scaling using metric math](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking-metric-math.html) in the *Application Auto Scaling User Guide*.
|
|
4040
|
+
* ``TargetTrackingMetricDataQuery`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html) property type.
|
|
4009
4041
|
*/
|
|
4010
4042
|
interface ScalingPolicyTargetTrackingMetricDataQueryArgs {
|
|
4011
4043
|
/**
|
|
4012
|
-
* The math expression to perform on the returned data, if this object is performing a math expression.
|
|
4044
|
+
* The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the ``Id`` of the other metrics to refer to those metrics, and can also use the ``Id`` of other expressions to use the result of those expressions.
|
|
4045
|
+
* Conditional: Within each ``TargetTrackingMetricDataQuery`` object, you must specify either ``Expression`` or ``MetricStat``, but not both.
|
|
4013
4046
|
*/
|
|
4014
4047
|
expression?: pulumi.Input<string>;
|
|
4015
4048
|
/**
|
|
4016
|
-
* A short name that identifies the object's results in the response.
|
|
4049
|
+
* A short name that identifies the object's results in the response. This name must be unique among all ``MetricDataQuery`` objects specified for a single scaling policy. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscores. The first character must be a lowercase letter.
|
|
4017
4050
|
*/
|
|
4018
4051
|
id?: pulumi.Input<string>;
|
|
4019
4052
|
/**
|
|
@@ -4022,15 +4055,18 @@ export declare namespace applicationautoscaling {
|
|
|
4022
4055
|
label?: pulumi.Input<string>;
|
|
4023
4056
|
/**
|
|
4024
4057
|
* Information about the metric data to return.
|
|
4058
|
+
* Conditional: Within each ``MetricDataQuery`` object, you must specify either ``Expression`` or ``MetricStat``, but not both.
|
|
4025
4059
|
*/
|
|
4026
4060
|
metricStat?: pulumi.Input<inputs.applicationautoscaling.ScalingPolicyTargetTrackingMetricStatArgs>;
|
|
4027
4061
|
/**
|
|
4028
4062
|
* Indicates whether to return the timestamps and raw data values of this metric.
|
|
4063
|
+
* If you use any math expressions, specify ``true`` for this value for only the final math expression that the metric specification is based on. You must specify ``false`` for ``ReturnData`` for all the other metrics and expressions used in the metric specification.
|
|
4064
|
+
* If you are only retrieving metrics and not performing any math expressions, do not specify anything for ``ReturnData``. This sets it to its default (``true``).
|
|
4029
4065
|
*/
|
|
4030
4066
|
returnData?: pulumi.Input<boolean>;
|
|
4031
4067
|
}
|
|
4032
4068
|
/**
|
|
4033
|
-
*
|
|
4069
|
+
* ``TargetTrackingMetricDimension`` specifies a name/value pair that is part of the identity of a CloudWatch metric for the ``Dimensions`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetric](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetric.html) property type. Duplicate dimensions are not allowed.
|
|
4034
4070
|
*/
|
|
4035
4071
|
interface ScalingPolicyTargetTrackingMetricDimensionArgs {
|
|
4036
4072
|
/**
|
|
@@ -4043,24 +4079,28 @@ export declare namespace applicationautoscaling {
|
|
|
4043
4079
|
value?: pulumi.Input<string>;
|
|
4044
4080
|
}
|
|
4045
4081
|
/**
|
|
4046
|
-
* This structure defines the CloudWatch metric to return, along with the statistic
|
|
4082
|
+
* This structure defines the CloudWatch metric to return, along with the statistic and unit.
|
|
4083
|
+
* ``TargetTrackingMetricStat`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricdataquery.html) property type.
|
|
4084
|
+
* For more information about the CloudWatch terminology below, see [Amazon CloudWatch concepts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html) in the *Amazon CloudWatch User Guide*.
|
|
4047
4085
|
*/
|
|
4048
4086
|
interface ScalingPolicyTargetTrackingMetricStatArgs {
|
|
4049
4087
|
/**
|
|
4050
|
-
* The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
|
4088
|
+
* The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the [Metric](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html) object that is returned by a call to [ListMetrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html).
|
|
4051
4089
|
*/
|
|
4052
4090
|
metric?: pulumi.Input<inputs.applicationautoscaling.ScalingPolicyTargetTrackingMetricArgs>;
|
|
4053
4091
|
/**
|
|
4054
|
-
* The statistic to return. It can include any CloudWatch statistic or extended statistic.
|
|
4092
|
+
* The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in [Statistics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic) in the *Amazon CloudWatch User Guide*.
|
|
4093
|
+
* The most commonly used metric for scaling is ``Average``.
|
|
4055
4094
|
*/
|
|
4056
4095
|
stat?: pulumi.Input<string>;
|
|
4057
4096
|
/**
|
|
4058
|
-
* The unit to use for the returned data points.
|
|
4097
|
+
* The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the [MetricDatum](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html) data type in the *Amazon CloudWatch API Reference*.
|
|
4059
4098
|
*/
|
|
4060
4099
|
unit?: pulumi.Input<string>;
|
|
4061
4100
|
}
|
|
4062
4101
|
/**
|
|
4063
|
-
*
|
|
4102
|
+
* ``TargetTrackingScalingPolicyConfiguration`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html) resource that specifies a target tracking scaling policy configuration for Application Auto Scaling. Use a target tracking scaling policy to adjust the capacity of the specified scalable target in response to actual workloads, so that resource utilization remains at or near the target utilization value.
|
|
4103
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) in the *Application Auto Scaling User Guide*.
|
|
4064
4104
|
*/
|
|
4065
4105
|
interface ScalingPolicyTargetTrackingScalingPolicyConfigurationArgs {
|
|
4066
4106
|
/**
|
|
@@ -4068,7 +4108,7 @@ export declare namespace applicationautoscaling {
|
|
|
4068
4108
|
*/
|
|
4069
4109
|
customizedMetricSpecification?: pulumi.Input<inputs.applicationautoscaling.ScalingPolicyCustomizedMetricSpecificationArgs>;
|
|
4070
4110
|
/**
|
|
4071
|
-
* Indicates whether scale in by the target tracking scaling policy is disabled. If the value is true
|
|
4111
|
+
* Indicates whether scale in by the target tracking scaling policy is disabled. If the value is ``true``, scale in is disabled and the target tracking scaling policy won't remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is ``false``.
|
|
4072
4112
|
*/
|
|
4073
4113
|
disableScaleIn?: pulumi.Input<boolean>;
|
|
4074
4114
|
/**
|
|
@@ -4076,11 +4116,11 @@ export declare namespace applicationautoscaling {
|
|
|
4076
4116
|
*/
|
|
4077
4117
|
predefinedMetricSpecification?: pulumi.Input<inputs.applicationautoscaling.ScalingPolicyPredefinedMetricSpecificationArgs>;
|
|
4078
4118
|
/**
|
|
4079
|
-
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.
|
|
4119
|
+
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see [Define cooldown periods](https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown) in the *Application Auto Scaling User Guide*.
|
|
4080
4120
|
*/
|
|
4081
4121
|
scaleInCooldown?: pulumi.Input<number>;
|
|
4082
4122
|
/**
|
|
4083
|
-
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect.
|
|
4123
|
+
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see [Define cooldown periods](https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown) in the *Application Auto Scaling User Guide*.
|
|
4084
4124
|
*/
|
|
4085
4125
|
scaleOutCooldown?: pulumi.Input<number>;
|
|
4086
4126
|
/**
|
|
@@ -8490,6 +8530,366 @@ export declare namespace bedrock {
|
|
|
8490
8530
|
*/
|
|
8491
8531
|
chunkingConfiguration?: pulumi.Input<inputs.bedrock.DataSourceChunkingConfigurationArgs>;
|
|
8492
8532
|
}
|
|
8533
|
+
/**
|
|
8534
|
+
* Details about the routing configuration for a Flow alias.
|
|
8535
|
+
*/
|
|
8536
|
+
interface FlowAliasRoutingConfigurationListItemArgs {
|
|
8537
|
+
/**
|
|
8538
|
+
* Version.
|
|
8539
|
+
*/
|
|
8540
|
+
flowVersion?: pulumi.Input<string>;
|
|
8541
|
+
}
|
|
8542
|
+
/**
|
|
8543
|
+
* Condition branch for a condition node
|
|
8544
|
+
*/
|
|
8545
|
+
interface FlowConditionArgs {
|
|
8546
|
+
/**
|
|
8547
|
+
* Expression for a condition in a flow
|
|
8548
|
+
*/
|
|
8549
|
+
expression?: pulumi.Input<string>;
|
|
8550
|
+
/**
|
|
8551
|
+
* Name of a condition in a flow
|
|
8552
|
+
*/
|
|
8553
|
+
name: pulumi.Input<string>;
|
|
8554
|
+
}
|
|
8555
|
+
/**
|
|
8556
|
+
* Condition flow node configuration
|
|
8557
|
+
*/
|
|
8558
|
+
interface FlowConditionFlowNodeConfigurationArgs {
|
|
8559
|
+
/**
|
|
8560
|
+
* List of conditions in a condition node
|
|
8561
|
+
*/
|
|
8562
|
+
conditions: pulumi.Input<pulumi.Input<inputs.bedrock.FlowConditionArgs>[]>;
|
|
8563
|
+
}
|
|
8564
|
+
/**
|
|
8565
|
+
* Conditional connection configuration
|
|
8566
|
+
*/
|
|
8567
|
+
interface FlowConditionalConnectionConfigurationArgs {
|
|
8568
|
+
/**
|
|
8569
|
+
* Name of a condition in a flow
|
|
8570
|
+
*/
|
|
8571
|
+
condition: pulumi.Input<string>;
|
|
8572
|
+
}
|
|
8573
|
+
/**
|
|
8574
|
+
* Flow connection
|
|
8575
|
+
*/
|
|
8576
|
+
interface FlowConnectionArgs {
|
|
8577
|
+
/**
|
|
8578
|
+
* The configuration of the connection.
|
|
8579
|
+
*/
|
|
8580
|
+
configuration?: pulumi.Input<inputs.bedrock.FlowConnectionConfiguration0PropertiesArgs | inputs.bedrock.FlowConnectionConfiguration1PropertiesArgs>;
|
|
8581
|
+
/**
|
|
8582
|
+
* Name of a connection in a flow
|
|
8583
|
+
*/
|
|
8584
|
+
name: pulumi.Input<string>;
|
|
8585
|
+
/**
|
|
8586
|
+
* Name of a node in a flow
|
|
8587
|
+
*/
|
|
8588
|
+
source: pulumi.Input<string>;
|
|
8589
|
+
/**
|
|
8590
|
+
* Name of a node in a flow
|
|
8591
|
+
*/
|
|
8592
|
+
target: pulumi.Input<string>;
|
|
8593
|
+
/**
|
|
8594
|
+
* Whether the source node that the connection begins from is a condition node ( `Conditional` ) or not ( `Data` ).
|
|
8595
|
+
*/
|
|
8596
|
+
type: pulumi.Input<enums.bedrock.FlowConnectionType>;
|
|
8597
|
+
}
|
|
8598
|
+
/**
|
|
8599
|
+
* Connection configuration
|
|
8600
|
+
*/
|
|
8601
|
+
interface FlowConnectionConfiguration0PropertiesArgs {
|
|
8602
|
+
data: pulumi.Input<inputs.bedrock.FlowDataConnectionConfigurationArgs>;
|
|
8603
|
+
}
|
|
8604
|
+
/**
|
|
8605
|
+
* Connection configuration
|
|
8606
|
+
*/
|
|
8607
|
+
interface FlowConnectionConfiguration1PropertiesArgs {
|
|
8608
|
+
conditional: pulumi.Input<inputs.bedrock.FlowConditionalConnectionConfigurationArgs>;
|
|
8609
|
+
}
|
|
8610
|
+
/**
|
|
8611
|
+
* Data connection configuration
|
|
8612
|
+
*/
|
|
8613
|
+
interface FlowDataConnectionConfigurationArgs {
|
|
8614
|
+
/**
|
|
8615
|
+
* Name of a node output in a flow
|
|
8616
|
+
*/
|
|
8617
|
+
sourceOutput: pulumi.Input<string>;
|
|
8618
|
+
/**
|
|
8619
|
+
* Name of a node input in a flow
|
|
8620
|
+
*/
|
|
8621
|
+
targetInput: pulumi.Input<string>;
|
|
8622
|
+
}
|
|
8623
|
+
/**
|
|
8624
|
+
* Flow definition
|
|
8625
|
+
*/
|
|
8626
|
+
interface FlowDefinitionArgs {
|
|
8627
|
+
/**
|
|
8628
|
+
* List of connections
|
|
8629
|
+
*/
|
|
8630
|
+
connections?: pulumi.Input<pulumi.Input<inputs.bedrock.FlowConnectionArgs>[]>;
|
|
8631
|
+
/**
|
|
8632
|
+
* List of nodes in a flow
|
|
8633
|
+
*/
|
|
8634
|
+
nodes?: pulumi.Input<pulumi.Input<inputs.bedrock.FlowNodeArgs>[]>;
|
|
8635
|
+
}
|
|
8636
|
+
/**
|
|
8637
|
+
* Input flow node configuration
|
|
8638
|
+
*/
|
|
8639
|
+
interface FlowInputFlowNodeConfigurationArgs {
|
|
8640
|
+
}
|
|
8641
|
+
/**
|
|
8642
|
+
* Knowledge base flow node configuration
|
|
8643
|
+
*/
|
|
8644
|
+
interface FlowKnowledgeBaseFlowNodeConfigurationArgs {
|
|
8645
|
+
/**
|
|
8646
|
+
* Identifier of the KnowledgeBase
|
|
8647
|
+
*/
|
|
8648
|
+
knowledgeBaseId: pulumi.Input<string>;
|
|
8649
|
+
/**
|
|
8650
|
+
* ARN or name of a Bedrock model.
|
|
8651
|
+
*/
|
|
8652
|
+
modelId?: pulumi.Input<string>;
|
|
8653
|
+
}
|
|
8654
|
+
/**
|
|
8655
|
+
* Lambda function flow node configuration
|
|
8656
|
+
*/
|
|
8657
|
+
interface FlowLambdaFunctionFlowNodeConfigurationArgs {
|
|
8658
|
+
/**
|
|
8659
|
+
* ARN of a Lambda.
|
|
8660
|
+
*/
|
|
8661
|
+
lambdaArn: pulumi.Input<string>;
|
|
8662
|
+
}
|
|
8663
|
+
/**
|
|
8664
|
+
* Lex flow node configuration
|
|
8665
|
+
*/
|
|
8666
|
+
interface FlowLexFlowNodeConfigurationArgs {
|
|
8667
|
+
/**
|
|
8668
|
+
* ARN of a Lex bot alias
|
|
8669
|
+
*/
|
|
8670
|
+
botAliasArn: pulumi.Input<string>;
|
|
8671
|
+
/**
|
|
8672
|
+
* Lex bot locale id
|
|
8673
|
+
*/
|
|
8674
|
+
localeId: pulumi.Input<string>;
|
|
8675
|
+
}
|
|
8676
|
+
/**
|
|
8677
|
+
* Internal mixin for flow node
|
|
8678
|
+
*/
|
|
8679
|
+
interface FlowNodeArgs {
|
|
8680
|
+
/**
|
|
8681
|
+
* Contains configurations for the node.
|
|
8682
|
+
*/
|
|
8683
|
+
configuration?: pulumi.Input<inputs.bedrock.FlowNodeConfiguration0PropertiesArgs | inputs.bedrock.FlowNodeConfiguration1PropertiesArgs | inputs.bedrock.FlowNodeConfiguration2PropertiesArgs | inputs.bedrock.FlowNodeConfiguration3PropertiesArgs | inputs.bedrock.FlowNodeConfiguration4PropertiesArgs | inputs.bedrock.FlowNodeConfiguration5PropertiesArgs | inputs.bedrock.FlowNodeConfiguration6PropertiesArgs>;
|
|
8684
|
+
/**
|
|
8685
|
+
* List of node inputs in a flow
|
|
8686
|
+
*/
|
|
8687
|
+
inputs?: pulumi.Input<pulumi.Input<inputs.bedrock.FlowNodeInputArgs>[]>;
|
|
8688
|
+
/**
|
|
8689
|
+
* Name of a node in a flow
|
|
8690
|
+
*/
|
|
8691
|
+
name: pulumi.Input<string>;
|
|
8692
|
+
/**
|
|
8693
|
+
* List of node outputs in a flow
|
|
8694
|
+
*/
|
|
8695
|
+
outputs?: pulumi.Input<pulumi.Input<inputs.bedrock.FlowNodeOutputArgs>[]>;
|
|
8696
|
+
/**
|
|
8697
|
+
* The type of node. This value must match the name of the key that you provide in the configuration you provide in the `FlowNodeConfiguration` field.
|
|
8698
|
+
*/
|
|
8699
|
+
type: pulumi.Input<enums.bedrock.FlowNodeType>;
|
|
8700
|
+
}
|
|
8701
|
+
/**
|
|
8702
|
+
* Node configuration in a flow
|
|
8703
|
+
*/
|
|
8704
|
+
interface FlowNodeConfiguration0PropertiesArgs {
|
|
8705
|
+
input: pulumi.Input<inputs.bedrock.FlowInputFlowNodeConfigurationArgs>;
|
|
8706
|
+
}
|
|
8707
|
+
/**
|
|
8708
|
+
* Node configuration in a flow
|
|
8709
|
+
*/
|
|
8710
|
+
interface FlowNodeConfiguration1PropertiesArgs {
|
|
8711
|
+
output: pulumi.Input<inputs.bedrock.FlowOutputFlowNodeConfigurationArgs>;
|
|
8712
|
+
}
|
|
8713
|
+
/**
|
|
8714
|
+
* Node configuration in a flow
|
|
8715
|
+
*/
|
|
8716
|
+
interface FlowNodeConfiguration2PropertiesArgs {
|
|
8717
|
+
knowledgeBase: pulumi.Input<inputs.bedrock.FlowKnowledgeBaseFlowNodeConfigurationArgs>;
|
|
8718
|
+
}
|
|
8719
|
+
/**
|
|
8720
|
+
* Node configuration in a flow
|
|
8721
|
+
*/
|
|
8722
|
+
interface FlowNodeConfiguration3PropertiesArgs {
|
|
8723
|
+
condition: pulumi.Input<inputs.bedrock.FlowConditionFlowNodeConfigurationArgs>;
|
|
8724
|
+
}
|
|
8725
|
+
/**
|
|
8726
|
+
* Node configuration in a flow
|
|
8727
|
+
*/
|
|
8728
|
+
interface FlowNodeConfiguration4PropertiesArgs {
|
|
8729
|
+
lex: pulumi.Input<inputs.bedrock.FlowLexFlowNodeConfigurationArgs>;
|
|
8730
|
+
}
|
|
8731
|
+
/**
|
|
8732
|
+
* Node configuration in a flow
|
|
8733
|
+
*/
|
|
8734
|
+
interface FlowNodeConfiguration5PropertiesArgs {
|
|
8735
|
+
prompt: pulumi.Input<inputs.bedrock.FlowPromptFlowNodeConfigurationArgs>;
|
|
8736
|
+
}
|
|
8737
|
+
/**
|
|
8738
|
+
* Node configuration in a flow
|
|
8739
|
+
*/
|
|
8740
|
+
interface FlowNodeConfiguration6PropertiesArgs {
|
|
8741
|
+
lambdaFunction: pulumi.Input<inputs.bedrock.FlowLambdaFunctionFlowNodeConfigurationArgs>;
|
|
8742
|
+
}
|
|
8743
|
+
/**
|
|
8744
|
+
* Input to a node in a flow
|
|
8745
|
+
*/
|
|
8746
|
+
interface FlowNodeInputArgs {
|
|
8747
|
+
/**
|
|
8748
|
+
* Expression for a node input in a flow
|
|
8749
|
+
*/
|
|
8750
|
+
expression: pulumi.Input<string>;
|
|
8751
|
+
/**
|
|
8752
|
+
* Name of a node input in a flow
|
|
8753
|
+
*/
|
|
8754
|
+
name: pulumi.Input<string>;
|
|
8755
|
+
/**
|
|
8756
|
+
* The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
|
|
8757
|
+
*/
|
|
8758
|
+
type: pulumi.Input<enums.bedrock.FlowNodeIoDataType>;
|
|
8759
|
+
}
|
|
8760
|
+
/**
|
|
8761
|
+
* Output of a node in a flow
|
|
8762
|
+
*/
|
|
8763
|
+
interface FlowNodeOutputArgs {
|
|
8764
|
+
/**
|
|
8765
|
+
* Name of a node output in a flow
|
|
8766
|
+
*/
|
|
8767
|
+
name: pulumi.Input<string>;
|
|
8768
|
+
/**
|
|
8769
|
+
* The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
|
|
8770
|
+
*/
|
|
8771
|
+
type: pulumi.Input<enums.bedrock.FlowNodeIoDataType>;
|
|
8772
|
+
}
|
|
8773
|
+
/**
|
|
8774
|
+
* Output flow node configuration
|
|
8775
|
+
*/
|
|
8776
|
+
interface FlowOutputFlowNodeConfigurationArgs {
|
|
8777
|
+
}
|
|
8778
|
+
/**
|
|
8779
|
+
* Prompt flow node configuration
|
|
8780
|
+
*/
|
|
8781
|
+
interface FlowPromptFlowNodeConfigurationArgs {
|
|
8782
|
+
sourceConfiguration: pulumi.Input<inputs.bedrock.FlowPromptFlowNodeSourceConfiguration0PropertiesArgs | inputs.bedrock.FlowPromptFlowNodeSourceConfiguration1PropertiesArgs>;
|
|
8783
|
+
}
|
|
8784
|
+
/**
|
|
8785
|
+
* Inline prompt configuration for prompt node
|
|
8786
|
+
*/
|
|
8787
|
+
interface FlowPromptFlowNodeInlineConfigurationArgs {
|
|
8788
|
+
inferenceConfiguration?: pulumi.Input<inputs.bedrock.FlowPromptInferenceConfigurationPropertiesArgs>;
|
|
8789
|
+
/**
|
|
8790
|
+
* ARN or name of a Bedrock model.
|
|
8791
|
+
*/
|
|
8792
|
+
modelId: pulumi.Input<string>;
|
|
8793
|
+
templateConfiguration: pulumi.Input<inputs.bedrock.FlowPromptTemplateConfigurationPropertiesArgs>;
|
|
8794
|
+
templateType: pulumi.Input<enums.bedrock.FlowPromptTemplateType>;
|
|
8795
|
+
}
|
|
8796
|
+
/**
|
|
8797
|
+
* Resource prompt configuration for prompt node
|
|
8798
|
+
*/
|
|
8799
|
+
interface FlowPromptFlowNodeResourceConfigurationArgs {
|
|
8800
|
+
/**
|
|
8801
|
+
* ARN of a prompt resource possibly with a version
|
|
8802
|
+
*/
|
|
8803
|
+
promptArn: pulumi.Input<string>;
|
|
8804
|
+
}
|
|
8805
|
+
/**
|
|
8806
|
+
* Prompt source configuration for prompt node
|
|
8807
|
+
*/
|
|
8808
|
+
interface FlowPromptFlowNodeSourceConfiguration0PropertiesArgs {
|
|
8809
|
+
resource: pulumi.Input<inputs.bedrock.FlowPromptFlowNodeResourceConfigurationArgs>;
|
|
8810
|
+
}
|
|
8811
|
+
/**
|
|
8812
|
+
* Prompt source configuration for prompt node
|
|
8813
|
+
*/
|
|
8814
|
+
interface FlowPromptFlowNodeSourceConfiguration1PropertiesArgs {
|
|
8815
|
+
inline: pulumi.Input<inputs.bedrock.FlowPromptFlowNodeInlineConfigurationArgs>;
|
|
8816
|
+
}
|
|
8817
|
+
/**
|
|
8818
|
+
* Model inference configuration
|
|
8819
|
+
*/
|
|
8820
|
+
interface FlowPromptInferenceConfigurationPropertiesArgs {
|
|
8821
|
+
text: pulumi.Input<inputs.bedrock.FlowPromptModelInferenceConfigurationArgs>;
|
|
8822
|
+
}
|
|
8823
|
+
/**
|
|
8824
|
+
* Input variable
|
|
8825
|
+
*/
|
|
8826
|
+
interface FlowPromptInputVariableArgs {
|
|
8827
|
+
/**
|
|
8828
|
+
* Name for an input variable
|
|
8829
|
+
*/
|
|
8830
|
+
name?: pulumi.Input<string>;
|
|
8831
|
+
}
|
|
8832
|
+
/**
|
|
8833
|
+
* Prompt model inference configuration
|
|
8834
|
+
*/
|
|
8835
|
+
interface FlowPromptModelInferenceConfigurationArgs {
|
|
8836
|
+
/**
|
|
8837
|
+
* Maximum length of output
|
|
8838
|
+
*/
|
|
8839
|
+
maxTokens?: pulumi.Input<number>;
|
|
8840
|
+
/**
|
|
8841
|
+
* List of stop sequences
|
|
8842
|
+
*/
|
|
8843
|
+
stopSequences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8844
|
+
/**
|
|
8845
|
+
* Controls randomness, higher values increase diversity
|
|
8846
|
+
*/
|
|
8847
|
+
temperature?: pulumi.Input<number>;
|
|
8848
|
+
/**
|
|
8849
|
+
* Sample from the k most likely next tokens
|
|
8850
|
+
*/
|
|
8851
|
+
topK?: pulumi.Input<number>;
|
|
8852
|
+
/**
|
|
8853
|
+
* Cumulative probability cutoff for token selection
|
|
8854
|
+
*/
|
|
8855
|
+
topP?: pulumi.Input<number>;
|
|
8856
|
+
}
|
|
8857
|
+
/**
|
|
8858
|
+
* Prompt template configuration
|
|
8859
|
+
*/
|
|
8860
|
+
interface FlowPromptTemplateConfigurationPropertiesArgs {
|
|
8861
|
+
text: pulumi.Input<inputs.bedrock.FlowTextPromptTemplateConfigurationArgs>;
|
|
8862
|
+
}
|
|
8863
|
+
/**
|
|
8864
|
+
* A bucket, key and optional version pointing to an S3 object containing a UTF-8 encoded JSON string Definition with the same schema as the Definition property of this resource
|
|
8865
|
+
*/
|
|
8866
|
+
interface FlowS3LocationArgs {
|
|
8867
|
+
/**
|
|
8868
|
+
* A bucket in S3
|
|
8869
|
+
*/
|
|
8870
|
+
bucket: pulumi.Input<string>;
|
|
8871
|
+
/**
|
|
8872
|
+
* A object key in S3
|
|
8873
|
+
*/
|
|
8874
|
+
key: pulumi.Input<string>;
|
|
8875
|
+
/**
|
|
8876
|
+
* The version of the the S3 object to use
|
|
8877
|
+
*/
|
|
8878
|
+
version?: pulumi.Input<string>;
|
|
8879
|
+
}
|
|
8880
|
+
/**
|
|
8881
|
+
* Configuration for text prompt template
|
|
8882
|
+
*/
|
|
8883
|
+
interface FlowTextPromptTemplateConfigurationArgs {
|
|
8884
|
+
/**
|
|
8885
|
+
* List of input variables
|
|
8886
|
+
*/
|
|
8887
|
+
inputVariables?: pulumi.Input<pulumi.Input<inputs.bedrock.FlowPromptInputVariableArgs>[]>;
|
|
8888
|
+
/**
|
|
8889
|
+
* Prompt content for String prompt template
|
|
8890
|
+
*/
|
|
8891
|
+
text: pulumi.Input<string>;
|
|
8892
|
+
}
|
|
8493
8893
|
/**
|
|
8494
8894
|
* Content filter config in content policy.
|
|
8495
8895
|
*/
|
|
@@ -8898,6 +9298,108 @@ export declare namespace bedrock {
|
|
|
8898
9298
|
*/
|
|
8899
9299
|
embeddingModelArn: pulumi.Input<string>;
|
|
8900
9300
|
}
|
|
9301
|
+
/**
|
|
9302
|
+
* Model inference configuration
|
|
9303
|
+
*/
|
|
9304
|
+
interface PromptInferenceConfigurationPropertiesArgs {
|
|
9305
|
+
text: pulumi.Input<inputs.bedrock.PromptModelInferenceConfigurationArgs>;
|
|
9306
|
+
}
|
|
9307
|
+
/**
|
|
9308
|
+
* Input variable
|
|
9309
|
+
*/
|
|
9310
|
+
interface PromptInputVariableArgs {
|
|
9311
|
+
/**
|
|
9312
|
+
* Name for an input variable
|
|
9313
|
+
*/
|
|
9314
|
+
name?: pulumi.Input<string>;
|
|
9315
|
+
}
|
|
9316
|
+
/**
|
|
9317
|
+
* Prompt model inference configuration
|
|
9318
|
+
*/
|
|
9319
|
+
interface PromptModelInferenceConfigurationArgs {
|
|
9320
|
+
/**
|
|
9321
|
+
* Maximum length of output
|
|
9322
|
+
*/
|
|
9323
|
+
maxTokens?: pulumi.Input<number>;
|
|
9324
|
+
/**
|
|
9325
|
+
* List of stop sequences
|
|
9326
|
+
*/
|
|
9327
|
+
stopSequences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9328
|
+
/**
|
|
9329
|
+
* Controls randomness, higher values increase diversity
|
|
9330
|
+
*/
|
|
9331
|
+
temperature?: pulumi.Input<number>;
|
|
9332
|
+
/**
|
|
9333
|
+
* Sample from the k most likely next tokens
|
|
9334
|
+
*/
|
|
9335
|
+
topK?: pulumi.Input<number>;
|
|
9336
|
+
/**
|
|
9337
|
+
* Cumulative probability cutoff for token selection
|
|
9338
|
+
*/
|
|
9339
|
+
topP?: pulumi.Input<number>;
|
|
9340
|
+
}
|
|
9341
|
+
/**
|
|
9342
|
+
* Prompt template configuration
|
|
9343
|
+
*/
|
|
9344
|
+
interface PromptTemplateConfigurationPropertiesArgs {
|
|
9345
|
+
text: pulumi.Input<inputs.bedrock.PromptTextPromptTemplateConfigurationArgs>;
|
|
9346
|
+
}
|
|
9347
|
+
/**
|
|
9348
|
+
* Configuration for text prompt template
|
|
9349
|
+
*/
|
|
9350
|
+
interface PromptTextPromptTemplateConfigurationArgs {
|
|
9351
|
+
/**
|
|
9352
|
+
* List of input variables
|
|
9353
|
+
*/
|
|
9354
|
+
inputVariables?: pulumi.Input<pulumi.Input<inputs.bedrock.PromptInputVariableArgs>[]>;
|
|
9355
|
+
/**
|
|
9356
|
+
* Prompt content for String prompt template
|
|
9357
|
+
*/
|
|
9358
|
+
text?: pulumi.Input<string>;
|
|
9359
|
+
textS3Location?: pulumi.Input<inputs.bedrock.PromptTextS3LocationArgs>;
|
|
9360
|
+
}
|
|
9361
|
+
/**
|
|
9362
|
+
* The identifier for the S3 resource.
|
|
9363
|
+
*/
|
|
9364
|
+
interface PromptTextS3LocationArgs {
|
|
9365
|
+
/**
|
|
9366
|
+
* A bucket in S3
|
|
9367
|
+
*/
|
|
9368
|
+
bucket: pulumi.Input<string>;
|
|
9369
|
+
/**
|
|
9370
|
+
* A object key in S3
|
|
9371
|
+
*/
|
|
9372
|
+
key: pulumi.Input<string>;
|
|
9373
|
+
/**
|
|
9374
|
+
* The version of the the S3 object to use
|
|
9375
|
+
*/
|
|
9376
|
+
version?: pulumi.Input<string>;
|
|
9377
|
+
}
|
|
9378
|
+
/**
|
|
9379
|
+
* Prompt variant
|
|
9380
|
+
*/
|
|
9381
|
+
interface PromptVariantArgs {
|
|
9382
|
+
/**
|
|
9383
|
+
* Contains inference configurations for the prompt variant.
|
|
9384
|
+
*/
|
|
9385
|
+
inferenceConfiguration?: pulumi.Input<inputs.bedrock.PromptInferenceConfigurationPropertiesArgs>;
|
|
9386
|
+
/**
|
|
9387
|
+
* ARN or name of a Bedrock model.
|
|
9388
|
+
*/
|
|
9389
|
+
modelId?: pulumi.Input<string>;
|
|
9390
|
+
/**
|
|
9391
|
+
* Name for a variant.
|
|
9392
|
+
*/
|
|
9393
|
+
name: pulumi.Input<string>;
|
|
9394
|
+
/**
|
|
9395
|
+
* Contains configurations for the prompt template.
|
|
9396
|
+
*/
|
|
9397
|
+
templateConfiguration?: pulumi.Input<inputs.bedrock.PromptTemplateConfigurationPropertiesArgs>;
|
|
9398
|
+
/**
|
|
9399
|
+
* The type of prompt template to use.
|
|
9400
|
+
*/
|
|
9401
|
+
templateType: pulumi.Input<enums.bedrock.PromptTemplateType>;
|
|
9402
|
+
}
|
|
8901
9403
|
}
|
|
8902
9404
|
export declare namespace budgets {
|
|
8903
9405
|
interface BudgetsActionActionThresholdArgs {
|
|
@@ -9981,6 +10483,11 @@ export declare namespace cloudfront {
|
|
|
9981
10483
|
* A complex type that contains zero or more ``CacheBehavior`` elements.
|
|
9982
10484
|
*/
|
|
9983
10485
|
cacheBehaviors?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionCacheBehaviorArgs>[]>;
|
|
10486
|
+
/**
|
|
10487
|
+
* An alias for the CloudFront distribution's domain name.
|
|
10488
|
+
*
|
|
10489
|
+
* > This property is legacy. We recommend that you use [Aliases](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-aliases) instead.
|
|
10490
|
+
*/
|
|
9984
10491
|
cnames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9985
10492
|
/**
|
|
9986
10493
|
* A comment to describe the distribution. The comment cannot be longer than 128 characters.
|
|
@@ -9998,6 +10505,11 @@ export declare namespace cloudfront {
|
|
|
9998
10505
|
* For more information about custom error pages, see [Customizing Error Responses](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the *Amazon CloudFront Developer Guide*.
|
|
9999
10506
|
*/
|
|
10000
10507
|
customErrorResponses?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionCustomErrorResponseArgs>[]>;
|
|
10508
|
+
/**
|
|
10509
|
+
* The user-defined HTTP server that serves as the origin for content that CloudFront distributes.
|
|
10510
|
+
*
|
|
10511
|
+
* > This property is legacy. We recommend that you use [Origin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html) instead.
|
|
10512
|
+
*/
|
|
10001
10513
|
customOrigin?: pulumi.Input<inputs.cloudfront.DistributionLegacyCustomOriginArgs>;
|
|
10002
10514
|
/**
|
|
10003
10515
|
* A complex type that describes the default cache behavior if you don't specify a ``CacheBehavior`` element or if files don't match any of the values of ``PathPattern`` in ``CacheBehavior`` elements. You must create exactly one default cache behavior.
|
|
@@ -10056,6 +10568,11 @@ export declare namespace cloudfront {
|
|
|
10056
10568
|
* A complex type that identifies ways in which you want to restrict distribution of your content.
|
|
10057
10569
|
*/
|
|
10058
10570
|
restrictions?: pulumi.Input<inputs.cloudfront.DistributionRestrictionsArgs>;
|
|
10571
|
+
/**
|
|
10572
|
+
* The origin as an Amazon S3 bucket.
|
|
10573
|
+
*
|
|
10574
|
+
* > This property is legacy. We recommend that you use [Origin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html) instead.
|
|
10575
|
+
*/
|
|
10059
10576
|
s3Origin?: pulumi.Input<inputs.cloudfront.DistributionLegacyS3OriginArgs>;
|
|
10060
10577
|
/**
|
|
10061
10578
|
* A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
|
|
@@ -10370,14 +10887,39 @@ export declare namespace cloudfront {
|
|
|
10370
10887
|
lambdaFunctionArn?: pulumi.Input<string>;
|
|
10371
10888
|
}
|
|
10372
10889
|
interface DistributionLegacyCustomOriginArgs {
|
|
10890
|
+
/**
|
|
10891
|
+
* The domain name assigned to your CloudFront distribution.
|
|
10892
|
+
*/
|
|
10373
10893
|
dnsName: pulumi.Input<string>;
|
|
10894
|
+
/**
|
|
10895
|
+
* The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.
|
|
10896
|
+
*/
|
|
10374
10897
|
httpPort?: pulumi.Input<number>;
|
|
10898
|
+
/**
|
|
10899
|
+
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
10900
|
+
*/
|
|
10375
10901
|
httpsPort?: pulumi.Input<number>;
|
|
10902
|
+
/**
|
|
10903
|
+
* Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.
|
|
10904
|
+
*/
|
|
10376
10905
|
originProtocolPolicy: pulumi.Input<string>;
|
|
10906
|
+
/**
|
|
10907
|
+
* The minimum SSL/TLS protocol version that CloudFront uses when communicating with your origin server over HTTPs.
|
|
10908
|
+
*
|
|
10909
|
+
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
|
|
10910
|
+
*/
|
|
10377
10911
|
originSslProtocols: pulumi.Input<pulumi.Input<string>[]>;
|
|
10378
10912
|
}
|
|
10379
10913
|
interface DistributionLegacyS3OriginArgs {
|
|
10914
|
+
/**
|
|
10915
|
+
* The domain name assigned to your CloudFront distribution.
|
|
10916
|
+
*/
|
|
10380
10917
|
dnsName: pulumi.Input<string>;
|
|
10918
|
+
/**
|
|
10919
|
+
* The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 through CloudFront .
|
|
10920
|
+
*
|
|
10921
|
+
* > This property is legacy. We recommend that you use [OriginAccessControl](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html) instead.
|
|
10922
|
+
*/
|
|
10381
10923
|
originAccessIdentity?: pulumi.Input<string>;
|
|
10382
10924
|
}
|
|
10383
10925
|
/**
|
|
@@ -18127,7 +18669,7 @@ export declare namespace ec2 {
|
|
|
18127
18669
|
capacityReservationResourceGroupArn?: pulumi.Input<string>;
|
|
18128
18670
|
}
|
|
18129
18671
|
/**
|
|
18130
|
-
* A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts) in the *Amazon
|
|
18672
|
+
* A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts) in the *Amazon EC2 User Guide*.
|
|
18131
18673
|
*/
|
|
18132
18674
|
interface LaunchTemplateConnectionTrackingSpecificationArgs {
|
|
18133
18675
|
/**
|
|
@@ -18186,7 +18728,7 @@ export declare namespace ec2 {
|
|
|
18186
18728
|
*/
|
|
18187
18729
|
capacityReservationSpecification?: pulumi.Input<inputs.ec2.LaunchTemplateCapacityReservationSpecificationArgs>;
|
|
18188
18730
|
/**
|
|
18189
|
-
* The CPU options for the instance. For more information, see [
|
|
18731
|
+
* The CPU options for the instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
|
|
18190
18732
|
*/
|
|
18191
18733
|
cpuOptions?: pulumi.Input<inputs.ec2.LaunchTemplateCpuOptionsArgs>;
|
|
18192
18734
|
/**
|
|
@@ -18194,7 +18736,7 @@ export declare namespace ec2 {
|
|
|
18194
18736
|
*/
|
|
18195
18737
|
creditSpecification?: pulumi.Input<inputs.ec2.LaunchTemplateCreditSpecificationArgs>;
|
|
18196
18738
|
/**
|
|
18197
|
-
* Indicates whether to enable the instance for stop protection. For more information, see [
|
|
18739
|
+
* Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
|
|
18198
18740
|
*/
|
|
18199
18741
|
disableApiStop?: pulumi.Input<boolean>;
|
|
18200
18742
|
/**
|
|
@@ -18222,7 +18764,7 @@ export declare namespace ec2 {
|
|
|
18222
18764
|
*/
|
|
18223
18765
|
enclaveOptions?: pulumi.Input<inputs.ec2.LaunchTemplateEnclaveOptionsArgs>;
|
|
18224
18766
|
/**
|
|
18225
|
-
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html). For more information, see [Hibernate your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon
|
|
18767
|
+
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html). For more information, see [Hibernate your Amazon EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide*.
|
|
18226
18768
|
*/
|
|
18227
18769
|
hibernationOptions?: pulumi.Input<inputs.ec2.LaunchTemplateHibernationOptionsArgs>;
|
|
18228
18770
|
/**
|
|
@@ -18263,7 +18805,7 @@ export declare namespace ec2 {
|
|
|
18263
18805
|
*/
|
|
18264
18806
|
instanceRequirements?: pulumi.Input<inputs.ec2.LaunchTemplateInstanceRequirementsArgs>;
|
|
18265
18807
|
/**
|
|
18266
|
-
* The instance type. For more information, see [
|
|
18808
|
+
* The instance type. For more information, see [Amazon EC2 instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide*.
|
|
18267
18809
|
* If you specify ``InstanceType``, you can't specify ``InstanceRequirements``.
|
|
18268
18810
|
*/
|
|
18269
18811
|
instanceType?: pulumi.Input<string>;
|
|
@@ -18286,7 +18828,7 @@ export declare namespace ec2 {
|
|
|
18286
18828
|
*/
|
|
18287
18829
|
maintenanceOptions?: pulumi.Input<inputs.ec2.LaunchTemplateMaintenanceOptionsArgs>;
|
|
18288
18830
|
/**
|
|
18289
|
-
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon
|
|
18831
|
+
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
|
|
18290
18832
|
*/
|
|
18291
18833
|
metadataOptions?: pulumi.Input<inputs.ec2.LaunchTemplateMetadataOptionsArgs>;
|
|
18292
18834
|
/**
|
|
@@ -18307,7 +18849,7 @@ export declare namespace ec2 {
|
|
|
18307
18849
|
privateDnsNameOptions?: pulumi.Input<inputs.ec2.LaunchTemplatePrivateDnsNameOptionsArgs>;
|
|
18308
18850
|
/**
|
|
18309
18851
|
* The ID of the RAM disk.
|
|
18310
|
-
* We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User provided kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon
|
|
18852
|
+
* We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User provided kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon EC2 User Guide*.
|
|
18311
18853
|
*/
|
|
18312
18854
|
ramDiskId?: pulumi.Input<string>;
|
|
18313
18855
|
/**
|
|
@@ -18327,7 +18869,7 @@ export declare namespace ec2 {
|
|
|
18327
18869
|
*/
|
|
18328
18870
|
tagSpecifications?: pulumi.Input<pulumi.Input<inputs.ec2.TagSpecificationArgs>[]>;
|
|
18329
18871
|
/**
|
|
18330
|
-
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your
|
|
18872
|
+
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your Amazon EC2 instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
|
|
18331
18873
|
* If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html) in the *User Guide*.
|
|
18332
18874
|
*/
|
|
18333
18875
|
userData?: pulumi.Input<string>;
|
|
@@ -18390,7 +18932,7 @@ export declare namespace ec2 {
|
|
|
18390
18932
|
*/
|
|
18391
18933
|
interface LaunchTemplateElasticGpuSpecificationArgs {
|
|
18392
18934
|
/**
|
|
18393
|
-
* The type of Elastic Graphics accelerator.
|
|
18935
|
+
* The type of Elastic Graphics accelerator.
|
|
18394
18936
|
*/
|
|
18395
18937
|
type?: pulumi.Input<string>;
|
|
18396
18938
|
}
|
|
@@ -18619,7 +19161,7 @@ export declare namespace ec2 {
|
|
|
18619
19161
|
/**
|
|
18620
19162
|
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
|
|
18621
19163
|
* The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
|
|
18622
|
-
* If you set ``
|
|
19164
|
+
* If you set ``TargetCapacityUnitType`` to ``vcpu`` or ``memory-mib``, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.
|
|
18623
19165
|
* Only one of ``SpotMaxPricePercentageOverLowestPrice`` or ``MaxSpotPriceAsPercentageOfOptimalOnDemandPrice`` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as ``999999``.
|
|
18624
19166
|
*/
|
|
18625
19167
|
maxSpotPriceAsPercentageOfOptimalOnDemandPrice?: pulumi.Input<number>;
|
|
@@ -18682,7 +19224,7 @@ export declare namespace ec2 {
|
|
|
18682
19224
|
*/
|
|
18683
19225
|
interface LaunchTemplateIpv4PrefixSpecificationArgs {
|
|
18684
19226
|
/**
|
|
18685
|
-
* The IPv4 prefix. For information, see [Assigning prefixes to
|
|
19227
|
+
* The IPv4 prefix. For information, see [Assigning prefixes to network interfaces](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html) in the *Amazon EC2 User Guide*.
|
|
18686
19228
|
*/
|
|
18687
19229
|
ipv4Prefix?: pulumi.Input<string>;
|
|
18688
19230
|
}
|
|
@@ -18850,7 +19392,7 @@ export declare namespace ec2 {
|
|
|
18850
19392
|
*/
|
|
18851
19393
|
groups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
18852
19394
|
/**
|
|
18853
|
-
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon
|
|
19395
|
+
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
|
|
18854
19396
|
* If you are not creating an EFA, specify ``interface`` or omit this parameter.
|
|
18855
19397
|
* Valid values: ``interface`` | ``efa``
|
|
18856
19398
|
*/
|
|
@@ -19045,7 +19587,7 @@ export declare namespace ec2 {
|
|
|
19045
19587
|
*/
|
|
19046
19588
|
interface LaunchTemplateTagSpecificationArgs {
|
|
19047
19589
|
/**
|
|
19048
|
-
* The type of resource. To tag
|
|
19590
|
+
* The type of resource. To tag a launch template, ``ResourceType`` must be ``launch-template``.
|
|
19049
19591
|
*/
|
|
19050
19592
|
resourceType?: pulumi.Input<string>;
|
|
19051
19593
|
/**
|
|
@@ -19177,6 +19719,10 @@ export declare namespace ec2 {
|
|
|
19177
19719
|
*/
|
|
19178
19720
|
sourcePortRange?: pulumi.Input<inputs.ec2.NetworkInsightsPathFilterPortRangeArgs>;
|
|
19179
19721
|
}
|
|
19722
|
+
/**
|
|
19723
|
+
* ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
|
|
19724
|
+
* To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.
|
|
19725
|
+
*/
|
|
19180
19726
|
interface NetworkInterfaceAttachmentEnaSrdSpecificationArgs {
|
|
19181
19727
|
/**
|
|
19182
19728
|
* Indicates whether ENA Express is enabled for the network interface.
|
|
@@ -20263,8 +20809,7 @@ export declare namespace ec2 {
|
|
|
20263
20809
|
*/
|
|
20264
20810
|
interface TagSpecificationArgs {
|
|
20265
20811
|
/**
|
|
20266
|
-
* The type of resource to tag.
|
|
20267
|
-
* Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: ``instance`` | ``volume`` | ``network-interface`` | ``spot-instances-request``. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume.
|
|
20812
|
+
* The type of resource to tag. You can specify tags for the following resource types only: ``instance`` | ``volume`` | ``network-interface`` | ``spot-instances-request``. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume.
|
|
20268
20813
|
* To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
|
|
20269
20814
|
*/
|
|
20270
20815
|
resourceType?: pulumi.Input<string>;
|
|
@@ -22573,6 +23118,15 @@ export declare namespace eks {
|
|
|
22573
23118
|
*/
|
|
22574
23119
|
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
22575
23120
|
}
|
|
23121
|
+
/**
|
|
23122
|
+
* An object representing the Upgrade Policy to use for the cluster.
|
|
23123
|
+
*/
|
|
23124
|
+
interface ClusterUpgradePolicyArgs {
|
|
23125
|
+
/**
|
|
23126
|
+
* Specify the support type for your cluster.
|
|
23127
|
+
*/
|
|
23128
|
+
supportType?: pulumi.Input<enums.eks.ClusterUpgradePolicySupportType>;
|
|
23129
|
+
}
|
|
22576
23130
|
/**
|
|
22577
23131
|
* A key-value pair to associate with a pod.
|
|
22578
23132
|
*/
|
|
@@ -40530,6 +41084,29 @@ export declare namespace mediapackagev2 {
|
|
|
40530
41084
|
*/
|
|
40531
41085
|
timeDelaySeconds?: pulumi.Input<number>;
|
|
40532
41086
|
}
|
|
41087
|
+
/**
|
|
41088
|
+
* <p>The failover settings for the endpoint.</p>
|
|
41089
|
+
*/
|
|
41090
|
+
interface OriginEndpointForceEndpointErrorConfigurationArgs {
|
|
41091
|
+
/**
|
|
41092
|
+
* <p>The failover settings for the endpoint. The options are:</p>
|
|
41093
|
+
* <ul>
|
|
41094
|
+
* <li>
|
|
41095
|
+
* <p>
|
|
41096
|
+
* <code>STALE_MANIFEST</code> - The manifest stalled and there a no new segments or parts.</p>
|
|
41097
|
+
* </li>
|
|
41098
|
+
* <li>
|
|
41099
|
+
* <p>
|
|
41100
|
+
* <code>INCOMPLETE_MANIFEST</code> - There is a gap in the manifest.</p>
|
|
41101
|
+
* </li>
|
|
41102
|
+
* <li>
|
|
41103
|
+
* <p>
|
|
41104
|
+
* <code>MISSING_DRM_KEY</code> - Key rotation is enabled but we're unable to fetch the key for the current key period.</p>
|
|
41105
|
+
* </li>
|
|
41106
|
+
* </ul>
|
|
41107
|
+
*/
|
|
41108
|
+
endpointErrorConditions?: pulumi.Input<pulumi.Input<enums.mediapackagev2.OriginEndpointEndpointErrorCondition>[]>;
|
|
41109
|
+
}
|
|
40533
41110
|
/**
|
|
40534
41111
|
* <p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>
|
|
40535
41112
|
*/
|
|
@@ -70531,7 +71108,7 @@ export declare namespace rds {
|
|
|
70531
71108
|
*/
|
|
70532
71109
|
kmsKeyId?: pulumi.Input<string>;
|
|
70533
71110
|
/**
|
|
70534
|
-
* The Amazon Resource Name (ARN) of the secret.
|
|
71111
|
+
* The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the ``Fn::GetAtt`` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#aws-resource-rds-dbcluster-return-values).
|
|
70535
71112
|
*/
|
|
70536
71113
|
secretArn?: pulumi.Input<string>;
|
|
70537
71114
|
}
|
|
@@ -70669,12 +71246,12 @@ export declare namespace rds {
|
|
|
70669
71246
|
*/
|
|
70670
71247
|
kmsKeyId?: pulumi.Input<string>;
|
|
70671
71248
|
/**
|
|
70672
|
-
* The Amazon Resource Name (ARN) of the secret.
|
|
71249
|
+
* The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the ``Fn::GetAtt`` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values).
|
|
70673
71250
|
*/
|
|
70674
71251
|
secretArn?: pulumi.Input<string>;
|
|
70675
71252
|
}
|
|
70676
71253
|
/**
|
|
70677
|
-
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class
|
|
71254
|
+
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class.
|
|
70678
71255
|
*/
|
|
70679
71256
|
interface DbInstanceProcessorFeatureArgs {
|
|
70680
71257
|
/**
|