@pulumi/aws 6.57.0 → 6.58.0-alpha.1730912068
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/apigateway/integration.d.ts +3 -3
- package/auditmanager/assessmentDelegation.d.ts +1 -1
- package/auditmanager/assessmentDelegation.js +1 -1
- package/auditmanager/frameworkShare.d.ts +1 -1
- package/auditmanager/frameworkShare.js +1 -1
- package/auditmanager/organizationAdminAccountRegistration.d.ts +2 -2
- package/auditmanager/organizationAdminAccountRegistration.js +2 -2
- package/chatbot/slackChannelConfiguration.d.ts +1 -1
- package/chatbot/slackChannelConfiguration.js +1 -1
- package/codedeploy/deploymentGroup.d.ts +12 -0
- package/codedeploy/deploymentGroup.js +2 -0
- package/codedeploy/deploymentGroup.js.map +1 -1
- package/connect/getInstanceStorageConfig.d.ts +2 -2
- package/connect/getInstanceStorageConfig.js +2 -2
- package/datazone/userProfile.d.ts +1 -1
- package/datazone/userProfile.js +1 -1
- package/ebs/getVolume.d.ts +1 -1
- package/ebs/volume.d.ts +2 -2
- package/ec2/amiCopy.d.ts +0 -1
- package/ec2/amiCopy.js +0 -1
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/instance.d.ts +1 -1
- package/ec2/instance.js +1 -1
- package/ecr/registryScanningConfiguration.d.ts +1 -1
- package/ecr/registryScanningConfiguration.js +1 -1
- package/eks/cluster.d.ts +15 -3
- 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/imagebuilder/workflow.d.ts +5 -3
- package/imagebuilder/workflow.js +2 -0
- package/imagebuilder/workflow.js.map +1 -1
- package/inspector2/delegatedAdminAccount.d.ts +1 -1
- package/inspector2/delegatedAdminAccount.js +1 -1
- package/keyspaces/keyspace.d.ts +14 -0
- package/keyspaces/keyspace.js +2 -0
- package/keyspaces/keyspace.js.map +1 -1
- package/lb/getListenerRule.d.ts +162 -0
- package/lb/getListenerRule.js +98 -0
- package/lb/getListenerRule.js.map +1 -0
- package/lb/index.d.ts +3 -0
- package/lb/index.js +4 -1
- package/lb/index.js.map +1 -1
- package/opensearch/authorizeVpcEndpointAccess.d.ts +96 -0
- package/opensearch/authorizeVpcEndpointAccess.js +85 -0
- package/opensearch/authorizeVpcEndpointAccess.js.map +1 -0
- package/opensearch/index.d.ts +3 -0
- package/opensearch/index.js +6 -1
- package/opensearch/index.js.map +1 -1
- package/package.json +2 -2
- package/redshift/dataShareAuthorization.d.ts +3 -3
- package/redshift/dataShareAuthorization.js +3 -3
- package/redshift/dataShareConsumerAssociation.d.ts +3 -3
- package/redshift/dataShareConsumerAssociation.js +3 -3
- package/schemas/registryPolicy.d.ts +2 -2
- package/schemas/registryPolicy.js +2 -2
- package/servicequotas/templateAssociation.d.ts +1 -1
- package/servicequotas/templateAssociation.js +1 -1
- package/shield/getProtection.d.ts +2 -2
- package/shield/getProtection.js +2 -2
- package/shield/subscription.d.ts +1 -1
- package/shield/subscription.js +1 -1
- package/sns/dataProtectionPolicy.d.ts +1 -1
- package/sns/dataProtectionPolicy.js +1 -1
- package/sns/platformApplication.d.ts +1 -1
- package/sns/platformApplication.js +1 -1
- package/sns/topic.d.ts +1 -1
- package/sns/topic.js +1 -1
- package/sns/topicPolicy.d.ts +1 -1
- package/sns/topicPolicy.js +1 -1
- package/sns/topicSubscription.d.ts +1 -1
- package/sns/topicSubscription.js +1 -1
- package/sqs/queuePolicy.d.ts +1 -1
- package/sqs/queuePolicy.js +1 -1
- package/sqs/redriveAllowPolicy.d.ts +1 -1
- package/sqs/redriveAllowPolicy.js +1 -1
- package/sqs/redrivePolicy.d.ts +1 -1
- package/sqs/redrivePolicy.js +1 -1
- package/ssm/index.d.ts +3 -0
- package/ssm/index.js +6 -1
- package/ssm/index.js.map +1 -1
- package/ssm/quicksetupConfigurationManager.d.ts +192 -0
- package/ssm/quicksetupConfigurationManager.js +122 -0
- package/ssm/quicksetupConfigurationManager.js.map +1 -0
- package/ssoadmin/application.d.ts +1 -1
- package/ssoadmin/application.js +1 -1
- package/ssoadmin/applicationAccessScope.d.ts +2 -2
- package/ssoadmin/applicationAccessScope.js +2 -2
- package/ssoadmin/applicationAssignment.d.ts +1 -1
- package/ssoadmin/applicationAssignment.js +1 -1
- package/ssoadmin/applicationAssignmentConfiguration.d.ts +1 -1
- package/ssoadmin/applicationAssignmentConfiguration.js +1 -1
- package/ssoadmin/getApplication.d.ts +2 -2
- package/ssoadmin/getApplication.js +2 -2
- package/ssoadmin/trustedTokenIssuer.d.ts +1 -1
- package/ssoadmin/trustedTokenIssuer.js +1 -1
- package/transfer/server.d.ts +3 -0
- package/transfer/server.js.map +1 -1
- package/types/input.d.ts +637 -3
- package/types/input.js.map +1 -1
- package/types/output.d.ts +399 -5
- package/types/output.js.map +1 -1
|
@@ -270,7 +270,7 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
270
270
|
/**
|
|
271
271
|
* Input's URI. **Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.
|
|
272
272
|
* For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification . For AWS integrations, the URI should be of the form `arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}`. `region`, `subdomain` and `service` are used to determine the right endpoint.
|
|
273
|
-
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:
|
|
273
|
+
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:123456789012:function:my-func/invocations`. For private integrations, the URI parameter is not used for routing requests to your endpoint, but is used for setting the Host header and for certificate validation.
|
|
274
274
|
*/
|
|
275
275
|
readonly uri: pulumi.Output<string | undefined>;
|
|
276
276
|
/**
|
|
@@ -363,7 +363,7 @@ export interface IntegrationState {
|
|
|
363
363
|
/**
|
|
364
364
|
* Input's URI. **Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.
|
|
365
365
|
* For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification . For AWS integrations, the URI should be of the form `arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}`. `region`, `subdomain` and `service` are used to determine the right endpoint.
|
|
366
|
-
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:
|
|
366
|
+
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:123456789012:function:my-func/invocations`. For private integrations, the URI parameter is not used for routing requests to your endpoint, but is used for setting the Host header and for certificate validation.
|
|
367
367
|
*/
|
|
368
368
|
uri?: pulumi.Input<string>;
|
|
369
369
|
}
|
|
@@ -448,7 +448,7 @@ export interface IntegrationArgs {
|
|
|
448
448
|
/**
|
|
449
449
|
* Input's URI. **Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.
|
|
450
450
|
* For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification . For AWS integrations, the URI should be of the form `arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}`. `region`, `subdomain` and `service` are used to determine the right endpoint.
|
|
451
|
-
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:
|
|
451
|
+
* e.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:123456789012:function:my-func/invocations`. For private integrations, the URI parameter is not used for routing requests to your endpoint, but is used for setting the Host header and for certificate validation.
|
|
452
452
|
*/
|
|
453
453
|
uri?: pulumi.Input<string>;
|
|
454
454
|
}
|
|
@@ -23,7 +23,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
* Using `pulumi import`, import Audit Manager Assessment Delegation using the `id`. For example:
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
|
-
* $ pulumi import aws:auditmanager/assessmentDelegation:AssessmentDelegation example abcdef-123456,arn:aws:iam::
|
|
26
|
+
* $ pulumi import aws:auditmanager/assessmentDelegation:AssessmentDelegation example abcdef-123456,arn:aws:iam::123456789012:role/example,example
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
29
|
export declare class AssessmentDelegation extends pulumi.CustomResource {
|
|
@@ -29,7 +29,7 @@ const utilities = require("../utilities");
|
|
|
29
29
|
* Using `pulumi import`, import Audit Manager Assessment Delegation using the `id`. For example:
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
|
-
* $ pulumi import aws:auditmanager/assessmentDelegation:AssessmentDelegation example abcdef-123456,arn:aws:iam::
|
|
32
|
+
* $ pulumi import aws:auditmanager/assessmentDelegation:AssessmentDelegation example abcdef-123456,arn:aws:iam::123456789012:role/example,example
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
class AssessmentDelegation extends pulumi.CustomResource {
|
|
@@ -11,7 +11,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
*
|
|
13
13
|
* const example = new aws.auditmanager.FrameworkShare("example", {
|
|
14
|
-
* destinationAccount: "
|
|
14
|
+
* destinationAccount: "123456789012",
|
|
15
15
|
* destinationRegion: "us-east-1",
|
|
16
16
|
* frameworkId: exampleAwsAuditmanagerFramework.id,
|
|
17
17
|
* });
|
|
@@ -17,7 +17,7 @@ const utilities = require("../utilities");
|
|
|
17
17
|
* import * as aws from "@pulumi/aws";
|
|
18
18
|
*
|
|
19
19
|
* const example = new aws.auditmanager.FrameworkShare("example", {
|
|
20
|
-
* destinationAccount: "
|
|
20
|
+
* destinationAccount: "123456789012",
|
|
21
21
|
* destinationRegion: "us-east-1",
|
|
22
22
|
* frameworkId: exampleAwsAuditmanagerFramework.id,
|
|
23
23
|
* });
|
|
@@ -10,7 +10,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
*
|
|
13
|
-
* const example = new aws.auditmanager.OrganizationAdminAccountRegistration("example", {adminAccountId: "
|
|
13
|
+
* const example = new aws.auditmanager.OrganizationAdminAccountRegistration("example", {adminAccountId: "123456789012"});
|
|
14
14
|
* ```
|
|
15
15
|
*
|
|
16
16
|
* ## Import
|
|
@@ -18,7 +18,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* Using `pulumi import`, import Audit Manager Organization Admin Account Registration using the `id`. For example:
|
|
19
19
|
*
|
|
20
20
|
* ```sh
|
|
21
|
-
* $ pulumi import aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration example
|
|
21
|
+
* $ pulumi import aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration example 123456789012
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
export declare class OrganizationAdminAccountRegistration extends pulumi.CustomResource {
|
|
@@ -16,7 +16,7 @@ const utilities = require("../utilities");
|
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
17
|
* import * as aws from "@pulumi/aws";
|
|
18
18
|
*
|
|
19
|
-
* const example = new aws.auditmanager.OrganizationAdminAccountRegistration("example", {adminAccountId: "
|
|
19
|
+
* const example = new aws.auditmanager.OrganizationAdminAccountRegistration("example", {adminAccountId: "123456789012"});
|
|
20
20
|
* ```
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
@@ -24,7 +24,7 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* Using `pulumi import`, import Audit Manager Organization Admin Account Registration using the `id`. For example:
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
|
-
* $ pulumi import aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration example
|
|
27
|
+
* $ pulumi import aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration example 123456789012
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
class OrganizationAdminAccountRegistration extends pulumi.CustomResource {
|
|
@@ -28,7 +28,7 @@ import * as outputs from "../types/output";
|
|
|
28
28
|
* Using `pulumi import`, import Chatbot Slack Channel Configuration using the `chat_configuration_arn`. For example:
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
* $ pulumi import aws:chatbot/slackChannelConfiguration:SlackChannelConfiguration example arn:aws:chatbot::
|
|
31
|
+
* $ pulumi import aws:chatbot/slackChannelConfiguration:SlackChannelConfiguration example arn:aws:chatbot::123456789012:chat-configuration/slack-channel/min-slaka-kanal
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
export declare class SlackChannelConfiguration extends pulumi.CustomResource {
|
|
@@ -32,7 +32,7 @@ const utilities = require("../utilities");
|
|
|
32
32
|
* Using `pulumi import`, import Chatbot Slack Channel Configuration using the `chat_configuration_arn`. For example:
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
|
-
* $ pulumi import aws:chatbot/slackChannelConfiguration:SlackChannelConfiguration example arn:aws:chatbot::
|
|
35
|
+
* $ pulumi import aws:chatbot/slackChannelConfiguration:SlackChannelConfiguration example arn:aws:chatbot::123456789012:chat-configuration/slack-channel/min-slaka-kanal
|
|
36
36
|
* ```
|
|
37
37
|
*/
|
|
38
38
|
class SlackChannelConfiguration extends pulumi.CustomResource {
|
|
@@ -266,6 +266,10 @@ export declare class DeploymentGroup extends pulumi.CustomResource {
|
|
|
266
266
|
readonly tagsAll: pulumi.Output<{
|
|
267
267
|
[key: string]: string;
|
|
268
268
|
}>;
|
|
269
|
+
/**
|
|
270
|
+
* Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
|
|
271
|
+
*/
|
|
272
|
+
readonly terminationHookEnabled: pulumi.Output<boolean | undefined>;
|
|
269
273
|
/**
|
|
270
274
|
* Configuration block(s) of the triggers for the deployment group (documented below).
|
|
271
275
|
*/
|
|
@@ -369,6 +373,10 @@ export interface DeploymentGroupState {
|
|
|
369
373
|
tagsAll?: pulumi.Input<{
|
|
370
374
|
[key: string]: pulumi.Input<string>;
|
|
371
375
|
}>;
|
|
376
|
+
/**
|
|
377
|
+
* Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
|
|
378
|
+
*/
|
|
379
|
+
terminationHookEnabled?: pulumi.Input<boolean>;
|
|
372
380
|
/**
|
|
373
381
|
* Configuration block(s) of the triggers for the deployment group (documented below).
|
|
374
382
|
*/
|
|
@@ -444,6 +452,10 @@ export interface DeploymentGroupArgs {
|
|
|
444
452
|
tags?: pulumi.Input<{
|
|
445
453
|
[key: string]: pulumi.Input<string>;
|
|
446
454
|
}>;
|
|
455
|
+
/**
|
|
456
|
+
* Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
|
|
457
|
+
*/
|
|
458
|
+
terminationHookEnabled?: pulumi.Input<boolean>;
|
|
447
459
|
/**
|
|
448
460
|
* Configuration block(s) of the triggers for the deployment group (documented below).
|
|
449
461
|
*/
|
|
@@ -216,6 +216,7 @@ class DeploymentGroup extends pulumi.CustomResource {
|
|
|
216
216
|
resourceInputs["serviceRoleArn"] = state ? state.serviceRoleArn : undefined;
|
|
217
217
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
218
218
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
219
|
+
resourceInputs["terminationHookEnabled"] = state ? state.terminationHookEnabled : undefined;
|
|
219
220
|
resourceInputs["triggerConfigurations"] = state ? state.triggerConfigurations : undefined;
|
|
220
221
|
}
|
|
221
222
|
else {
|
|
@@ -245,6 +246,7 @@ class DeploymentGroup extends pulumi.CustomResource {
|
|
|
245
246
|
resourceInputs["outdatedInstancesStrategy"] = args ? args.outdatedInstancesStrategy : undefined;
|
|
246
247
|
resourceInputs["serviceRoleArn"] = args ? args.serviceRoleArn : undefined;
|
|
247
248
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
249
|
+
resourceInputs["terminationHookEnabled"] = args ? args.terminationHookEnabled : undefined;
|
|
248
250
|
resourceInputs["triggerConfigurations"] = args ? args.triggerConfigurations : undefined;
|
|
249
251
|
resourceInputs["arn"] = undefined /*out*/;
|
|
250
252
|
resourceInputs["computePlatform"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentGroup.js","sourceRoot":"","sources":["../../codedeploy/deploymentGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkKG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"deploymentGroup.js","sourceRoot":"","sources":["../../codedeploy/deploymentGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as aws from "@pulumi/aws";
|
|
11
11
|
*
|
|
12
12
|
* const example = aws.connect.getInstanceStorageConfig({
|
|
13
|
-
* associationId: "
|
|
13
|
+
* associationId: "1234567891234567890122345678912345678901223456789123456789012234",
|
|
14
14
|
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
15
15
|
* resourceType: "CONTACT_TRACE_RECORDS",
|
|
16
16
|
* });
|
|
@@ -60,7 +60,7 @@ export interface GetInstanceStorageConfigResult {
|
|
|
60
60
|
* import * as aws from "@pulumi/aws";
|
|
61
61
|
*
|
|
62
62
|
* const example = aws.connect.getInstanceStorageConfig({
|
|
63
|
-
* associationId: "
|
|
63
|
+
* associationId: "1234567891234567890122345678912345678901223456789123456789012234",
|
|
64
64
|
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
65
65
|
* resourceType: "CONTACT_TRACE_RECORDS",
|
|
66
66
|
* });
|
|
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as aws from "@pulumi/aws";
|
|
16
16
|
*
|
|
17
17
|
* const example = aws.connect.getInstanceStorageConfig({
|
|
18
|
-
* associationId: "
|
|
18
|
+
* associationId: "1234567891234567890122345678912345678901223456789123456789012234",
|
|
19
19
|
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
20
20
|
* resourceType: "CONTACT_TRACE_RECORDS",
|
|
21
21
|
* });
|
|
@@ -40,7 +40,7 @@ exports.getInstanceStorageConfig = getInstanceStorageConfig;
|
|
|
40
40
|
* import * as aws from "@pulumi/aws";
|
|
41
41
|
*
|
|
42
42
|
* const example = aws.connect.getInstanceStorageConfig({
|
|
43
|
-
* associationId: "
|
|
43
|
+
* associationId: "1234567891234567890122345678912345678901223456789123456789012234",
|
|
44
44
|
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
45
45
|
* resourceType: "CONTACT_TRACE_RECORDS",
|
|
46
46
|
* });
|
|
@@ -24,7 +24,7 @@ import * as outputs from "../types/output";
|
|
|
24
24
|
* Using `pulumi import`, import DataZone User Profile using the `user_identifier,domain_identifier,type`. For example:
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
|
-
* $ pulumi import aws:datazone/userProfile:UserProfile example arn:aws:iam::
|
|
27
|
+
* $ pulumi import aws:datazone/userProfile:UserProfile example arn:aws:iam::123456789012:user/example,dzd_54nakfrg9k6suo,IAM
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
export declare class UserProfile extends pulumi.CustomResource {
|
package/datazone/userProfile.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* Using `pulumi import`, import DataZone User Profile using the `user_identifier,domain_identifier,type`. For example:
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
* $ pulumi import aws:datazone/userProfile:UserProfile example arn:aws:iam::
|
|
31
|
+
* $ pulumi import aws:datazone/userProfile:UserProfile example arn:aws:iam::123456789012:user/example,dzd_54nakfrg9k6suo,IAM
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class UserProfile extends pulumi.CustomResource {
|
package/ebs/getVolume.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export interface GetVolumeArgs {
|
|
|
54
54
|
*/
|
|
55
55
|
export interface GetVolumeResult {
|
|
56
56
|
/**
|
|
57
|
-
* Volume ARN (e.g., arn:aws:ec2:us-east-1:
|
|
57
|
+
* Volume ARN (e.g., arn:aws:ec2:us-east-1:123456789012:volume/vol-59fcb34e).
|
|
58
58
|
*/
|
|
59
59
|
readonly arn: string;
|
|
60
60
|
/**
|
package/ebs/volume.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
44
44
|
*/
|
|
45
45
|
static isInstance(obj: any): obj is Volume;
|
|
46
46
|
/**
|
|
47
|
-
* The volume ARN (e.g., arn:aws:ec2:us-east-1:
|
|
47
|
+
* The volume ARN (e.g., arn:aws:ec2:us-east-1:123456789012:volume/vol-59fcb34e).
|
|
48
48
|
*/
|
|
49
49
|
readonly arn: pulumi.Output<string>;
|
|
50
50
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
121
121
|
*/
|
|
122
122
|
export interface VolumeState {
|
|
123
123
|
/**
|
|
124
|
-
* The volume ARN (e.g., arn:aws:ec2:us-east-1:
|
|
124
|
+
* The volume ARN (e.g., arn:aws:ec2:us-east-1:123456789012:volume/vol-59fcb34e).
|
|
125
125
|
*/
|
|
126
126
|
arn?: pulumi.Input<string>;
|
|
127
127
|
/**
|
package/ec2/amiCopy.d.ts
CHANGED
package/ec2/amiCopy.js
CHANGED
package/ec2/amiCopy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"amiCopy.js","sourceRoot":"","sources":["../../ec2/amiCopy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"amiCopy.js","sourceRoot":"","sources":["../../ec2/amiCopy.ts"],"names":[],"mappings":"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"}
|
package/ec2/instance.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ import { InstanceProfile } from "../iam";
|
|
|
167
167
|
* const _this = new aws.ec2.Instance("this", {
|
|
168
168
|
* ami: "ami-0dcc1e21636832c5d",
|
|
169
169
|
* instanceType: aws.ec2.InstanceType.M5_Large,
|
|
170
|
-
* hostResourceGroupArn: "arn:aws:resource-groups:us-west-2:
|
|
170
|
+
* hostResourceGroupArn: "arn:aws:resource-groups:us-west-2:123456789012:group/win-testhost",
|
|
171
171
|
* tenancy: "host",
|
|
172
172
|
* });
|
|
173
173
|
* ```
|
package/ec2/instance.js
CHANGED
|
@@ -169,7 +169,7 @@ const utilities = require("../utilities");
|
|
|
169
169
|
* const _this = new aws.ec2.Instance("this", {
|
|
170
170
|
* ami: "ami-0dcc1e21636832c5d",
|
|
171
171
|
* instanceType: aws.ec2.InstanceType.M5_Large,
|
|
172
|
-
* hostResourceGroupArn: "arn:aws:resource-groups:us-west-2:
|
|
172
|
+
* hostResourceGroupArn: "arn:aws:resource-groups:us-west-2:123456789012:group/win-testhost",
|
|
173
173
|
* tenancy: "host",
|
|
174
174
|
* });
|
|
175
175
|
* ```
|
|
@@ -56,7 +56,7 @@ import * as outputs from "../types/output";
|
|
|
56
56
|
* Using `pulumi import`, import ECR Scanning Configurations using the `registry_id`. For example:
|
|
57
57
|
*
|
|
58
58
|
* ```sh
|
|
59
|
-
* $ pulumi import aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration example
|
|
59
|
+
* $ pulumi import aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration example 123456789012
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
62
|
export declare class RegistryScanningConfiguration extends pulumi.CustomResource {
|
|
@@ -60,7 +60,7 @@ const utilities = require("../utilities");
|
|
|
60
60
|
* Using `pulumi import`, import ECR Scanning Configurations using the `registry_id`. For example:
|
|
61
61
|
*
|
|
62
62
|
* ```sh
|
|
63
|
-
* $ pulumi import aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration example
|
|
63
|
+
* $ pulumi import aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration example 123456789012
|
|
64
64
|
* ```
|
|
65
65
|
*/
|
|
66
66
|
class RegistryScanningConfiguration extends pulumi.CustomResource {
|
package/eks/cluster.d.ts
CHANGED
|
@@ -245,7 +245,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
245
245
|
*/
|
|
246
246
|
readonly enabledClusterLogTypes: pulumi.Output<string[] | undefined>;
|
|
247
247
|
/**
|
|
248
|
-
* Configuration block with encryption configuration for the cluster.
|
|
248
|
+
* Configuration block with encryption configuration for the cluster. Detailed below.
|
|
249
249
|
*/
|
|
250
250
|
readonly encryptionConfig: pulumi.Output<outputs.eks.ClusterEncryptionConfig | undefined>;
|
|
251
251
|
/**
|
|
@@ -308,6 +308,10 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
308
308
|
* The following arguments are optional:
|
|
309
309
|
*/
|
|
310
310
|
readonly vpcConfig: pulumi.Output<outputs.eks.ClusterVpcConfig>;
|
|
311
|
+
/**
|
|
312
|
+
* Configuration block with zonal shift configuration for the cluster. Detailed below.
|
|
313
|
+
*/
|
|
314
|
+
readonly zonalShiftConfig: pulumi.Output<outputs.eks.ClusterZonalShiftConfig | undefined>;
|
|
311
315
|
/**
|
|
312
316
|
* Create a Cluster resource with the given unique name, arguments, and options.
|
|
313
317
|
*
|
|
@@ -352,7 +356,7 @@ export interface ClusterState {
|
|
|
352
356
|
*/
|
|
353
357
|
enabledClusterLogTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
354
358
|
/**
|
|
355
|
-
* Configuration block with encryption configuration for the cluster.
|
|
359
|
+
* Configuration block with encryption configuration for the cluster. Detailed below.
|
|
356
360
|
*/
|
|
357
361
|
encryptionConfig?: pulumi.Input<inputs.eks.ClusterEncryptionConfig>;
|
|
358
362
|
/**
|
|
@@ -415,6 +419,10 @@ export interface ClusterState {
|
|
|
415
419
|
* The following arguments are optional:
|
|
416
420
|
*/
|
|
417
421
|
vpcConfig?: pulumi.Input<inputs.eks.ClusterVpcConfig>;
|
|
422
|
+
/**
|
|
423
|
+
* Configuration block with zonal shift configuration for the cluster. Detailed below.
|
|
424
|
+
*/
|
|
425
|
+
zonalShiftConfig?: pulumi.Input<inputs.eks.ClusterZonalShiftConfig>;
|
|
418
426
|
}
|
|
419
427
|
/**
|
|
420
428
|
* The set of arguments for constructing a Cluster resource.
|
|
@@ -434,7 +442,7 @@ export interface ClusterArgs {
|
|
|
434
442
|
*/
|
|
435
443
|
enabledClusterLogTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
436
444
|
/**
|
|
437
|
-
* Configuration block with encryption configuration for the cluster.
|
|
445
|
+
* Configuration block with encryption configuration for the cluster. Detailed below.
|
|
438
446
|
*/
|
|
439
447
|
encryptionConfig?: pulumi.Input<inputs.eks.ClusterEncryptionConfig>;
|
|
440
448
|
/**
|
|
@@ -473,4 +481,8 @@ export interface ClusterArgs {
|
|
|
473
481
|
* The following arguments are optional:
|
|
474
482
|
*/
|
|
475
483
|
vpcConfig: pulumi.Input<inputs.eks.ClusterVpcConfig>;
|
|
484
|
+
/**
|
|
485
|
+
* Configuration block with zonal shift configuration for the cluster. Detailed below.
|
|
486
|
+
*/
|
|
487
|
+
zonalShiftConfig?: pulumi.Input<inputs.eks.ClusterZonalShiftConfig>;
|
|
476
488
|
}
|
package/eks/cluster.js
CHANGED
|
@@ -253,6 +253,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
253
253
|
resourceInputs["upgradePolicy"] = state ? state.upgradePolicy : undefined;
|
|
254
254
|
resourceInputs["version"] = state ? state.version : undefined;
|
|
255
255
|
resourceInputs["vpcConfig"] = state ? state.vpcConfig : undefined;
|
|
256
|
+
resourceInputs["zonalShiftConfig"] = state ? state.zonalShiftConfig : undefined;
|
|
256
257
|
}
|
|
257
258
|
else {
|
|
258
259
|
const args = argsOrState;
|
|
@@ -275,6 +276,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
275
276
|
resourceInputs["upgradePolicy"] = args ? args.upgradePolicy : undefined;
|
|
276
277
|
resourceInputs["version"] = args ? args.version : undefined;
|
|
277
278
|
resourceInputs["vpcConfig"] = args ? args.vpcConfig : undefined;
|
|
279
|
+
resourceInputs["zonalShiftConfig"] = args ? args.zonalShiftConfig : undefined;
|
|
278
280
|
resourceInputs["arn"] = undefined /*out*/;
|
|
279
281
|
resourceInputs["certificateAuthorities"] = undefined /*out*/;
|
|
280
282
|
resourceInputs["certificateAuthority"] = undefined /*out*/;
|
package/eks/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoMG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoMG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAyGD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAnML,0BAoMC;AAtLG,gBAAgB;AACO,oBAAY,GAAG,yBAAyB,CAAC"}
|
package/eks/getCluster.d.ts
CHANGED
|
@@ -116,6 +116,10 @@ export interface GetClusterResult {
|
|
|
116
116
|
* Nested list containing VPC configuration for the cluster.
|
|
117
117
|
*/
|
|
118
118
|
readonly vpcConfig: outputs.eks.GetClusterVpcConfig;
|
|
119
|
+
/**
|
|
120
|
+
* Contains Zonal Shift Configuration.
|
|
121
|
+
*/
|
|
122
|
+
readonly zonalShiftConfigs: outputs.eks.GetClusterZonalShiftConfig[];
|
|
119
123
|
}
|
|
120
124
|
/**
|
|
121
125
|
* Retrieve information about an EKS Cluster.
|
package/eks/getCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAkGD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Resource for managing an AWS EC2 Image Builder Workflow.
|
|
4
4
|
*
|
|
5
|
+
* > Image Builder manages the workflows for the distribution stage. Therefore, using the DISTRIBUTION workflow type results in an error.
|
|
6
|
+
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
7
9
|
* ### Basic Usage
|
|
@@ -114,7 +116,7 @@ export declare class Workflow extends pulumi.CustomResource {
|
|
|
114
116
|
[key: string]: string;
|
|
115
117
|
}>;
|
|
116
118
|
/**
|
|
117
|
-
* Type of the workflow. Valid values: `BUILD`, `TEST
|
|
119
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`.
|
|
118
120
|
*/
|
|
119
121
|
readonly type: pulumi.Output<string>;
|
|
120
122
|
/**
|
|
@@ -185,7 +187,7 @@ export interface WorkflowState {
|
|
|
185
187
|
[key: string]: pulumi.Input<string>;
|
|
186
188
|
}>;
|
|
187
189
|
/**
|
|
188
|
-
* Type of the workflow. Valid values: `BUILD`, `TEST
|
|
190
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`.
|
|
189
191
|
*/
|
|
190
192
|
type?: pulumi.Input<string>;
|
|
191
193
|
/**
|
|
@@ -230,7 +232,7 @@ export interface WorkflowArgs {
|
|
|
230
232
|
[key: string]: pulumi.Input<string>;
|
|
231
233
|
}>;
|
|
232
234
|
/**
|
|
233
|
-
* Type of the workflow. Valid values: `BUILD`, `TEST
|
|
235
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`.
|
|
234
236
|
*/
|
|
235
237
|
type: pulumi.Input<string>;
|
|
236
238
|
/**
|
package/imagebuilder/workflow.js
CHANGED
|
@@ -8,6 +8,8 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Resource for managing an AWS EC2 Image Builder Workflow.
|
|
10
10
|
*
|
|
11
|
+
* > Image Builder manages the workflows for the distribution stage. Therefore, using the DISTRIBUTION workflow type results in an error.
|
|
12
|
+
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
13
15
|
* ### Basic Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../imagebuilder/workflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../imagebuilder/workflow.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
* Using `pulumi import`, import Inspector Delegated Admin Account using the `account_id`. For example:
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
|
-
* $ pulumi import aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount example
|
|
22
|
+
* $ pulumi import aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount example 123456789012
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
export declare class DelegatedAdminAccount extends pulumi.CustomResource {
|
|
@@ -25,7 +25,7 @@ const utilities = require("../utilities");
|
|
|
25
25
|
* Using `pulumi import`, import Inspector Delegated Admin Account using the `account_id`. For example:
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
|
-
* $ pulumi import aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount example
|
|
28
|
+
* $ pulumi import aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount example 123456789012
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
31
|
class DelegatedAdminAccount extends pulumi.CustomResource {
|