@pulumi/aws 5.17.0 → 5.18.0-alpha.1666119715
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/amp/workspace.d.ts +29 -5
- package/amp/workspace.js +17 -5
- package/amp/workspace.js.map +1 -1
- package/cloudfront/distribution.d.ts +1 -1
- package/cloudfront/distribution.js +1 -1
- package/codepipeline/customActionType.d.ts +188 -0
- package/codepipeline/customActionType.js +116 -0
- package/codepipeline/customActionType.js.map +1 -0
- package/codepipeline/index.d.ts +3 -0
- package/codepipeline/index.js +6 -1
- package/codepipeline/index.js.map +1 -1
- package/cognito/userPool.d.ts +12 -0
- package/cognito/userPool.js +2 -0
- package/cognito/userPool.js.map +1 -1
- package/comprehend/documentClassifier.d.ts +275 -0
- package/comprehend/documentClassifier.js +115 -0
- package/comprehend/documentClassifier.js.map +1 -0
- package/comprehend/index.d.ts +3 -0
- package/comprehend/index.js +6 -1
- package/comprehend/index.js.map +1 -1
- package/directconnect/connection.d.ts +8 -0
- package/directconnect/connection.js +2 -0
- package/directconnect/connection.js.map +1 -1
- package/directconnect/getConnection.d.ts +4 -0
- package/directconnect/getConnection.js.map +1 -1
- package/ebs/volume.d.ts +1 -1
- package/ebs/volume.js +1 -1
- package/ec2/defaultVpc.d.ts +3 -0
- package/ec2/defaultVpc.js +2 -0
- package/ec2/defaultVpc.js.map +1 -1
- package/ec2/getNatGateway.d.ts +0 -2
- package/ec2/getNatGateway.js +0 -2
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getVpc.d.ts +4 -0
- package/ec2/getVpc.js.map +1 -1
- package/ec2/getVpcIamPools.d.ts +64 -0
- package/ec2/getVpcIamPools.js +50 -0
- package/ec2/getVpcIamPools.js.map +1 -0
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +6 -3
- package/ec2/index.js.map +1 -1
- package/ec2/networkInterface.d.ts +9 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/securityGroupRule.d.ts +2 -2
- package/ec2/securityGroupRule.js +2 -2
- package/ec2/vpc.d.ts +15 -3
- package/ec2/vpc.js +2 -0
- package/ec2/vpc.js.map +1 -1
- package/ec2clientvpn/route.d.ts +3 -3
- package/ec2transitgateway/connectPeer.d.ts +1 -1
- package/ec2transitgateway/connectPeer.js +1 -1
- package/elasticache/getCluster.d.ts +1 -1
- package/elasticache/getCluster.js +1 -1
- package/elasticache/getReplicationGroup.d.ts +1 -1
- package/elasticache/getReplicationGroup.js +1 -1
- package/elasticache/getUser.d.ts +1 -1
- package/elasticache/getUser.js +1 -1
- package/elasticache/globalReplicationGroup.d.ts +30 -2
- package/elasticache/globalReplicationGroup.js +3 -1
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/parameterGroup.d.ts +1 -1
- package/elasticache/parameterGroup.js +1 -1
- package/elasticache/subnetGroup.d.ts +3 -3
- package/emrcontainers/virtualCluster.d.ts +2 -2
- package/emrcontainers/virtualCluster.js +2 -2
- package/globalaccelerator/accelerator.d.ts +13 -0
- package/globalaccelerator/accelerator.js +3 -0
- package/globalaccelerator/accelerator.js.map +1 -1
- package/identitystore/group.d.ts +3 -3
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/inspector2/delegatedAdminAccount.d.ts +76 -0
- package/inspector2/delegatedAdminAccount.js +74 -0
- package/inspector2/delegatedAdminAccount.js.map +1 -0
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +6 -1
- package/inspector2/index.js.map +1 -1
- package/networkmanager/link.d.ts +1 -1
- package/networkmanager/link.js +1 -1
- package/opsworks/customLayer.d.ts +12 -0
- package/opsworks/customLayer.js +2 -0
- package/opsworks/customLayer.js.map +1 -1
- package/opsworks/ecsClusterLayer.d.ts +3 -0
- package/opsworks/ecsClusterLayer.js +2 -0
- package/opsworks/ecsClusterLayer.js.map +1 -1
- package/opsworks/gangliaLayer.d.ts +3 -0
- package/opsworks/gangliaLayer.js +2 -0
- package/opsworks/gangliaLayer.js.map +1 -1
- package/opsworks/haproxyLayer.d.ts +3 -0
- package/opsworks/haproxyLayer.js +2 -0
- package/opsworks/haproxyLayer.js.map +1 -1
- package/opsworks/javaAppLayer.d.ts +3 -0
- package/opsworks/javaAppLayer.js +2 -0
- package/opsworks/javaAppLayer.js.map +1 -1
- package/opsworks/memcachedLayer.d.ts +3 -0
- package/opsworks/memcachedLayer.js +2 -0
- package/opsworks/memcachedLayer.js.map +1 -1
- package/opsworks/mysqlLayer.d.ts +3 -0
- package/opsworks/mysqlLayer.js +2 -0
- package/opsworks/mysqlLayer.js.map +1 -1
- package/opsworks/nodejsAppLayer.d.ts +3 -0
- package/opsworks/nodejsAppLayer.js +2 -0
- package/opsworks/nodejsAppLayer.js.map +1 -1
- package/opsworks/phpAppLayer.d.ts +3 -0
- package/opsworks/phpAppLayer.js +2 -0
- package/opsworks/phpAppLayer.js.map +1 -1
- package/opsworks/railsAppLayer.d.ts +3 -0
- package/opsworks/railsAppLayer.js +2 -0
- package/opsworks/railsAppLayer.js.map +1 -1
- package/opsworks/staticWebLayer.d.ts +3 -0
- package/opsworks/staticWebLayer.js +2 -0
- package/opsworks/staticWebLayer.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/ram/resourceShare.d.ts +1 -1
- package/ram/resourceShare.js +1 -1
- package/rds/getReservedInstanceOffering.d.ts +97 -0
- package/rds/getReservedInstanceOffering.js +44 -0
- package/rds/getReservedInstanceOffering.js.map +1 -0
- package/rds/index.d.ts +6 -0
- package/rds/index.js +9 -1
- package/rds/index.js.map +1 -1
- package/rds/optionGroup.d.ts +1 -1
- package/rds/optionGroup.js +1 -1
- package/rds/reservedInstance.d.ts +219 -0
- package/rds/reservedInstance.js +115 -0
- package/rds/reservedInstance.js.map +1 -0
- package/s3control/index.d.ts +3 -0
- package/s3control/index.js +6 -1
- package/s3control/index.js.map +1 -1
- package/s3control/storageLensConfiguration.d.ts +157 -0
- package/s3control/storageLensConfiguration.js +122 -0
- package/s3control/storageLensConfiguration.js.map +1 -0
- package/servicecatalog/product.d.ts +17 -0
- package/servicecatalog/product.js +17 -0
- package/servicecatalog/product.js.map +1 -1
- package/ses/domainDkim.d.ts +2 -2
- package/ses/domainDkim.js +2 -2
- package/sesv2/configurationSet.d.ts +175 -0
- package/sesv2/configurationSet.js +107 -0
- package/sesv2/configurationSet.js.map +1 -0
- package/sesv2/index.d.ts +3 -0
- package/sesv2/index.js +22 -0
- package/sesv2/index.js.map +1 -0
- package/transfer/index.d.ts +3 -0
- package/transfer/index.js +6 -1
- package/transfer/index.js.map +1 -1
- package/transfer/server.d.ts +2 -0
- package/transfer/server.js +2 -0
- package/transfer/server.js.map +1 -1
- package/transfer/tag.d.ts +100 -0
- package/transfer/tag.js +90 -0
- package/transfer/tag.js.map +1 -0
- package/types/input.d.ts +714 -22
- package/types/output.d.ts +762 -4
- package/waf/getSubscribedRuleGroup.d.ts +16 -17
- package/waf/getSubscribedRuleGroup.js +16 -17
- package/waf/getSubscribedRuleGroup.js.map +1 -1
- package/wafregional/getSubscribedRuleGroup.d.ts +16 -17
- package/wafregional/getSubscribedRuleGroup.js +16 -17
- package/wafregional/getSubscribedRuleGroup.js.map +1 -1
package/amp/workspace.d.ts
CHANGED
|
@@ -1,20 +1,32 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Manages an Amazon Managed Service for Prometheus (AMP) Workspace.
|
|
4
6
|
*
|
|
5
|
-
* > **NOTE:** This AWS functionality is in Preview and may change before General Availability release. Backwards compatibility is not guaranteed between provider releases.
|
|
6
|
-
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
9
9
|
* ```typescript
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
*
|
|
13
|
-
* const
|
|
14
|
-
* alias: "
|
|
13
|
+
* const example = new aws.amp.Workspace("example", {
|
|
14
|
+
* alias: "example",
|
|
15
15
|
* tags: {
|
|
16
16
|
* Environment: "production",
|
|
17
|
-
*
|
|
17
|
+
* },
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
* ### CloudWatch Logging
|
|
21
|
+
*
|
|
22
|
+
* ```typescript
|
|
23
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
24
|
+
* import * as aws from "@pulumi/aws";
|
|
25
|
+
*
|
|
26
|
+
* const exampleLogGroup = new aws.cloudwatch.LogGroup("example", {});
|
|
27
|
+
* const exampleWorkspace = new aws.amp.Workspace("example", {
|
|
28
|
+
* loggingConfiguration: {
|
|
29
|
+
* logGroupArn: pulumi.interpolate`${exampleLogGroup.arn}:*`,
|
|
18
30
|
* },
|
|
19
31
|
* });
|
|
20
32
|
* ```
|
|
@@ -51,6 +63,10 @@ export declare class Workspace extends pulumi.CustomResource {
|
|
|
51
63
|
* Amazon Resource Name (ARN) of the workspace.
|
|
52
64
|
*/
|
|
53
65
|
readonly arn: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Logging configuration for the workspace. See Logging Configuration below for details.
|
|
68
|
+
*/
|
|
69
|
+
readonly loggingConfiguration: pulumi.Output<outputs.amp.WorkspaceLoggingConfiguration | undefined>;
|
|
54
70
|
/**
|
|
55
71
|
* Prometheus endpoint available for this workspace.
|
|
56
72
|
*/
|
|
@@ -88,6 +104,10 @@ export interface WorkspaceState {
|
|
|
88
104
|
* Amazon Resource Name (ARN) of the workspace.
|
|
89
105
|
*/
|
|
90
106
|
arn?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Logging configuration for the workspace. See Logging Configuration below for details.
|
|
109
|
+
*/
|
|
110
|
+
loggingConfiguration?: pulumi.Input<inputs.amp.WorkspaceLoggingConfiguration>;
|
|
91
111
|
/**
|
|
92
112
|
* Prometheus endpoint available for this workspace.
|
|
93
113
|
*/
|
|
@@ -113,6 +133,10 @@ export interface WorkspaceArgs {
|
|
|
113
133
|
* The alias of the prometheus workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-create-workspace.html).
|
|
114
134
|
*/
|
|
115
135
|
alias?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Logging configuration for the workspace. See Logging Configuration below for details.
|
|
138
|
+
*/
|
|
139
|
+
loggingConfiguration?: pulumi.Input<inputs.amp.WorkspaceLoggingConfiguration>;
|
|
116
140
|
/**
|
|
117
141
|
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
118
142
|
*/
|
package/amp/workspace.js
CHANGED
|
@@ -8,19 +8,29 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an Amazon Managed Service for Prometheus (AMP) Workspace.
|
|
10
10
|
*
|
|
11
|
-
* > **NOTE:** This AWS functionality is in Preview and may change before General Availability release. Backwards compatibility is not guaranteed between provider releases.
|
|
12
|
-
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
15
13
|
* ```typescript
|
|
16
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
15
|
* import * as aws from "@pulumi/aws";
|
|
18
16
|
*
|
|
19
|
-
* const
|
|
20
|
-
* alias: "
|
|
17
|
+
* const example = new aws.amp.Workspace("example", {
|
|
18
|
+
* alias: "example",
|
|
21
19
|
* tags: {
|
|
22
20
|
* Environment: "production",
|
|
23
|
-
*
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
* ### CloudWatch Logging
|
|
25
|
+
*
|
|
26
|
+
* ```typescript
|
|
27
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
+
* import * as aws from "@pulumi/aws";
|
|
29
|
+
*
|
|
30
|
+
* const exampleLogGroup = new aws.cloudwatch.LogGroup("example", {});
|
|
31
|
+
* const exampleWorkspace = new aws.amp.Workspace("example", {
|
|
32
|
+
* loggingConfiguration: {
|
|
33
|
+
* logGroupArn: pulumi.interpolate`${exampleLogGroup.arn}:*`,
|
|
24
34
|
* },
|
|
25
35
|
* });
|
|
26
36
|
* ```
|
|
@@ -41,6 +51,7 @@ class Workspace extends pulumi.CustomResource {
|
|
|
41
51
|
const state = argsOrState;
|
|
42
52
|
resourceInputs["alias"] = state ? state.alias : undefined;
|
|
43
53
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
54
|
+
resourceInputs["loggingConfiguration"] = state ? state.loggingConfiguration : undefined;
|
|
44
55
|
resourceInputs["prometheusEndpoint"] = state ? state.prometheusEndpoint : undefined;
|
|
45
56
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
46
57
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
@@ -48,6 +59,7 @@ class Workspace extends pulumi.CustomResource {
|
|
|
48
59
|
else {
|
|
49
60
|
const args = argsOrState;
|
|
50
61
|
resourceInputs["alias"] = args ? args.alias : undefined;
|
|
62
|
+
resourceInputs["loggingConfiguration"] = args ? args.loggingConfiguration : undefined;
|
|
51
63
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
52
64
|
resourceInputs["arn"] = undefined /*out*/;
|
|
53
65
|
resourceInputs["prometheusEndpoint"] = undefined /*out*/;
|
package/amp/workspace.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../amp/workspace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../amp/workspace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IA6DhD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,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;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,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,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;IAlFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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;;AA1BL,8BAoFC;AAtEG,gBAAgB;AACO,sBAAY,GAAG,6BAA6B,CAAC"}
|
|
@@ -33,7 +33,7 @@ import * as outputs from "../types/output";
|
|
|
33
33
|
* const s3Distribution = new aws.cloudfront.Distribution("s3Distribution", {
|
|
34
34
|
* origins: [{
|
|
35
35
|
* domainName: bucketV2.bucketRegionalDomainName,
|
|
36
|
-
* originId:
|
|
36
|
+
* originId: locals.s3_origin_id,
|
|
37
37
|
* s3OriginConfig: {
|
|
38
38
|
* originAccessIdentity: "origin-access-identity/cloudfront/ABCDEFG1234567",
|
|
39
39
|
* },
|
|
@@ -37,7 +37,7 @@ const utilities = require("../utilities");
|
|
|
37
37
|
* const s3Distribution = new aws.cloudfront.Distribution("s3Distribution", {
|
|
38
38
|
* origins: [{
|
|
39
39
|
* domainName: bucketV2.bucketRegionalDomainName,
|
|
40
|
-
* originId:
|
|
40
|
+
* originId: locals.s3_origin_id,
|
|
41
41
|
* s3OriginConfig: {
|
|
42
42
|
* originAccessIdentity: "origin-access-identity/cloudfront/ABCDEFG1234567",
|
|
43
43
|
* },
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a CodeDeploy CustomActionType
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const example = new aws.codepipeline.CustomActionType("example", {
|
|
14
|
+
* category: "Build",
|
|
15
|
+
* inputArtifactDetails: {
|
|
16
|
+
* maximumCount: 1,
|
|
17
|
+
* minimumCount: 0,
|
|
18
|
+
* },
|
|
19
|
+
* outputArtifactDetails: {
|
|
20
|
+
* maximumCount: 1,
|
|
21
|
+
* minimumCount: 0,
|
|
22
|
+
* },
|
|
23
|
+
* providerName: "example",
|
|
24
|
+
* version: "1",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* CodeDeploy CustomActionType can be imported using the `id`, e.g.
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import aws:codepipeline/customActionType:CustomActionType example Build:terraform:1
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare class CustomActionType extends pulumi.CustomResource {
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing CustomActionType resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomActionTypeState, opts?: pulumi.CustomResourceOptions): CustomActionType;
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of CustomActionType. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj: any): obj is CustomActionType;
|
|
52
|
+
/**
|
|
53
|
+
* The action ARN.
|
|
54
|
+
*/
|
|
55
|
+
readonly arn: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The category of the custom action. Valid values: `Source`, `Build`, `Deploy`, `Test`, `Invoke`, `Approval`
|
|
58
|
+
*/
|
|
59
|
+
readonly category: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The configuration properties for the custom action. Max 10 items.
|
|
62
|
+
*/
|
|
63
|
+
readonly configurationProperties: pulumi.Output<outputs.codepipeline.CustomActionTypeConfigurationProperty[] | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* The details of the input artifact for the action.
|
|
66
|
+
*/
|
|
67
|
+
readonly inputArtifactDetails: pulumi.Output<outputs.codepipeline.CustomActionTypeInputArtifactDetails>;
|
|
68
|
+
/**
|
|
69
|
+
* The details of the output artifact of the action.
|
|
70
|
+
*/
|
|
71
|
+
readonly outputArtifactDetails: pulumi.Output<outputs.codepipeline.CustomActionTypeOutputArtifactDetails>;
|
|
72
|
+
/**
|
|
73
|
+
* The creator of the action being called.
|
|
74
|
+
*/
|
|
75
|
+
readonly owner: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The provider of the service used in the custom action
|
|
78
|
+
*/
|
|
79
|
+
readonly providerName: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The settings for an action type.
|
|
82
|
+
*/
|
|
83
|
+
readonly settings: pulumi.Output<outputs.codepipeline.CustomActionTypeSettings | undefined>;
|
|
84
|
+
readonly tags: pulumi.Output<{
|
|
85
|
+
[key: string]: string;
|
|
86
|
+
} | undefined>;
|
|
87
|
+
readonly tagsAll: pulumi.Output<{
|
|
88
|
+
[key: string]: string;
|
|
89
|
+
}>;
|
|
90
|
+
/**
|
|
91
|
+
* The version identifier of the custom action.
|
|
92
|
+
*/
|
|
93
|
+
readonly version: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Create a CustomActionType resource with the given unique name, arguments, and options.
|
|
96
|
+
*
|
|
97
|
+
* @param name The _unique_ name of the resource.
|
|
98
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
99
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
100
|
+
*/
|
|
101
|
+
constructor(name: string, args: CustomActionTypeArgs, opts?: pulumi.CustomResourceOptions);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Input properties used for looking up and filtering CustomActionType resources.
|
|
105
|
+
*/
|
|
106
|
+
export interface CustomActionTypeState {
|
|
107
|
+
/**
|
|
108
|
+
* The action ARN.
|
|
109
|
+
*/
|
|
110
|
+
arn?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The category of the custom action. Valid values: `Source`, `Build`, `Deploy`, `Test`, `Invoke`, `Approval`
|
|
113
|
+
*/
|
|
114
|
+
category?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The configuration properties for the custom action. Max 10 items.
|
|
117
|
+
*/
|
|
118
|
+
configurationProperties?: pulumi.Input<pulumi.Input<inputs.codepipeline.CustomActionTypeConfigurationProperty>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* The details of the input artifact for the action.
|
|
121
|
+
*/
|
|
122
|
+
inputArtifactDetails?: pulumi.Input<inputs.codepipeline.CustomActionTypeInputArtifactDetails>;
|
|
123
|
+
/**
|
|
124
|
+
* The details of the output artifact of the action.
|
|
125
|
+
*/
|
|
126
|
+
outputArtifactDetails?: pulumi.Input<inputs.codepipeline.CustomActionTypeOutputArtifactDetails>;
|
|
127
|
+
/**
|
|
128
|
+
* The creator of the action being called.
|
|
129
|
+
*/
|
|
130
|
+
owner?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The provider of the service used in the custom action
|
|
133
|
+
*/
|
|
134
|
+
providerName?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The settings for an action type.
|
|
137
|
+
*/
|
|
138
|
+
settings?: pulumi.Input<inputs.codepipeline.CustomActionTypeSettings>;
|
|
139
|
+
tags?: pulumi.Input<{
|
|
140
|
+
[key: string]: pulumi.Input<string>;
|
|
141
|
+
}>;
|
|
142
|
+
tagsAll?: pulumi.Input<{
|
|
143
|
+
[key: string]: pulumi.Input<string>;
|
|
144
|
+
}>;
|
|
145
|
+
/**
|
|
146
|
+
* The version identifier of the custom action.
|
|
147
|
+
*/
|
|
148
|
+
version?: pulumi.Input<string>;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* The set of arguments for constructing a CustomActionType resource.
|
|
152
|
+
*/
|
|
153
|
+
export interface CustomActionTypeArgs {
|
|
154
|
+
/**
|
|
155
|
+
* The category of the custom action. Valid values: `Source`, `Build`, `Deploy`, `Test`, `Invoke`, `Approval`
|
|
156
|
+
*/
|
|
157
|
+
category: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* The configuration properties for the custom action. Max 10 items.
|
|
160
|
+
*/
|
|
161
|
+
configurationProperties?: pulumi.Input<pulumi.Input<inputs.codepipeline.CustomActionTypeConfigurationProperty>[]>;
|
|
162
|
+
/**
|
|
163
|
+
* The details of the input artifact for the action.
|
|
164
|
+
*/
|
|
165
|
+
inputArtifactDetails: pulumi.Input<inputs.codepipeline.CustomActionTypeInputArtifactDetails>;
|
|
166
|
+
/**
|
|
167
|
+
* The details of the output artifact of the action.
|
|
168
|
+
*/
|
|
169
|
+
outputArtifactDetails: pulumi.Input<inputs.codepipeline.CustomActionTypeOutputArtifactDetails>;
|
|
170
|
+
/**
|
|
171
|
+
* The provider of the service used in the custom action
|
|
172
|
+
*/
|
|
173
|
+
providerName: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The settings for an action type.
|
|
176
|
+
*/
|
|
177
|
+
settings?: pulumi.Input<inputs.codepipeline.CustomActionTypeSettings>;
|
|
178
|
+
tags?: pulumi.Input<{
|
|
179
|
+
[key: string]: pulumi.Input<string>;
|
|
180
|
+
}>;
|
|
181
|
+
tagsAll?: pulumi.Input<{
|
|
182
|
+
[key: string]: pulumi.Input<string>;
|
|
183
|
+
}>;
|
|
184
|
+
/**
|
|
185
|
+
* The version identifier of the custom action.
|
|
186
|
+
*/
|
|
187
|
+
version: pulumi.Input<string>;
|
|
188
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.CustomActionType = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a CodeDeploy CustomActionType
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const example = new aws.codepipeline.CustomActionType("example", {
|
|
18
|
+
* category: "Build",
|
|
19
|
+
* inputArtifactDetails: {
|
|
20
|
+
* maximumCount: 1,
|
|
21
|
+
* minimumCount: 0,
|
|
22
|
+
* },
|
|
23
|
+
* outputArtifactDetails: {
|
|
24
|
+
* maximumCount: 1,
|
|
25
|
+
* minimumCount: 0,
|
|
26
|
+
* },
|
|
27
|
+
* providerName: "example",
|
|
28
|
+
* version: "1",
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* CodeDeploy CustomActionType can be imported using the `id`, e.g.
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import aws:codepipeline/customActionType:CustomActionType example Build:terraform:1
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
class CustomActionType extends pulumi.CustomResource {
|
|
41
|
+
constructor(name, argsOrState, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (opts.id) {
|
|
45
|
+
const state = argsOrState;
|
|
46
|
+
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
47
|
+
resourceInputs["category"] = state ? state.category : undefined;
|
|
48
|
+
resourceInputs["configurationProperties"] = state ? state.configurationProperties : undefined;
|
|
49
|
+
resourceInputs["inputArtifactDetails"] = state ? state.inputArtifactDetails : undefined;
|
|
50
|
+
resourceInputs["outputArtifactDetails"] = state ? state.outputArtifactDetails : undefined;
|
|
51
|
+
resourceInputs["owner"] = state ? state.owner : undefined;
|
|
52
|
+
resourceInputs["providerName"] = state ? state.providerName : undefined;
|
|
53
|
+
resourceInputs["settings"] = state ? state.settings : undefined;
|
|
54
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
55
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
56
|
+
resourceInputs["version"] = state ? state.version : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
if ((!args || args.category === undefined) && !opts.urn) {
|
|
61
|
+
throw new Error("Missing required property 'category'");
|
|
62
|
+
}
|
|
63
|
+
if ((!args || args.inputArtifactDetails === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'inputArtifactDetails'");
|
|
65
|
+
}
|
|
66
|
+
if ((!args || args.outputArtifactDetails === undefined) && !opts.urn) {
|
|
67
|
+
throw new Error("Missing required property 'outputArtifactDetails'");
|
|
68
|
+
}
|
|
69
|
+
if ((!args || args.providerName === undefined) && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'providerName'");
|
|
71
|
+
}
|
|
72
|
+
if ((!args || args.version === undefined) && !opts.urn) {
|
|
73
|
+
throw new Error("Missing required property 'version'");
|
|
74
|
+
}
|
|
75
|
+
resourceInputs["category"] = args ? args.category : undefined;
|
|
76
|
+
resourceInputs["configurationProperties"] = args ? args.configurationProperties : undefined;
|
|
77
|
+
resourceInputs["inputArtifactDetails"] = args ? args.inputArtifactDetails : undefined;
|
|
78
|
+
resourceInputs["outputArtifactDetails"] = args ? args.outputArtifactDetails : undefined;
|
|
79
|
+
resourceInputs["providerName"] = args ? args.providerName : undefined;
|
|
80
|
+
resourceInputs["settings"] = args ? args.settings : undefined;
|
|
81
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
82
|
+
resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
|
|
83
|
+
resourceInputs["version"] = args ? args.version : undefined;
|
|
84
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["owner"] = undefined /*out*/;
|
|
86
|
+
}
|
|
87
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
88
|
+
super(CustomActionType.__pulumiType, name, resourceInputs, opts);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Get an existing CustomActionType resource's state with the given name, ID, and optional extra
|
|
92
|
+
* properties used to qualify the lookup.
|
|
93
|
+
*
|
|
94
|
+
* @param name The _unique_ name of the resulting resource.
|
|
95
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
96
|
+
* @param state Any extra arguments used during the lookup.
|
|
97
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
98
|
+
*/
|
|
99
|
+
static get(name, id, state, opts) {
|
|
100
|
+
return new CustomActionType(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Returns true if the given object is an instance of CustomActionType. This is designed to work even
|
|
104
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
105
|
+
*/
|
|
106
|
+
static isInstance(obj) {
|
|
107
|
+
if (obj === undefined || obj === null) {
|
|
108
|
+
return false;
|
|
109
|
+
}
|
|
110
|
+
return obj['__pulumiType'] === CustomActionType.__pulumiType;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.CustomActionType = CustomActionType;
|
|
114
|
+
/** @internal */
|
|
115
|
+
CustomActionType.__pulumiType = 'aws:codepipeline/customActionType:CustomActionType';
|
|
116
|
+
//# sourceMappingURL=customActionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customActionType.js","sourceRoot":"","sources":["../../codepipeline/customActionType.ts"],"names":[],"mappings":"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"}
|
package/codepipeline/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export { CustomActionTypeArgs, CustomActionTypeState } from "./customActionType";
|
|
2
|
+
export declare type CustomActionType = import("./customActionType").CustomActionType;
|
|
3
|
+
export declare const CustomActionType: typeof import("./customActionType").CustomActionType;
|
|
1
4
|
export { PipelineArgs, PipelineState } from "./pipeline";
|
|
2
5
|
export declare type Pipeline = import("./pipeline").Pipeline;
|
|
3
6
|
export declare const Pipeline: typeof import("./pipeline").Pipeline;
|
package/codepipeline/index.js
CHANGED
|
@@ -2,17 +2,21 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.Webhook = exports.Pipeline = void 0;
|
|
5
|
+
exports.Webhook = exports.Pipeline = exports.CustomActionType = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.CustomActionType = null;
|
|
8
9
|
exports.Pipeline = null;
|
|
9
10
|
exports.Webhook = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["CustomActionType"], () => require("./customActionType"));
|
|
10
12
|
utilities.lazyLoad(exports, ["Pipeline"], () => require("./pipeline"));
|
|
11
13
|
utilities.lazyLoad(exports, ["Webhook"], () => require("./webhook"));
|
|
12
14
|
const _module = {
|
|
13
15
|
version: utilities.getVersion(),
|
|
14
16
|
construct: (name, type, urn) => {
|
|
15
17
|
switch (type) {
|
|
18
|
+
case "aws:codepipeline/customActionType:CustomActionType":
|
|
19
|
+
return new exports.CustomActionType(name, undefined, { urn });
|
|
16
20
|
case "aws:codepipeline/pipeline:Pipeline":
|
|
17
21
|
return new exports.Pipeline(name, undefined, { urn });
|
|
18
22
|
case "aws:codepipeline/webhook:Webhook":
|
|
@@ -22,6 +26,7 @@ const _module = {
|
|
|
22
26
|
}
|
|
23
27
|
},
|
|
24
28
|
};
|
|
29
|
+
pulumi.runtime.registerResourceModule("aws", "codepipeline/customActionType", _module);
|
|
25
30
|
pulumi.runtime.registerResourceModule("aws", "codepipeline/pipeline", _module);
|
|
26
31
|
pulumi.runtime.registerResourceModule("aws", "codepipeline/webhook", _module);
|
|
27
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../codepipeline/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAI7D,QAAA,OAAO,GAAuC,IAAW,CAAC;AAEvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAErE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oCAAoC;gBACrC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../codepipeline/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAIrF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAI7D,QAAA,OAAO,GAAuC,IAAW,CAAC;AAEvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AACvF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAErE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oDAAoD;gBACrD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}
|
package/cognito/userPool.d.ts
CHANGED
|
@@ -186,6 +186,10 @@ export declare class UserPool extends pulumi.CustomResource {
|
|
|
186
186
|
readonly tagsAll: pulumi.Output<{
|
|
187
187
|
[key: string]: string;
|
|
188
188
|
}>;
|
|
189
|
+
/**
|
|
190
|
+
* Configuration block for user attribute update settings. Detailed below.
|
|
191
|
+
*/
|
|
192
|
+
readonly userAttributeUpdateSettings: pulumi.Output<outputs.cognito.UserPoolUserAttributeUpdateSettings | undefined>;
|
|
189
193
|
/**
|
|
190
194
|
* Configuration block for user pool add-ons to enable user pool advanced security mode features. Detailed below.
|
|
191
195
|
*/
|
|
@@ -323,6 +327,10 @@ export interface UserPoolState {
|
|
|
323
327
|
tagsAll?: pulumi.Input<{
|
|
324
328
|
[key: string]: pulumi.Input<string>;
|
|
325
329
|
}>;
|
|
330
|
+
/**
|
|
331
|
+
* Configuration block for user attribute update settings. Detailed below.
|
|
332
|
+
*/
|
|
333
|
+
userAttributeUpdateSettings?: pulumi.Input<inputs.cognito.UserPoolUserAttributeUpdateSettings>;
|
|
326
334
|
/**
|
|
327
335
|
* Configuration block for user pool add-ons to enable user pool advanced security mode features. Detailed below.
|
|
328
336
|
*/
|
|
@@ -418,6 +426,10 @@ export interface UserPoolArgs {
|
|
|
418
426
|
tags?: pulumi.Input<{
|
|
419
427
|
[key: string]: pulumi.Input<string>;
|
|
420
428
|
}>;
|
|
429
|
+
/**
|
|
430
|
+
* Configuration block for user attribute update settings. Detailed below.
|
|
431
|
+
*/
|
|
432
|
+
userAttributeUpdateSettings?: pulumi.Input<inputs.cognito.UserPoolUserAttributeUpdateSettings>;
|
|
421
433
|
/**
|
|
422
434
|
* Configuration block for user pool add-ons to enable user pool advanced security mode features. Detailed below.
|
|
423
435
|
*/
|
package/cognito/userPool.js
CHANGED
|
@@ -98,6 +98,7 @@ class UserPool extends pulumi.CustomResource {
|
|
|
98
98
|
resourceInputs["softwareTokenMfaConfiguration"] = state ? state.softwareTokenMfaConfiguration : undefined;
|
|
99
99
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
100
100
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
101
|
+
resourceInputs["userAttributeUpdateSettings"] = state ? state.userAttributeUpdateSettings : undefined;
|
|
101
102
|
resourceInputs["userPoolAddOns"] = state ? state.userPoolAddOns : undefined;
|
|
102
103
|
resourceInputs["usernameAttributes"] = state ? state.usernameAttributes : undefined;
|
|
103
104
|
resourceInputs["usernameConfiguration"] = state ? state.usernameConfiguration : undefined;
|
|
@@ -123,6 +124,7 @@ class UserPool extends pulumi.CustomResource {
|
|
|
123
124
|
resourceInputs["smsVerificationMessage"] = args ? args.smsVerificationMessage : undefined;
|
|
124
125
|
resourceInputs["softwareTokenMfaConfiguration"] = args ? args.softwareTokenMfaConfiguration : undefined;
|
|
125
126
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
127
|
+
resourceInputs["userAttributeUpdateSettings"] = args ? args.userAttributeUpdateSettings : undefined;
|
|
126
128
|
resourceInputs["userPoolAddOns"] = args ? args.userPoolAddOns : undefined;
|
|
127
129
|
resourceInputs["usernameAttributes"] = args ? args.usernameAttributes : undefined;
|
|
128
130
|
resourceInputs["usernameConfiguration"] = args ? args.usernameConfiguration : undefined;
|
package/cognito/userPool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userPool.js","sourceRoot":"","sources":["../../cognito/userPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"userPool.js","sourceRoot":"","sources":["../../cognito/userPool.ts"],"names":[],"mappings":"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"}
|