@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
|
@@ -1,32 +1,53 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
5
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
5
6
|
*/
|
|
6
7
|
export declare function getScalingPolicy(args: GetScalingPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetScalingPolicyResult>;
|
|
7
8
|
export interface GetScalingPolicyArgs {
|
|
8
9
|
/**
|
|
9
|
-
* ARN
|
|
10
|
+
* Returns the ARN of a scaling policy.
|
|
10
11
|
*/
|
|
11
12
|
arn: string;
|
|
12
13
|
/**
|
|
13
14
|
* The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
|
|
15
|
+
* + ``ecs:service:DesiredCount`` - The task count of an ECS service.
|
|
16
|
+
* + ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
|
|
17
|
+
* + ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
|
|
18
|
+
* + ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
|
|
19
|
+
* + ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
|
|
20
|
+
* + ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
|
|
21
|
+
* + ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
|
|
22
|
+
* + ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index.
|
|
23
|
+
* + ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
|
|
24
|
+
* + ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant.
|
|
25
|
+
* + ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service.
|
|
26
|
+
* + ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint.
|
|
27
|
+
* + ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
|
|
28
|
+
* + ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function.
|
|
29
|
+
* + ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table.
|
|
30
|
+
* + ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table.
|
|
31
|
+
* + ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
|
|
32
|
+
* + ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group.
|
|
33
|
+
* + ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group.
|
|
34
|
+
* + ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
|
|
35
|
+
* + ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
|
|
36
|
+
* + ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
|
|
37
|
+
* + ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
|
|
14
38
|
*/
|
|
15
39
|
scalableDimension: string;
|
|
16
40
|
}
|
|
17
41
|
export interface GetScalingPolicyResult {
|
|
18
42
|
/**
|
|
19
|
-
* ARN
|
|
43
|
+
* Returns the ARN of a scaling policy.
|
|
20
44
|
*/
|
|
21
45
|
readonly arn?: string;
|
|
22
46
|
/**
|
|
23
47
|
* The scaling policy type.
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* TargetTrackingScaling Not supported for Amazon EMR
|
|
28
|
-
*
|
|
29
|
-
* StepScaling Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
48
|
+
* The following policy types are supported:
|
|
49
|
+
* ``TargetTrackingScaling``—Not supported for Amazon EMR
|
|
50
|
+
* ``StepScaling``—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
30
51
|
*/
|
|
31
52
|
readonly policyType?: string;
|
|
32
53
|
/**
|
|
@@ -39,16 +60,40 @@ export interface GetScalingPolicyResult {
|
|
|
39
60
|
readonly targetTrackingScalingPolicyConfiguration?: outputs.applicationautoscaling.ScalingPolicyTargetTrackingScalingPolicyConfiguration;
|
|
40
61
|
}
|
|
41
62
|
/**
|
|
42
|
-
*
|
|
63
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
64
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
43
65
|
*/
|
|
44
66
|
export declare function getScalingPolicyOutput(args: GetScalingPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetScalingPolicyResult>;
|
|
45
67
|
export interface GetScalingPolicyOutputArgs {
|
|
46
68
|
/**
|
|
47
|
-
* ARN
|
|
69
|
+
* Returns the ARN of a scaling policy.
|
|
48
70
|
*/
|
|
49
71
|
arn: pulumi.Input<string>;
|
|
50
72
|
/**
|
|
51
73
|
* The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
|
|
74
|
+
* + ``ecs:service:DesiredCount`` - The task count of an ECS service.
|
|
75
|
+
* + ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
|
|
76
|
+
* + ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
|
|
77
|
+
* + ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
|
|
78
|
+
* + ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
|
|
79
|
+
* + ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
|
|
80
|
+
* + ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
|
|
81
|
+
* + ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index.
|
|
82
|
+
* + ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
|
|
83
|
+
* + ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant.
|
|
84
|
+
* + ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service.
|
|
85
|
+
* + ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint.
|
|
86
|
+
* + ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
|
|
87
|
+
* + ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function.
|
|
88
|
+
* + ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table.
|
|
89
|
+
* + ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table.
|
|
90
|
+
* + ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
|
|
91
|
+
* + ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group.
|
|
92
|
+
* + ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group.
|
|
93
|
+
* + ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
|
|
94
|
+
* + ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
|
|
95
|
+
* + ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
|
|
96
|
+
* + ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
|
|
52
97
|
*/
|
|
53
98
|
scalableDimension: pulumi.Input<string>;
|
|
54
99
|
}
|
|
@@ -6,7 +6,8 @@ exports.getScalingPolicyOutput = exports.getScalingPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
10
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
10
11
|
*/
|
|
11
12
|
function getScalingPolicy(args, opts) {
|
|
12
13
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +18,8 @@ function getScalingPolicy(args, opts) {
|
|
|
17
18
|
}
|
|
18
19
|
exports.getScalingPolicy = getScalingPolicy;
|
|
19
20
|
/**
|
|
20
|
-
*
|
|
21
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
22
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
21
23
|
*/
|
|
22
24
|
function getScalingPolicyOutput(args, opts) {
|
|
23
25
|
return pulumi.output(args).apply((a) => getScalingPolicy(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getScalingPolicy.js","sourceRoot":"","sources":["../../applicationautoscaling/getScalingPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getScalingPolicy.js","sourceRoot":"","sources":["../../applicationautoscaling/getScalingPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;GAGG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AAyDD;;;GAGG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -2,7 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
6
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
6
7
|
*/
|
|
7
8
|
export declare class ScalingPolicy extends pulumi.CustomResource {
|
|
8
9
|
/**
|
|
@@ -20,39 +21,78 @@ export declare class ScalingPolicy extends pulumi.CustomResource {
|
|
|
20
21
|
*/
|
|
21
22
|
static isInstance(obj: any): obj is ScalingPolicy;
|
|
22
23
|
/**
|
|
23
|
-
* ARN
|
|
24
|
+
* Returns the ARN of a scaling policy.
|
|
24
25
|
*/
|
|
25
26
|
readonly arn: pulumi.Output<string>;
|
|
26
27
|
/**
|
|
27
28
|
* The name of the scaling policy.
|
|
28
|
-
*
|
|
29
|
-
* Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing AWS::ApplicationAutoScaling::ScalingPolicy resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
|
|
29
|
+
* Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
|
|
30
30
|
*/
|
|
31
31
|
readonly policyName: pulumi.Output<string>;
|
|
32
32
|
/**
|
|
33
33
|
* The scaling policy type.
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* TargetTrackingScaling Not supported for Amazon EMR
|
|
38
|
-
*
|
|
39
|
-
* StepScaling Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
34
|
+
* The following policy types are supported:
|
|
35
|
+
* ``TargetTrackingScaling``—Not supported for Amazon EMR
|
|
36
|
+
* ``StepScaling``—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
40
37
|
*/
|
|
41
38
|
readonly policyType: pulumi.Output<string>;
|
|
42
39
|
/**
|
|
43
40
|
* The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
|
|
41
|
+
* + ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service``.
|
|
42
|
+
* + Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE``.
|
|
43
|
+
* + EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0``.
|
|
44
|
+
* + AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet``.
|
|
45
|
+
* + DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table``.
|
|
46
|
+
* + DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index``.
|
|
47
|
+
* + Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster``.
|
|
48
|
+
* + SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering``.
|
|
49
|
+
* + Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our [GitHub repository](https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource).
|
|
50
|
+
* + Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE``.
|
|
51
|
+
* + Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE``.
|
|
52
|
+
* + Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST``. Example: ``function:my-function:prod`` or ``function:my-function:1``.
|
|
53
|
+
* + Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable``.
|
|
54
|
+
* + Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5``.
|
|
55
|
+
* + Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster``.
|
|
56
|
+
* + Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster``.
|
|
57
|
+
* + SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering``.
|
|
58
|
+
* + SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component``.
|
|
59
|
+
* + Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456``.
|
|
44
60
|
*/
|
|
45
61
|
readonly resourceId: pulumi.Output<string | undefined>;
|
|
46
62
|
/**
|
|
47
63
|
* The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
|
|
64
|
+
* + ``ecs:service:DesiredCount`` - The task count of an ECS service.
|
|
65
|
+
* + ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
|
|
66
|
+
* + ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
|
|
67
|
+
* + ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
|
|
68
|
+
* + ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
|
|
69
|
+
* + ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
|
|
70
|
+
* + ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
|
|
71
|
+
* + ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index.
|
|
72
|
+
* + ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
|
|
73
|
+
* + ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant.
|
|
74
|
+
* + ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service.
|
|
75
|
+
* + ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint.
|
|
76
|
+
* + ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
|
|
77
|
+
* + ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function.
|
|
78
|
+
* + ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table.
|
|
79
|
+
* + ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table.
|
|
80
|
+
* + ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
|
|
81
|
+
* + ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group.
|
|
82
|
+
* + ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group.
|
|
83
|
+
* + ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
|
|
84
|
+
* + ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
|
|
85
|
+
* + ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
|
|
86
|
+
* + ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
|
|
48
87
|
*/
|
|
49
88
|
readonly scalableDimension: pulumi.Output<string | undefined>;
|
|
50
89
|
/**
|
|
51
|
-
* The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the AWS::ApplicationAutoScaling::ScalableTarget resource.
|
|
90
|
+
* The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the ``AWS::ApplicationAutoScaling::ScalableTarget`` resource.
|
|
91
|
+
* You must specify either the ``ScalingTargetId`` property, or the ``ResourceId``, ``ScalableDimension``, and ``ServiceNamespace`` properties, but not both.
|
|
52
92
|
*/
|
|
53
93
|
readonly scalingTargetId: pulumi.Output<string | undefined>;
|
|
54
94
|
/**
|
|
55
|
-
* The namespace of the AWS service that provides the resource, or a custom-resource
|
|
95
|
+
* The namespace of the AWS service that provides the resource, or a ``custom-resource``.
|
|
56
96
|
*/
|
|
57
97
|
readonly serviceNamespace: pulumi.Output<string | undefined>;
|
|
58
98
|
/**
|
|
@@ -78,34 +118,73 @@ export declare class ScalingPolicy extends pulumi.CustomResource {
|
|
|
78
118
|
export interface ScalingPolicyArgs {
|
|
79
119
|
/**
|
|
80
120
|
* The name of the scaling policy.
|
|
81
|
-
*
|
|
82
|
-
* Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing AWS::ApplicationAutoScaling::ScalingPolicy resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
|
|
121
|
+
* Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
|
|
83
122
|
*/
|
|
84
123
|
policyName?: pulumi.Input<string>;
|
|
85
124
|
/**
|
|
86
125
|
* The scaling policy type.
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
* TargetTrackingScaling Not supported for Amazon EMR
|
|
91
|
-
*
|
|
92
|
-
* StepScaling Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
126
|
+
* The following policy types are supported:
|
|
127
|
+
* ``TargetTrackingScaling``—Not supported for Amazon EMR
|
|
128
|
+
* ``StepScaling``—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
|
93
129
|
*/
|
|
94
130
|
policyType: pulumi.Input<string>;
|
|
95
131
|
/**
|
|
96
132
|
* The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
|
|
133
|
+
* + ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service``.
|
|
134
|
+
* + Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE``.
|
|
135
|
+
* + EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0``.
|
|
136
|
+
* + AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet``.
|
|
137
|
+
* + DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table``.
|
|
138
|
+
* + DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index``.
|
|
139
|
+
* + Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster``.
|
|
140
|
+
* + SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering``.
|
|
141
|
+
* + Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our [GitHub repository](https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource).
|
|
142
|
+
* + Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE``.
|
|
143
|
+
* + Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE``.
|
|
144
|
+
* + Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST``. Example: ``function:my-function:prod`` or ``function:my-function:1``.
|
|
145
|
+
* + Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable``.
|
|
146
|
+
* + Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5``.
|
|
147
|
+
* + Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster``.
|
|
148
|
+
* + Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster``.
|
|
149
|
+
* + SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering``.
|
|
150
|
+
* + SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component``.
|
|
151
|
+
* + Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456``.
|
|
97
152
|
*/
|
|
98
153
|
resourceId?: pulumi.Input<string>;
|
|
99
154
|
/**
|
|
100
155
|
* The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
|
|
156
|
+
* + ``ecs:service:DesiredCount`` - The task count of an ECS service.
|
|
157
|
+
* + ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
|
|
158
|
+
* + ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
|
|
159
|
+
* + ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
|
|
160
|
+
* + ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
|
|
161
|
+
* + ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
|
|
162
|
+
* + ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
|
|
163
|
+
* + ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index.
|
|
164
|
+
* + ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
|
|
165
|
+
* + ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant.
|
|
166
|
+
* + ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service.
|
|
167
|
+
* + ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint.
|
|
168
|
+
* + ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
|
|
169
|
+
* + ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function.
|
|
170
|
+
* + ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table.
|
|
171
|
+
* + ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table.
|
|
172
|
+
* + ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
|
|
173
|
+
* + ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group.
|
|
174
|
+
* + ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group.
|
|
175
|
+
* + ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
|
|
176
|
+
* + ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
|
|
177
|
+
* + ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
|
|
178
|
+
* + ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
|
|
101
179
|
*/
|
|
102
180
|
scalableDimension?: pulumi.Input<string>;
|
|
103
181
|
/**
|
|
104
|
-
* The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the AWS::ApplicationAutoScaling::ScalableTarget resource.
|
|
182
|
+
* The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the ``AWS::ApplicationAutoScaling::ScalableTarget`` resource.
|
|
183
|
+
* You must specify either the ``ScalingTargetId`` property, or the ``ResourceId``, ``ScalableDimension``, and ``ServiceNamespace`` properties, but not both.
|
|
105
184
|
*/
|
|
106
185
|
scalingTargetId?: pulumi.Input<string>;
|
|
107
186
|
/**
|
|
108
|
-
* The namespace of the AWS service that provides the resource, or a custom-resource
|
|
187
|
+
* The namespace of the AWS service that provides the resource, or a ``custom-resource``.
|
|
109
188
|
*/
|
|
110
189
|
serviceNamespace?: pulumi.Input<string>;
|
|
111
190
|
/**
|
|
@@ -6,7 +6,8 @@ exports.ScalingPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target.
|
|
10
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [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*.
|
|
10
11
|
*/
|
|
11
12
|
class ScalingPolicy extends pulumi.CustomResource {
|
|
12
13
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalingPolicy.js","sourceRoot":"","sources":["../../applicationautoscaling/scalingPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"scalingPolicy.js","sourceRoot":"","sources":["../../applicationautoscaling/scalingPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;GAGG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,aAAa,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAsFD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAuB,EAAE,IAAmC;QAClF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,0CAA0C,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wCAAwC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9H,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,gCAAgC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrE,cAAc,CAAC,0CAA0C,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,YAAY,EAAE,YAAY,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,CAAC,EAAE,CAAC;QACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AArJL,sCAsJC;AAzIG,gBAAgB;AACO,0BAAY,GAAG,iDAAiD,CAAC"}
|
package/backup/backupVault.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class BackupVault extends pulumi.CustomResource {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly backupVaultArn: pulumi.Output<string>;
|
|
32
32
|
/**
|
|
33
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
33
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
34
34
|
*/
|
|
35
35
|
readonly backupVaultName: pulumi.Output<string>;
|
|
36
36
|
/**
|
|
@@ -73,7 +73,7 @@ export interface BackupVaultArgs {
|
|
|
73
73
|
*/
|
|
74
74
|
accessPolicy?: any;
|
|
75
75
|
/**
|
|
76
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
76
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
77
77
|
*/
|
|
78
78
|
backupVaultName?: pulumi.Input<string>;
|
|
79
79
|
/**
|
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
export declare function getBackupVault(args: GetBackupVaultArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupVaultResult>;
|
|
7
7
|
export interface GetBackupVaultArgs {
|
|
8
8
|
/**
|
|
9
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
9
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
10
10
|
*/
|
|
11
11
|
backupVaultName: string;
|
|
12
12
|
}
|
|
@@ -42,7 +42,7 @@ export interface GetBackupVaultResult {
|
|
|
42
42
|
export declare function getBackupVaultOutput(args: GetBackupVaultOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBackupVaultResult>;
|
|
43
43
|
export interface GetBackupVaultOutputArgs {
|
|
44
44
|
/**
|
|
45
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
45
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
46
46
|
*/
|
|
47
47
|
backupVaultName: pulumi.Input<string>;
|
|
48
48
|
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Definition of AWS::Bedrock::Flow Resource Type
|
|
7
|
+
*/
|
|
8
|
+
export declare class Flow extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Flow resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Flow;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Flow. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Flow;
|
|
23
|
+
/**
|
|
24
|
+
* Arn representation of the Flow
|
|
25
|
+
*/
|
|
26
|
+
readonly arn: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Identifier for a Flow
|
|
29
|
+
*/
|
|
30
|
+
readonly awsId: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Time Stamp.
|
|
33
|
+
*/
|
|
34
|
+
readonly createdAt: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* A KMS key ARN
|
|
37
|
+
*/
|
|
38
|
+
readonly customerEncryptionKeyArn: pulumi.Output<string | undefined>;
|
|
39
|
+
readonly definition: pulumi.Output<outputs.bedrock.FlowDefinition | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* An Amazon S3 location.
|
|
42
|
+
*/
|
|
43
|
+
readonly definitionS3Location: pulumi.Output<outputs.bedrock.FlowS3Location | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* A JSON string containing a Definition with the same schema as the Definition property of this resource
|
|
46
|
+
*/
|
|
47
|
+
readonly definitionString: pulumi.Output<string | undefined>;
|
|
48
|
+
readonly definitionSubstitutions: pulumi.Output<{
|
|
49
|
+
[key: string]: string | number | boolean;
|
|
50
|
+
} | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Description of the flow
|
|
53
|
+
*/
|
|
54
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* ARN of a IAM role
|
|
57
|
+
*/
|
|
58
|
+
readonly executionRoleArn: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Name for the flow
|
|
61
|
+
*/
|
|
62
|
+
readonly name: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The status of the flow. The following statuses are possible:
|
|
65
|
+
*
|
|
66
|
+
* - NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the `DRAFT` version won't contain the latest changes for testing. Send a [PrepareFlow](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PrepareFlow.html) request to package the latest changes into the `DRAFT` version.
|
|
67
|
+
* - Preparing – The flow is being prepared so that the `DRAFT` version contains the latest changes for testing.
|
|
68
|
+
* - Prepared – The flow is prepared and the `DRAFT` version contains the latest changes for testing.
|
|
69
|
+
* - Failed – The last API operation that you invoked on the flow failed. Send a [GetFlow](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetFlow.html) request and check the error message in the `validations` field.
|
|
70
|
+
*/
|
|
71
|
+
readonly status: pulumi.Output<enums.bedrock.FlowStatus>;
|
|
72
|
+
readonly tags: pulumi.Output<{
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
} | undefined>;
|
|
75
|
+
readonly testAliasTags: pulumi.Output<{
|
|
76
|
+
[key: string]: string;
|
|
77
|
+
} | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Time Stamp.
|
|
80
|
+
*/
|
|
81
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Draft Version.
|
|
84
|
+
*/
|
|
85
|
+
readonly version: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Create a Flow resource with the given unique name, arguments, and options.
|
|
88
|
+
*
|
|
89
|
+
* @param name The _unique_ name of the resource.
|
|
90
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
91
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
92
|
+
*/
|
|
93
|
+
constructor(name: string, args: FlowArgs, opts?: pulumi.CustomResourceOptions);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* The set of arguments for constructing a Flow resource.
|
|
97
|
+
*/
|
|
98
|
+
export interface FlowArgs {
|
|
99
|
+
/**
|
|
100
|
+
* A KMS key ARN
|
|
101
|
+
*/
|
|
102
|
+
customerEncryptionKeyArn?: pulumi.Input<string>;
|
|
103
|
+
definition?: pulumi.Input<inputs.bedrock.FlowDefinitionArgs>;
|
|
104
|
+
/**
|
|
105
|
+
* An Amazon S3 location.
|
|
106
|
+
*/
|
|
107
|
+
definitionS3Location?: pulumi.Input<inputs.bedrock.FlowS3LocationArgs>;
|
|
108
|
+
/**
|
|
109
|
+
* A JSON string containing a Definition with the same schema as the Definition property of this resource
|
|
110
|
+
*/
|
|
111
|
+
definitionString?: pulumi.Input<string>;
|
|
112
|
+
definitionSubstitutions?: pulumi.Input<{
|
|
113
|
+
[key: string]: pulumi.Input<string | number | boolean>;
|
|
114
|
+
}>;
|
|
115
|
+
/**
|
|
116
|
+
* Description of the flow
|
|
117
|
+
*/
|
|
118
|
+
description?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* ARN of a IAM role
|
|
121
|
+
*/
|
|
122
|
+
executionRoleArn: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Name for the flow
|
|
125
|
+
*/
|
|
126
|
+
name?: pulumi.Input<string>;
|
|
127
|
+
tags?: pulumi.Input<{
|
|
128
|
+
[key: string]: pulumi.Input<string>;
|
|
129
|
+
}>;
|
|
130
|
+
testAliasTags?: pulumi.Input<{
|
|
131
|
+
[key: string]: pulumi.Input<string>;
|
|
132
|
+
}>;
|
|
133
|
+
}
|
package/bedrock/flow.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Flow = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::Flow Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class Flow extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Flow resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Flow(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Flow. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Flow.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Flow resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.executionRoleArn === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'executionRoleArn'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["customerEncryptionKeyArn"] = args ? args.customerEncryptionKeyArn : undefined;
|
|
48
|
+
resourceInputs["definition"] = args ? args.definition : undefined;
|
|
49
|
+
resourceInputs["definitionS3Location"] = args ? args.definitionS3Location : undefined;
|
|
50
|
+
resourceInputs["definitionString"] = args ? args.definitionString : undefined;
|
|
51
|
+
resourceInputs["definitionSubstitutions"] = args ? args.definitionSubstitutions : undefined;
|
|
52
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
53
|
+
resourceInputs["executionRoleArn"] = args ? args.executionRoleArn : undefined;
|
|
54
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
55
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
56
|
+
resourceInputs["testAliasTags"] = args ? args.testAliasTags : undefined;
|
|
57
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["customerEncryptionKeyArn"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["definition"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["definitionS3Location"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["definitionString"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["definitionSubstitutions"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["executionRoleArn"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["testAliasTags"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
81
|
+
}
|
|
82
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
83
|
+
super(Flow.__pulumiType, name, resourceInputs, opts);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
exports.Flow = Flow;
|
|
87
|
+
/** @internal */
|
|
88
|
+
Flow.__pulumiType = 'aws-native:bedrock:Flow';
|
|
89
|
+
//# sourceMappingURL=flow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow.js","sourceRoot":"","sources":["../../bedrock/flow.ts"],"names":[],"mappings":"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"}
|