@pulumi/aws-native 1.32.0-alpha.1754026912 → 1.32.0-alpha.1754570277
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/appconfig/deployment.d.ts +5 -0
- package/appconfig/deployment.js +2 -0
- package/appconfig/deployment.js.map +1 -1
- package/appconfig/getDeployment.d.ts +5 -0
- package/appconfig/getDeployment.js.map +1 -1
- package/arcregionswitch/getPlan.d.ts +71 -0
- package/arcregionswitch/getPlan.js +28 -0
- package/arcregionswitch/getPlan.js.map +1 -0
- package/arcregionswitch/index.d.ts +7 -0
- package/arcregionswitch/index.js +41 -0
- package/arcregionswitch/index.js.map +1 -0
- package/arcregionswitch/plan.d.ts +144 -0
- package/arcregionswitch/plan.js +98 -0
- package/arcregionswitch/plan.js.map +1 -0
- package/batch/getJobQueue.d.ts +4 -0
- package/batch/getJobQueue.js.map +1 -1
- package/batch/getServiceEnvironment.d.ts +15 -0
- package/batch/getServiceEnvironment.js.map +1 -1
- package/batch/jobQueue.d.ts +18 -2
- package/batch/jobQueue.js +5 -4
- package/batch/jobQueue.js.map +1 -1
- package/batch/serviceEnvironment.d.ts +27 -0
- package/batch/serviceEnvironment.js.map +1 -1
- package/cloudwatch/alarm.d.ts +4 -4
- package/cloudwatch/getAlarm.d.ts +2 -2
- package/ec2/natGateway.d.ts +3 -3
- package/ec2/natGateway.js +0 -3
- package/ec2/natGateway.js.map +1 -1
- package/ecr/getRepository.d.ts +4 -0
- package/ecr/getRepository.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repository.d.ts +8 -0
- package/ecr/repository.js +2 -0
- package/ecr/repository.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/ecs/getService.d.ts +2 -2
- package/ecs/service.d.ts +4 -4
- package/eks/cluster.d.ts +8 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +4 -0
- package/eks/getCluster.js.map +1 -1
- package/elasticloadbalancingv2/getListener.d.ts +3 -2
- package/elasticloadbalancingv2/getListener.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +1 -1
- package/elasticloadbalancingv2/listener.d.ts +6 -4
- package/elasticloadbalancingv2/listener.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/entityresolution/getIdMappingWorkflow.d.ts +1 -1
- package/entityresolution/getMatchingWorkflow.d.ts +2 -2
- package/entityresolution/idMappingWorkflow.d.ts +2 -2
- package/entityresolution/matchingWorkflow.d.ts +4 -4
- package/evs/environment.d.ts +2 -2
- package/index.d.ts +2 -1
- package/index.js +8 -6
- package/index.js.map +1 -1
- package/iot/encryptionConfiguration.d.ts +44 -0
- package/iot/encryptionConfiguration.js +69 -0
- package/iot/encryptionConfiguration.js.map +1 -0
- package/iot/getEncryptionConfiguration.d.ts +25 -0
- package/iot/getEncryptionConfiguration.js +28 -0
- package/iot/getEncryptionConfiguration.js.map +1 -0
- package/iot/index.d.ts +6 -0
- package/iot/index.js +9 -2
- package/iot/index.js.map +1 -1
- package/iotsitewise/assetModel.d.ts +10 -2
- package/iotsitewise/assetModel.js +2 -0
- package/iotsitewise/assetModel.js.map +1 -1
- package/iotsitewise/getAssetModel.d.ts +4 -0
- package/iotsitewise/getAssetModel.js.map +1 -1
- package/logs/destination.d.ts +10 -0
- package/logs/destination.js +2 -0
- package/logs/destination.js.map +1 -1
- package/logs/getDestination.d.ts +5 -0
- package/logs/getDestination.js.map +1 -1
- package/logs/getLogGroup.d.ts +4 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/logGroup.d.ts +8 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/mediapackagev2/getOriginEndpointPolicy.d.ts +3 -0
- package/mediapackagev2/getOriginEndpointPolicy.js.map +1 -1
- package/mediapackagev2/originEndpointPolicy.d.ts +6 -0
- package/mediapackagev2/originEndpointPolicy.js.map +1 -1
- package/networkfirewall/firewall.d.ts +30 -6
- package/networkfirewall/firewall.js +6 -6
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +2 -2
- package/networkfirewall/getFirewall.d.ts +16 -4
- package/networkfirewall/getFirewall.js.map +1 -1
- package/networkfirewall/getFirewallPolicy.d.ts +4 -4
- package/networkfirewall/getLoggingConfiguration.d.ts +3 -3
- package/networkfirewall/getRuleGroup.d.ts +11 -4
- package/networkfirewall/getRuleGroup.js.map +1 -1
- package/networkfirewall/getVpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/getVpcEndpointAssociation.js.map +1 -1
- package/networkfirewall/loggingConfiguration.d.ts +4 -4
- package/networkfirewall/ruleGroup.d.ts +16 -2
- package/networkfirewall/ruleGroup.js +2 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/networkfirewall/vpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/vpcEndpointAssociation.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/getWebExperience.d.ts +1 -1
- package/qbusiness/webExperience.d.ts +2 -2
- package/rds/dbCluster.d.ts +8 -0
- package/rds/dbCluster.js +3 -1
- package/rds/dbCluster.js.map +1 -1
- package/rds/dbInstance.d.ts +24 -0
- package/rds/dbInstance.js +10 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +20 -0
- package/rds/getDbInstance.js.map +1 -1
- package/s3/accessPoint.d.ts +8 -0
- package/s3/accessPoint.js +2 -0
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -2
- package/s3/getAccessPoint.d.ts +4 -0
- package/s3/getAccessPoint.js.map +1 -1
- package/s3/getBucket.d.ts +1 -1
- package/s3express/accessPoint.d.ts +2 -0
- package/s3express/accessPoint.js +2 -0
- package/s3express/accessPoint.js.map +1 -1
- package/s3express/getAccessPoint.d.ts +1 -0
- package/s3express/getAccessPoint.js.map +1 -1
- package/sagemaker/cluster.d.ts +5 -3
- package/sagemaker/cluster.js +3 -4
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +1 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/sagemaker/getProcessingJob.d.ts +68 -0
- package/sagemaker/getProcessingJob.js +28 -0
- package/sagemaker/getProcessingJob.js.map +1 -0
- package/sagemaker/index.d.ts +6 -0
- package/sagemaker/index.js +8 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/processingJob.d.ts +168 -0
- package/sagemaker/processingJob.js +109 -0
- package/sagemaker/processingJob.js.map +1 -0
- package/ssm/getParameter.d.ts +7 -4
- package/ssm/getParameter.js +2 -2
- package/ssm/getParameter.js.map +1 -1
- package/ssm/parameter.d.ts +9 -5
- package/ssm/parameter.js +1 -1
- package/ssm/parameter.js.map +1 -1
- package/types/enums/appconfig/index.d.ts +13 -0
- package/types/enums/appconfig/index.js +10 -1
- package/types/enums/appconfig/index.js.map +1 -1
- package/types/enums/arcregionswitch/index.d.ts +47 -0
- package/types/enums/arcregionswitch/index.js +45 -0
- package/types/enums/arcregionswitch/index.js.map +1 -0
- package/types/enums/batch/index.d.ts +1 -0
- package/types/enums/batch/index.js +1 -0
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +15 -0
- package/types/enums/ecr/index.js +11 -1
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +36 -5
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/entityresolution/index.d.ts +8 -8
- package/types/enums/glue/index.d.ts +6 -0
- package/types/enums/glue/index.js +6 -0
- package/types/enums/glue/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +9 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/networkfirewall/index.d.ts +9 -3
- package/types/enums/networkfirewall/index.js +6 -1
- package/types/enums/networkfirewall/index.js.map +1 -1
- package/types/enums/pcs/index.d.ts +8 -0
- package/types/enums/pcs/index.js +5 -1
- package/types/enums/pcs/index.js.map +1 -1
- package/types/enums/rds/index.d.ts +1 -0
- package/types/enums/rds/index.js +1 -0
- package/types/enums/rds/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +5 -4
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +226 -0
- package/types/enums/sagemaker/index.js +176 -2
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/ssm/index.d.ts +1 -0
- package/types/enums/ssm/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +30 -0
- package/types/enums/workspacesweb/index.js +28 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +933 -144
- package/types/output.d.ts +946 -144
- package/types/output.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +1 -1
- package/verifiedpermissions/policyStore.d.ts +2 -2
- package/workspacesweb/getPortal.d.ts +1 -0
- package/workspacesweb/getPortal.js.map +1 -1
- package/workspacesweb/getSessionLogger.d.ts +25 -0
- package/workspacesweb/getSessionLogger.js +28 -0
- package/workspacesweb/getSessionLogger.js.map +1 -0
- package/workspacesweb/index.d.ts +6 -0
- package/workspacesweb/index.js +8 -1
- package/workspacesweb/index.js.map +1 -1
- package/workspacesweb/portal.d.ts +2 -0
- package/workspacesweb/portal.js +2 -0
- package/workspacesweb/portal.js.map +1 -1
- package/workspacesweb/sessionLogger.d.ts +54 -0
- package/workspacesweb/sessionLogger.js +80 -0
- package/workspacesweb/sessionLogger.js.map +1 -0
|
@@ -0,0 +1,168 @@
|
|
|
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
|
+
* Resource Type definition for AWS::SageMaker::ProcessingJob
|
|
7
|
+
*/
|
|
8
|
+
export declare class ProcessingJob extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing ProcessingJob 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): ProcessingJob;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of ProcessingJob. 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 ProcessingJob;
|
|
23
|
+
/**
|
|
24
|
+
* Configuration to run a processing job in a specified container image.
|
|
25
|
+
*/
|
|
26
|
+
readonly appSpecification: pulumi.Output<outputs.sagemaker.ProcessingJobAppSpecification>;
|
|
27
|
+
/**
|
|
28
|
+
* The ARN of an AutoML job associated with this processing job.
|
|
29
|
+
*/
|
|
30
|
+
readonly autoMlJobArn: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The time at which the processing job was created.
|
|
33
|
+
*/
|
|
34
|
+
readonly creationTime: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the environment variables in the Docker container.
|
|
37
|
+
*/
|
|
38
|
+
readonly environment: pulumi.Output<outputs.sagemaker.ProcessingJobEnvironment | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
|
|
41
|
+
*/
|
|
42
|
+
readonly exitMessage: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the [CreateProcessingJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html) API.
|
|
45
|
+
*/
|
|
46
|
+
readonly experimentConfig: pulumi.Output<outputs.sagemaker.ProcessingJobExperimentConfig | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
|
49
|
+
*/
|
|
50
|
+
readonly failureReason: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The time at which the processing job was last modified.
|
|
53
|
+
*/
|
|
54
|
+
readonly lastModifiedTime: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The ARN of a monitoring schedule for an endpoint associated with this processing job.
|
|
57
|
+
*/
|
|
58
|
+
readonly monitoringScheduleArn: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
|
|
61
|
+
*/
|
|
62
|
+
readonly networkConfig: pulumi.Output<outputs.sagemaker.ProcessingJobNetworkConfig | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* The time at which the processing job completed.
|
|
65
|
+
*/
|
|
66
|
+
readonly processingEndTime: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* An array of inputs configuring the data to download into the processing container.
|
|
69
|
+
*/
|
|
70
|
+
readonly processingInputs: pulumi.Output<outputs.sagemaker.ProcessingJobProcessingInputsObject[] | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* The Amazon Resource Name (ARN) of the processing job.
|
|
73
|
+
*/
|
|
74
|
+
readonly processingJobArn: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the processing job. The name must be unique within an AWS Region in the AWS account.
|
|
77
|
+
*/
|
|
78
|
+
readonly processingJobName: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Provides the status of a processing job.
|
|
81
|
+
*/
|
|
82
|
+
readonly processingJobStatus: pulumi.Output<enums.sagemaker.ProcessingJobStatus>;
|
|
83
|
+
/**
|
|
84
|
+
* Contains information about the output location for the compiled model and the target device that the model runs on. `TargetDevice` and `TargetPlatform` are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the `TargetDevice` list, use `TargetPlatform` to describe the platform of your edge device and `CompilerOptions` if there are specific settings that are required or recommended to use for particular TargetPlatform.
|
|
85
|
+
*/
|
|
86
|
+
readonly processingOutputConfig: pulumi.Output<outputs.sagemaker.ProcessingJobProcessingOutputConfig | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
|
|
89
|
+
*/
|
|
90
|
+
readonly processingResources: pulumi.Output<outputs.sagemaker.ProcessingJobProcessingResources>;
|
|
91
|
+
/**
|
|
92
|
+
* The time at which the processing job started.
|
|
93
|
+
*/
|
|
94
|
+
readonly processingStartTime: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
|
|
97
|
+
*/
|
|
98
|
+
readonly roleArn: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
|
|
101
|
+
*/
|
|
102
|
+
readonly stoppingCondition: pulumi.Output<outputs.sagemaker.ProcessingJobStoppingCondition | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags(https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL) in the AWS Billing and Cost Management User Guide.
|
|
105
|
+
*/
|
|
106
|
+
readonly tags: pulumi.Output<outputs.CreateOnlyTag[] | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* The ARN of a training job associated with this processing job
|
|
109
|
+
*/
|
|
110
|
+
readonly trainingJobArn: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Create a ProcessingJob resource with the given unique name, arguments, and options.
|
|
113
|
+
*
|
|
114
|
+
* @param name The _unique_ name of the resource.
|
|
115
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
116
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
117
|
+
*/
|
|
118
|
+
constructor(name: string, args: ProcessingJobArgs, opts?: pulumi.CustomResourceOptions);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* The set of arguments for constructing a ProcessingJob resource.
|
|
122
|
+
*/
|
|
123
|
+
export interface ProcessingJobArgs {
|
|
124
|
+
/**
|
|
125
|
+
* Configuration to run a processing job in a specified container image.
|
|
126
|
+
*/
|
|
127
|
+
appSpecification: pulumi.Input<inputs.sagemaker.ProcessingJobAppSpecificationArgs>;
|
|
128
|
+
/**
|
|
129
|
+
* Sets the environment variables in the Docker container.
|
|
130
|
+
*/
|
|
131
|
+
environment?: pulumi.Input<inputs.sagemaker.ProcessingJobEnvironmentArgs>;
|
|
132
|
+
/**
|
|
133
|
+
* Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the [CreateProcessingJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html) API.
|
|
134
|
+
*/
|
|
135
|
+
experimentConfig?: pulumi.Input<inputs.sagemaker.ProcessingJobExperimentConfigArgs>;
|
|
136
|
+
/**
|
|
137
|
+
* Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
|
|
138
|
+
*/
|
|
139
|
+
networkConfig?: pulumi.Input<inputs.sagemaker.ProcessingJobNetworkConfigArgs>;
|
|
140
|
+
/**
|
|
141
|
+
* An array of inputs configuring the data to download into the processing container.
|
|
142
|
+
*/
|
|
143
|
+
processingInputs?: pulumi.Input<pulumi.Input<inputs.sagemaker.ProcessingJobProcessingInputsObjectArgs>[]>;
|
|
144
|
+
/**
|
|
145
|
+
* The name of the processing job. The name must be unique within an AWS Region in the AWS account.
|
|
146
|
+
*/
|
|
147
|
+
processingJobName?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* Contains information about the output location for the compiled model and the target device that the model runs on. `TargetDevice` and `TargetPlatform` are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the `TargetDevice` list, use `TargetPlatform` to describe the platform of your edge device and `CompilerOptions` if there are specific settings that are required or recommended to use for particular TargetPlatform.
|
|
150
|
+
*/
|
|
151
|
+
processingOutputConfig?: pulumi.Input<inputs.sagemaker.ProcessingJobProcessingOutputConfigArgs>;
|
|
152
|
+
/**
|
|
153
|
+
* Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
|
|
154
|
+
*/
|
|
155
|
+
processingResources: pulumi.Input<inputs.sagemaker.ProcessingJobProcessingResourcesArgs>;
|
|
156
|
+
/**
|
|
157
|
+
* The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
|
|
158
|
+
*/
|
|
159
|
+
roleArn: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
|
|
162
|
+
*/
|
|
163
|
+
stoppingCondition?: pulumi.Input<inputs.sagemaker.ProcessingJobStoppingConditionArgs>;
|
|
164
|
+
/**
|
|
165
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags(https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL) in the AWS Billing and Cost Management User Guide.
|
|
166
|
+
*/
|
|
167
|
+
tags?: pulumi.Input<pulumi.Input<inputs.CreateOnlyTagArgs>[]>;
|
|
168
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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.ProcessingJob = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SageMaker::ProcessingJob
|
|
10
|
+
*/
|
|
11
|
+
class ProcessingJob extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ProcessingJob 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 ProcessingJob(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ProcessingJob. 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'] === ProcessingJob.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ProcessingJob 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.appSpecification === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'appSpecification'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.processingResources === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'processingResources'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.roleArn === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'roleArn'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["appSpecification"] = args ? args.appSpecification : undefined;
|
|
54
|
+
resourceInputs["environment"] = args ? args.environment : undefined;
|
|
55
|
+
resourceInputs["experimentConfig"] = args ? args.experimentConfig : undefined;
|
|
56
|
+
resourceInputs["networkConfig"] = args ? args.networkConfig : undefined;
|
|
57
|
+
resourceInputs["processingInputs"] = args ? args.processingInputs : undefined;
|
|
58
|
+
resourceInputs["processingJobName"] = args ? args.processingJobName : undefined;
|
|
59
|
+
resourceInputs["processingOutputConfig"] = args ? args.processingOutputConfig : undefined;
|
|
60
|
+
resourceInputs["processingResources"] = args ? args.processingResources : undefined;
|
|
61
|
+
resourceInputs["roleArn"] = args ? args.roleArn : undefined;
|
|
62
|
+
resourceInputs["stoppingCondition"] = args ? args.stoppingCondition : undefined;
|
|
63
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
64
|
+
resourceInputs["autoMlJobArn"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["exitMessage"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["failureReason"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["monitoringScheduleArn"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["processingEndTime"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["processingJobArn"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["processingJobStatus"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["processingStartTime"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["trainingJobArn"] = undefined /*out*/;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
resourceInputs["appSpecification"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["autoMlJobArn"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["environment"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["exitMessage"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["experimentConfig"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["failureReason"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["monitoringScheduleArn"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["networkConfig"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["processingEndTime"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["processingInputs"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["processingJobArn"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["processingJobName"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["processingJobStatus"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["processingOutputConfig"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["processingResources"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["processingStartTime"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["roleArn"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["stoppingCondition"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["trainingJobArn"] = undefined /*out*/;
|
|
99
|
+
}
|
|
100
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
|
+
const replaceOnChanges = { replaceOnChanges: ["appSpecification", "environment", "experimentConfig", "networkConfig", "processingInputs[*]", "processingJobName", "processingOutputConfig", "processingResources", "roleArn", "stoppingCondition", "tags[*]"] };
|
|
102
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
103
|
+
super(ProcessingJob.__pulumiType, name, resourceInputs, opts);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.ProcessingJob = ProcessingJob;
|
|
107
|
+
/** @internal */
|
|
108
|
+
ProcessingJob.__pulumiType = 'aws-native:sagemaker:ProcessingJob';
|
|
109
|
+
//# sourceMappingURL=processingJob.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"processingJob.js","sourceRoot":"","sources":["../../sagemaker/processingJob.ts"],"names":[],"mappings":"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"}
|
package/ssm/getParameter.d.ts
CHANGED
|
@@ -3,14 +3,15 @@ import * as enums from "../types/enums";
|
|
|
3
3
|
/**
|
|
4
4
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
5
5
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
6
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
6
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
7
7
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getParameter(args: GetParameterArgs, opts?: pulumi.InvokeOptions): Promise<GetParameterResult>;
|
|
10
10
|
export interface GetParameterArgs {
|
|
11
11
|
/**
|
|
12
12
|
* The name of the parameter.
|
|
13
|
-
* The maximum length
|
|
13
|
+
* The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters.
|
|
14
|
+
* This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
|
|
14
15
|
*/
|
|
15
16
|
name: string;
|
|
16
17
|
}
|
|
@@ -21,6 +22,7 @@ export interface GetParameterResult {
|
|
|
21
22
|
readonly dataType?: enums.ssm.ParameterDataType;
|
|
22
23
|
/**
|
|
23
24
|
* The type of parameter.
|
|
25
|
+
* Parameters of type ``SecureString`` are not supported by CFNlong.
|
|
24
26
|
*/
|
|
25
27
|
readonly type?: enums.ssm.ParameterType;
|
|
26
28
|
/**
|
|
@@ -32,14 +34,15 @@ export interface GetParameterResult {
|
|
|
32
34
|
/**
|
|
33
35
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
34
36
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
35
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
37
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
36
38
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
37
39
|
*/
|
|
38
40
|
export declare function getParameterOutput(args: GetParameterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetParameterResult>;
|
|
39
41
|
export interface GetParameterOutputArgs {
|
|
40
42
|
/**
|
|
41
43
|
* The name of the parameter.
|
|
42
|
-
* The maximum length
|
|
44
|
+
* The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters.
|
|
45
|
+
* This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
|
|
43
46
|
*/
|
|
44
47
|
name: pulumi.Input<string>;
|
|
45
48
|
}
|
package/ssm/getParameter.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
10
10
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
11
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
11
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
12
12
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
13
13
|
*/
|
|
14
14
|
function getParameter(args, opts) {
|
|
@@ -21,7 +21,7 @@ exports.getParameter = getParameter;
|
|
|
21
21
|
/**
|
|
22
22
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
23
23
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
24
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
24
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
25
25
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
26
26
|
*/
|
|
27
27
|
function getParameterOutput(args, opts) {
|
package/ssm/getParameter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getParameter.js","sourceRoot":"","sources":["../../ssm/getParameter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;
|
|
1
|
+
{"version":3,"file":"getParameter.js","sourceRoot":"","sources":["../../ssm/getParameter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA2BD;;;;;GAKG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
package/ssm/parameter.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as enums from "../types/enums";
|
|
|
3
3
|
/**
|
|
4
4
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
5
5
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
6
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
6
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
7
7
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
@@ -143,12 +143,13 @@ export declare class Parameter extends pulumi.CustomResource {
|
|
|
143
143
|
readonly description: pulumi.Output<string | undefined>;
|
|
144
144
|
/**
|
|
145
145
|
* The name of the parameter.
|
|
146
|
-
* The maximum length
|
|
146
|
+
* The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters.
|
|
147
|
+
* This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
|
|
147
148
|
*/
|
|
148
149
|
readonly name: pulumi.Output<string | undefined>;
|
|
149
150
|
/**
|
|
150
151
|
* Information about the policies assigned to a parameter.
|
|
151
|
-
*
|
|
152
|
+
* [Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
|
|
152
153
|
*/
|
|
153
154
|
readonly policies: pulumi.Output<string | undefined>;
|
|
154
155
|
/**
|
|
@@ -163,6 +164,7 @@ export declare class Parameter extends pulumi.CustomResource {
|
|
|
163
164
|
readonly tier: pulumi.Output<enums.ssm.ParameterTier | undefined>;
|
|
164
165
|
/**
|
|
165
166
|
* The type of parameter.
|
|
167
|
+
* Parameters of type ``SecureString`` are not supported by CFNlong.
|
|
166
168
|
*/
|
|
167
169
|
readonly type: pulumi.Output<enums.ssm.ParameterType>;
|
|
168
170
|
/**
|
|
@@ -197,12 +199,13 @@ export interface ParameterArgs {
|
|
|
197
199
|
description?: pulumi.Input<string>;
|
|
198
200
|
/**
|
|
199
201
|
* The name of the parameter.
|
|
200
|
-
* The maximum length
|
|
202
|
+
* The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters.
|
|
203
|
+
* This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
|
|
201
204
|
*/
|
|
202
205
|
name?: pulumi.Input<string>;
|
|
203
206
|
/**
|
|
204
207
|
* Information about the policies assigned to a parameter.
|
|
205
|
-
*
|
|
208
|
+
* [Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
|
|
206
209
|
*/
|
|
207
210
|
policies?: pulumi.Input<string>;
|
|
208
211
|
/**
|
|
@@ -217,6 +220,7 @@ export interface ParameterArgs {
|
|
|
217
220
|
tier?: pulumi.Input<enums.ssm.ParameterTier>;
|
|
218
221
|
/**
|
|
219
222
|
* The type of parameter.
|
|
223
|
+
* Parameters of type ``SecureString`` are not supported by CFNlong.
|
|
220
224
|
*/
|
|
221
225
|
type: pulumi.Input<enums.ssm.ParameterType>;
|
|
222
226
|
/**
|
package/ssm/parameter.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
10
10
|
* To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
|
|
11
|
-
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing
|
|
11
|
+
* To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
|
|
12
12
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
|
|
13
13
|
*
|
|
14
14
|
* ## Example Usage
|
package/ssm/parameter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameter.js","sourceRoot":"","sources":["../../ssm/parameter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiHG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,SAAS,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"parameter.js","sourceRoot":"","sources":["../../ssm/parameter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiHG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,SAAS,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA4CD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAAmC;QAC9E,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,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA9GL,8BA+GC;AAlGG,gBAAgB;AACO,sBAAY,GAAG,0BAA0B,CAAC"}
|
|
@@ -7,6 +7,19 @@ export declare const ConfigurationProfileDeletionProtectionCheck: {
|
|
|
7
7
|
* On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
|
|
8
8
|
*/
|
|
9
9
|
export type ConfigurationProfileDeletionProtectionCheck = (typeof ConfigurationProfileDeletionProtectionCheck)[keyof typeof ConfigurationProfileDeletionProtectionCheck];
|
|
10
|
+
export declare const DeploymentState: {
|
|
11
|
+
readonly Baking: "BAKING";
|
|
12
|
+
readonly Validating: "VALIDATING";
|
|
13
|
+
readonly Deploying: "DEPLOYING";
|
|
14
|
+
readonly Complete: "COMPLETE";
|
|
15
|
+
readonly RollingBack: "ROLLING_BACK";
|
|
16
|
+
readonly RolledBack: "ROLLED_BACK";
|
|
17
|
+
readonly Reverted: "REVERTED";
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* The state of the deployment.
|
|
21
|
+
*/
|
|
22
|
+
export type DeploymentState = (typeof DeploymentState)[keyof typeof DeploymentState];
|
|
10
23
|
export declare const DeploymentStrategyGrowthType: {
|
|
11
24
|
readonly Exponential: "EXPONENTIAL";
|
|
12
25
|
readonly Linear: "LINEAR";
|
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.EnvironmentDeletionProtectionCheck = exports.DeploymentStrategyReplicateTo = exports.DeploymentStrategyGrowthType = exports.ConfigurationProfileDeletionProtectionCheck = void 0;
|
|
5
|
+
exports.EnvironmentDeletionProtectionCheck = exports.DeploymentStrategyReplicateTo = exports.DeploymentStrategyGrowthType = exports.DeploymentState = exports.ConfigurationProfileDeletionProtectionCheck = void 0;
|
|
6
6
|
exports.ConfigurationProfileDeletionProtectionCheck = {
|
|
7
7
|
AccountDefault: "ACCOUNT_DEFAULT",
|
|
8
8
|
Apply: "APPLY",
|
|
9
9
|
Bypass: "BYPASS",
|
|
10
10
|
};
|
|
11
|
+
exports.DeploymentState = {
|
|
12
|
+
Baking: "BAKING",
|
|
13
|
+
Validating: "VALIDATING",
|
|
14
|
+
Deploying: "DEPLOYING",
|
|
15
|
+
Complete: "COMPLETE",
|
|
16
|
+
RollingBack: "ROLLING_BACK",
|
|
17
|
+
RolledBack: "ROLLED_BACK",
|
|
18
|
+
Reverted: "REVERTED",
|
|
19
|
+
};
|
|
11
20
|
exports.DeploymentStrategyGrowthType = {
|
|
12
21
|
Exponential: "EXPONENTIAL",
|
|
13
22
|
Linear: "LINEAR",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/appconfig/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,2CAA2C,GAAG;IACvD,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAmBE,QAAA,6BAA6B,GAAG;IACzC,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,cAAc;CACrB,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACV,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/appconfig/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,2CAA2C,GAAG;IACvD,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,eAAe,GAAG;IAC3B,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,aAAa;IACzB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAmBE,QAAA,6BAA6B,GAAG;IACzC,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,cAAc;CACrB,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACV,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const PlanAlarmCondition: {
|
|
2
|
+
readonly Red: "red";
|
|
3
|
+
readonly Green: "green";
|
|
4
|
+
};
|
|
5
|
+
export type PlanAlarmCondition = (typeof PlanAlarmCondition)[keyof typeof PlanAlarmCondition];
|
|
6
|
+
export declare const PlanAlarmType: {
|
|
7
|
+
readonly ApplicationHealth: "applicationHealth";
|
|
8
|
+
readonly Trigger: "trigger";
|
|
9
|
+
};
|
|
10
|
+
export type PlanAlarmType = (typeof PlanAlarmType)[keyof typeof PlanAlarmType];
|
|
11
|
+
export declare const PlanExecutionBlockType: {
|
|
12
|
+
readonly CustomActionLambda: "CustomActionLambda";
|
|
13
|
+
readonly ManualApproval: "ManualApproval";
|
|
14
|
+
readonly AuroraGlobalDatabase: "AuroraGlobalDatabase";
|
|
15
|
+
readonly Ec2AutoScaling: "EC2AutoScaling";
|
|
16
|
+
readonly ArcRoutingControl: "ARCRoutingControl";
|
|
17
|
+
readonly ArcRegionSwitchPlan: "ARCRegionSwitchPlan";
|
|
18
|
+
readonly Parallel: "Parallel";
|
|
19
|
+
readonly EcsServiceScaling: "ECSServiceScaling";
|
|
20
|
+
readonly EksResourceScaling: "EKSResourceScaling";
|
|
21
|
+
readonly Route53HealthCheck: "Route53HealthCheck";
|
|
22
|
+
};
|
|
23
|
+
export type PlanExecutionBlockType = (typeof PlanExecutionBlockType)[keyof typeof PlanExecutionBlockType];
|
|
24
|
+
export declare const PlanGlobalAuroraUngracefulBehavior: {
|
|
25
|
+
readonly Failover: "failover";
|
|
26
|
+
};
|
|
27
|
+
export type PlanGlobalAuroraUngracefulBehavior = (typeof PlanGlobalAuroraUngracefulBehavior)[keyof typeof PlanGlobalAuroraUngracefulBehavior];
|
|
28
|
+
export declare const PlanRecoveryApproach: {
|
|
29
|
+
readonly ActiveActive: "activeActive";
|
|
30
|
+
readonly ActivePassive: "activePassive";
|
|
31
|
+
};
|
|
32
|
+
export type PlanRecoveryApproach = (typeof PlanRecoveryApproach)[keyof typeof PlanRecoveryApproach];
|
|
33
|
+
export declare const PlanRegionToRunIn: {
|
|
34
|
+
readonly ActivatingRegion: "activatingRegion";
|
|
35
|
+
readonly DeactivatingRegion: "deactivatingRegion";
|
|
36
|
+
};
|
|
37
|
+
export type PlanRegionToRunIn = (typeof PlanRegionToRunIn)[keyof typeof PlanRegionToRunIn];
|
|
38
|
+
export declare const PlanRoutingControlStateChange: {
|
|
39
|
+
readonly On: "On";
|
|
40
|
+
readonly Off: "Off";
|
|
41
|
+
};
|
|
42
|
+
export type PlanRoutingControlStateChange = (typeof PlanRoutingControlStateChange)[keyof typeof PlanRoutingControlStateChange];
|
|
43
|
+
export declare const PlanWorkflowTargetAction: {
|
|
44
|
+
readonly Activate: "activate";
|
|
45
|
+
readonly Deactivate: "deactivate";
|
|
46
|
+
};
|
|
47
|
+
export type PlanWorkflowTargetAction = (typeof PlanWorkflowTargetAction)[keyof typeof PlanWorkflowTargetAction];
|
|
@@ -0,0 +1,45 @@
|
|
|
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.PlanWorkflowTargetAction = exports.PlanRoutingControlStateChange = exports.PlanRegionToRunIn = exports.PlanRecoveryApproach = exports.PlanGlobalAuroraUngracefulBehavior = exports.PlanExecutionBlockType = exports.PlanAlarmType = exports.PlanAlarmCondition = void 0;
|
|
6
|
+
exports.PlanAlarmCondition = {
|
|
7
|
+
Red: "red",
|
|
8
|
+
Green: "green",
|
|
9
|
+
};
|
|
10
|
+
exports.PlanAlarmType = {
|
|
11
|
+
ApplicationHealth: "applicationHealth",
|
|
12
|
+
Trigger: "trigger",
|
|
13
|
+
};
|
|
14
|
+
exports.PlanExecutionBlockType = {
|
|
15
|
+
CustomActionLambda: "CustomActionLambda",
|
|
16
|
+
ManualApproval: "ManualApproval",
|
|
17
|
+
AuroraGlobalDatabase: "AuroraGlobalDatabase",
|
|
18
|
+
Ec2AutoScaling: "EC2AutoScaling",
|
|
19
|
+
ArcRoutingControl: "ARCRoutingControl",
|
|
20
|
+
ArcRegionSwitchPlan: "ARCRegionSwitchPlan",
|
|
21
|
+
Parallel: "Parallel",
|
|
22
|
+
EcsServiceScaling: "ECSServiceScaling",
|
|
23
|
+
EksResourceScaling: "EKSResourceScaling",
|
|
24
|
+
Route53HealthCheck: "Route53HealthCheck",
|
|
25
|
+
};
|
|
26
|
+
exports.PlanGlobalAuroraUngracefulBehavior = {
|
|
27
|
+
Failover: "failover",
|
|
28
|
+
};
|
|
29
|
+
exports.PlanRecoveryApproach = {
|
|
30
|
+
ActiveActive: "activeActive",
|
|
31
|
+
ActivePassive: "activePassive",
|
|
32
|
+
};
|
|
33
|
+
exports.PlanRegionToRunIn = {
|
|
34
|
+
ActivatingRegion: "activatingRegion",
|
|
35
|
+
DeactivatingRegion: "deactivatingRegion",
|
|
36
|
+
};
|
|
37
|
+
exports.PlanRoutingControlStateChange = {
|
|
38
|
+
On: "On",
|
|
39
|
+
Off: "Off",
|
|
40
|
+
};
|
|
41
|
+
exports.PlanWorkflowTargetAction = {
|
|
42
|
+
Activate: "activate",
|
|
43
|
+
Deactivate: "deactivate",
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/arcregionswitch/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,kBAAkB,GAAG;IAC9B,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;CACR,CAAC;AAIE,QAAA,aAAa,GAAG;IACzB,iBAAiB,EAAE,mBAAmB;IACtC,OAAO,EAAE,SAAS;CACZ,CAAC;AAIE,QAAA,sBAAsB,GAAG;IAClC,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,oBAAoB,EAAE,sBAAsB;IAC5C,cAAc,EAAE,gBAAgB;IAChC,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;IAC1C,QAAQ,EAAE,UAAU;IACpB,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;CAClC,CAAC;AAIE,QAAA,kCAAkC,GAAG;IAC9C,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,oBAAoB,GAAG;IAChC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;CACxB,CAAC;AAIE,QAAA,iBAAiB,GAAG;IAC7B,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;CAClC,CAAC;AAIE,QAAA,6BAA6B,GAAG;IACzC,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,wBAAwB,GAAG;IACpC,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;CAClB,CAAC"}
|
|
@@ -24,6 +24,7 @@ export declare const ConsumableResourceResourceType: {
|
|
|
24
24
|
export type ConsumableResourceResourceType = (typeof ConsumableResourceResourceType)[keyof typeof ConsumableResourceResourceType];
|
|
25
25
|
export declare const JobQueueJobStateTimeLimitActionAction: {
|
|
26
26
|
readonly Cancel: "CANCEL";
|
|
27
|
+
readonly Terminate: "TERMINATE";
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
30
|
* The action to take when a job is at the head of the job queue in the specified state for the specified period of time. The only supported value is `CANCEL` , which will cancel the job.
|