@pulumi/aws-native 1.3.0 → 1.4.0-alpha.1729632378
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/vpcLink.d.ts +2 -2
- package/apigatewayv2/domainName.d.ts +2 -2
- package/apigatewayv2/getDomainName.d.ts +2 -2
- package/autoscaling/autoScalingGroup.d.ts +4 -2
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +2 -1
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +30 -0
- package/backup/getLogicallyAirGappedBackupVault.js +28 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -0
- package/backup/index.d.ts +6 -0
- package/backup/index.js +8 -1
- package/backup/index.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +63 -0
- package/backup/logicallyAirGappedBackupVault.js +82 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -0
- package/cognito/getUserPoolIdentityProvider.d.ts +18 -14
- package/cognito/getUserPoolIdentityProvider.js +4 -2
- package/cognito/getUserPoolIdentityProvider.js.map +1 -1
- package/cognito/userPoolIdentityProvider.d.ts +12 -16
- package/cognito/userPoolIdentityProvider.js +3 -2
- package/cognito/userPoolIdentityProvider.js.map +1 -1
- package/ec2/capacityReservation.d.ts +2 -0
- package/ec2/capacityReservation.js +2 -0
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/getVpcEndpoint.d.ts +2 -1
- package/ec2/getVpcEndpoint.js.map +1 -1
- package/ec2/vpcEndpoint.d.ts +4 -2
- package/ec2/vpcEndpoint.js.map +1 -1
- package/ecs/capacityProvider.d.ts +3 -3
- package/ecs/capacityProvider.js +0 -3
- package/ecs/capacityProvider.js.map +1 -1
- package/elasticache/getServerlessCache.d.ts +8 -0
- package/elasticache/getServerlessCache.js.map +1 -1
- package/elasticache/serverlessCache.js +1 -1
- package/elasticache/serverlessCache.js.map +1 -1
- package/imagebuilder/getInfrastructureConfiguration.d.ts +4 -0
- package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
- package/imagebuilder/infrastructureConfiguration.d.ts +8 -0
- package/imagebuilder/infrastructureConfiguration.js +2 -0
- package/imagebuilder/infrastructureConfiguration.js.map +1 -1
- package/memorydb/cluster.d.ts +8 -0
- package/memorydb/cluster.js +2 -0
- package/memorydb/cluster.js.map +1 -1
- package/memorydb/getCluster.d.ts +4 -0
- package/memorydb/getCluster.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/getConnector.d.ts +6 -0
- package/pcaconnectorad/getConnector.js.map +1 -1
- package/pcaconnectorad/getDirectoryRegistration.d.ts +6 -0
- package/pcaconnectorad/getDirectoryRegistration.js.map +1 -1
- package/pcaconnectorad/getTemplate.d.ts +11 -0
- package/pcaconnectorad/getTemplate.js.map +1 -1
- package/qbusiness/getWebExperience.d.ts +5 -0
- package/qbusiness/getWebExperience.js.map +1 -1
- package/qbusiness/webExperience.d.ts +10 -0
- package/qbusiness/webExperience.js.map +1 -1
- package/redshift/getIntegration.d.ts +40 -0
- package/redshift/getIntegration.js +28 -0
- package/redshift/getIntegration.js.map +1 -0
- package/redshift/index.d.ts +6 -0
- package/redshift/index.js +8 -1
- package/redshift/index.js.map +1 -1
- package/redshift/integration.d.ts +89 -0
- package/redshift/integration.js +78 -0
- package/redshift/integration.js.map +1 -0
- package/types/enums/imagebuilder/index.d.ts +10 -0
- package/types/enums/imagebuilder/index.js +7 -1
- package/types/enums/imagebuilder/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +1 -0
- package/types/enums/s3/index.js.map +1 -1
- package/types/input.d.ts +59 -12
- package/types/output.d.ts +59 -12
- package/wisdom/knowledgeBase.d.ts +2 -2
package/apigateway/vpcLink.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare class VpcLink extends pulumi.CustomResource {
|
|
|
32
32
|
*/
|
|
33
33
|
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS
|
|
35
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.
|
|
36
36
|
*/
|
|
37
37
|
readonly targetArns: pulumi.Output<string[]>;
|
|
38
38
|
/**
|
|
@@ -65,7 +65,7 @@ export interface VpcLinkArgs {
|
|
|
65
65
|
*/
|
|
66
66
|
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
67
67
|
/**
|
|
68
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS
|
|
68
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.
|
|
69
69
|
*/
|
|
70
70
|
targetArns: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
71
|
}
|
|
@@ -21,7 +21,7 @@ export declare class DomainName extends pulumi.CustomResource {
|
|
|
21
21
|
*/
|
|
22
22
|
static isInstance(obj: any): obj is DomainName;
|
|
23
23
|
/**
|
|
24
|
-
* The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
|
|
24
|
+
* The custom domain name for your API in Amazon API Gateway. Uppercase letters and the underscore (``_``) character are not supported.
|
|
25
25
|
*/
|
|
26
26
|
readonly domainName: pulumi.Output<string>;
|
|
27
27
|
/**
|
|
@@ -60,7 +60,7 @@ export declare class DomainName extends pulumi.CustomResource {
|
|
|
60
60
|
*/
|
|
61
61
|
export interface DomainNameArgs {
|
|
62
62
|
/**
|
|
63
|
-
* The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
|
|
63
|
+
* The custom domain name for your API in Amazon API Gateway. Uppercase letters and the underscore (``_``) character are not supported.
|
|
64
64
|
*/
|
|
65
65
|
domainName: pulumi.Input<string>;
|
|
66
66
|
/**
|
|
@@ -7,7 +7,7 @@ import * as outputs from "../types/output";
|
|
|
7
7
|
export declare function getDomainName(args: GetDomainNameArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainNameResult>;
|
|
8
8
|
export interface GetDomainNameArgs {
|
|
9
9
|
/**
|
|
10
|
-
* The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
|
|
10
|
+
* The custom domain name for your API in Amazon API Gateway. Uppercase letters and the underscore (``_``) character are not supported.
|
|
11
11
|
*/
|
|
12
12
|
domainName: string;
|
|
13
13
|
}
|
|
@@ -42,7 +42,7 @@ export interface GetDomainNameResult {
|
|
|
42
42
|
export declare function getDomainNameOutput(args: GetDomainNameOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainNameResult>;
|
|
43
43
|
export interface GetDomainNameOutputArgs {
|
|
44
44
|
/**
|
|
45
|
-
* The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
|
|
45
|
+
* The custom domain name for your API in Amazon API Gateway. Uppercase letters and the underscore (``_``) character are not supported.
|
|
46
46
|
*/
|
|
47
47
|
domainName: pulumi.Input<string>;
|
|
48
48
|
}
|
|
@@ -72,7 +72,7 @@ export declare class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
72
72
|
readonly healthCheckGracePeriod: pulumi.Output<number | undefined>;
|
|
73
73
|
/**
|
|
74
74
|
* A comma-separated value string of one or more health check types.
|
|
75
|
-
* The valid values are ``EC2``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
75
|
+
* The valid values are ``EC2``, ``EBS``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
76
76
|
* Only specify ``EC2`` if you must clear a value that was previously set.
|
|
77
77
|
*/
|
|
78
78
|
readonly healthCheckType: pulumi.Output<string | undefined>;
|
|
@@ -157,6 +157,7 @@ export declare class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
157
157
|
* Valid values: ``Default`` | ``AllocationStrategy`` | ``ClosestToNextInstanceHour`` | ``NewestInstance`` | ``OldestInstance`` | ``OldestLaunchConfiguration`` | ``OldestLaunchTemplate`` | ``arn:aws:lambda:region:account-id:function:my-function:my-alias``
|
|
158
158
|
*/
|
|
159
159
|
readonly terminationPolicies: pulumi.Output<string[] | undefined>;
|
|
160
|
+
readonly trafficSources: pulumi.Output<outputs.autoscaling.AutoScalingGroupTrafficSourceIdentifier[] | undefined>;
|
|
160
161
|
/**
|
|
161
162
|
* A list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created.
|
|
162
163
|
* If this resource specifies public subnets and is also in a VPC that is defined in the same stack template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the [VPC-gateway attachment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html).
|
|
@@ -227,7 +228,7 @@ export interface AutoScalingGroupArgs {
|
|
|
227
228
|
healthCheckGracePeriod?: pulumi.Input<number>;
|
|
228
229
|
/**
|
|
229
230
|
* A comma-separated value string of one or more health check types.
|
|
230
|
-
* The valid values are ``EC2``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
231
|
+
* The valid values are ``EC2``, ``EBS``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
231
232
|
* Only specify ``EC2`` if you must clear a value that was previously set.
|
|
232
233
|
*/
|
|
233
234
|
healthCheckType?: pulumi.Input<string>;
|
|
@@ -312,6 +313,7 @@ export interface AutoScalingGroupArgs {
|
|
|
312
313
|
* Valid values: ``Default`` | ``AllocationStrategy`` | ``ClosestToNextInstanceHour`` | ``NewestInstance`` | ``OldestInstance`` | ``OldestLaunchConfiguration`` | ``OldestLaunchTemplate`` | ``arn:aws:lambda:region:account-id:function:my-function:my-alias``
|
|
313
314
|
*/
|
|
314
315
|
terminationPolicies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
316
|
+
trafficSources?: pulumi.Input<pulumi.Input<inputs.autoscaling.AutoScalingGroupTrafficSourceIdentifierArgs>[]>;
|
|
315
317
|
/**
|
|
316
318
|
* A list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created.
|
|
317
319
|
* If this resource specifies public subnets and is also in a VPC that is defined in the same stack template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the [VPC-gateway attachment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html).
|
|
@@ -79,6 +79,7 @@ class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
79
79
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
80
80
|
resourceInputs["targetGroupArns"] = args ? args.targetGroupArns : undefined;
|
|
81
81
|
resourceInputs["terminationPolicies"] = args ? args.terminationPolicies : undefined;
|
|
82
|
+
resourceInputs["trafficSources"] = args ? args.trafficSources : undefined;
|
|
82
83
|
resourceInputs["vpcZoneIdentifier"] = args ? args.vpcZoneIdentifier : undefined;
|
|
83
84
|
}
|
|
84
85
|
else {
|
|
@@ -111,6 +112,7 @@ class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
111
112
|
resourceInputs["tags"] = undefined /*out*/;
|
|
112
113
|
resourceInputs["targetGroupArns"] = undefined /*out*/;
|
|
113
114
|
resourceInputs["terminationPolicies"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["trafficSources"] = undefined /*out*/;
|
|
114
116
|
resourceInputs["vpcZoneIdentifier"] = undefined /*out*/;
|
|
115
117
|
}
|
|
116
118
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/autoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"autoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/autoScalingGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -60,7 +60,7 @@ export interface GetAutoScalingGroupResult {
|
|
|
60
60
|
readonly healthCheckGracePeriod?: number;
|
|
61
61
|
/**
|
|
62
62
|
* A comma-separated value string of one or more health check types.
|
|
63
|
-
* The valid values are ``EC2``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
63
|
+
* The valid values are ``EC2``, ``EBS``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for instances in an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
64
64
|
* Only specify ``EC2`` if you must clear a value that was previously set.
|
|
65
65
|
*/
|
|
66
66
|
readonly healthCheckType?: string;
|
|
@@ -140,6 +140,7 @@ export interface GetAutoScalingGroupResult {
|
|
|
140
140
|
* Valid values: ``Default`` | ``AllocationStrategy`` | ``ClosestToNextInstanceHour`` | ``NewestInstance`` | ``OldestInstance`` | ``OldestLaunchConfiguration`` | ``OldestLaunchTemplate`` | ``arn:aws:lambda:region:account-id:function:my-function:my-alias``
|
|
141
141
|
*/
|
|
142
142
|
readonly terminationPolicies?: string[];
|
|
143
|
+
readonly trafficSources?: outputs.autoscaling.AutoScalingGroupTrafficSourceIdentifier[];
|
|
143
144
|
/**
|
|
144
145
|
* A list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created.
|
|
145
146
|
* If this resource specifies public subnets and is also in a VPC that is defined in the same stack template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the [VPC-gateway attachment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAutoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/getAutoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;
|
|
1
|
+
{"version":3,"file":"getAutoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/getAutoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAiJD;;;;;GAKG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
5
|
+
*/
|
|
6
|
+
export declare function getLogicallyAirGappedBackupVault(args: GetLogicallyAirGappedBackupVaultArgs, opts?: pulumi.InvokeOptions): Promise<GetLogicallyAirGappedBackupVaultResult>;
|
|
7
|
+
export interface GetLogicallyAirGappedBackupVaultArgs {
|
|
8
|
+
backupVaultName: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetLogicallyAirGappedBackupVaultResult {
|
|
11
|
+
/**
|
|
12
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Backup::LogicallyAirGappedBackupVault` for more information about the expected schema for this property.
|
|
13
|
+
*/
|
|
14
|
+
readonly accessPolicy?: any;
|
|
15
|
+
readonly backupVaultArn?: string;
|
|
16
|
+
readonly backupVaultTags?: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
readonly encryptionKeyArn?: string;
|
|
20
|
+
readonly notifications?: outputs.backup.LogicallyAirGappedBackupVaultNotificationObjectType;
|
|
21
|
+
readonly vaultState?: string;
|
|
22
|
+
readonly vaultType?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
26
|
+
*/
|
|
27
|
+
export declare function getLogicallyAirGappedBackupVaultOutput(args: GetLogicallyAirGappedBackupVaultOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLogicallyAirGappedBackupVaultResult>;
|
|
28
|
+
export interface GetLogicallyAirGappedBackupVaultOutputArgs {
|
|
29
|
+
backupVaultName: pulumi.Input<string>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getLogicallyAirGappedBackupVaultOutput = exports.getLogicallyAirGappedBackupVault = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
10
|
+
*/
|
|
11
|
+
function getLogicallyAirGappedBackupVault(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:backup:getLogicallyAirGappedBackupVault", {
|
|
14
|
+
"backupVaultName": args.backupVaultName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getLogicallyAirGappedBackupVault = getLogicallyAirGappedBackupVault;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
20
|
+
*/
|
|
21
|
+
function getLogicallyAirGappedBackupVaultOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:backup:getLogicallyAirGappedBackupVault", {
|
|
24
|
+
"backupVaultName": args.backupVaultName,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getLogicallyAirGappedBackupVaultOutput = getLogicallyAirGappedBackupVaultOutput;
|
|
28
|
+
//# sourceMappingURL=getLogicallyAirGappedBackupVault.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getLogicallyAirGappedBackupVault.js","sourceRoot":"","sources":["../../backup/getLogicallyAirGappedBackupVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC;AAkBD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wFAKC"}
|
package/backup/index.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export declare const getBackupVaultOutput: typeof import("./getBackupVault").get
|
|
|
22
22
|
export { GetFrameworkArgs, GetFrameworkResult, GetFrameworkOutputArgs } from "./getFramework";
|
|
23
23
|
export declare const getFramework: typeof import("./getFramework").getFramework;
|
|
24
24
|
export declare const getFrameworkOutput: typeof import("./getFramework").getFrameworkOutput;
|
|
25
|
+
export { GetLogicallyAirGappedBackupVaultArgs, GetLogicallyAirGappedBackupVaultResult, GetLogicallyAirGappedBackupVaultOutputArgs } from "./getLogicallyAirGappedBackupVault";
|
|
26
|
+
export declare const getLogicallyAirGappedBackupVault: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVault;
|
|
27
|
+
export declare const getLogicallyAirGappedBackupVaultOutput: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVaultOutput;
|
|
25
28
|
export { GetReportPlanArgs, GetReportPlanResult, GetReportPlanOutputArgs } from "./getReportPlan";
|
|
26
29
|
export declare const getReportPlan: typeof import("./getReportPlan").getReportPlan;
|
|
27
30
|
export declare const getReportPlanOutput: typeof import("./getReportPlan").getReportPlanOutput;
|
|
@@ -31,6 +34,9 @@ export declare const getRestoreTestingPlanOutput: typeof import("./getRestoreTes
|
|
|
31
34
|
export { GetRestoreTestingSelectionArgs, GetRestoreTestingSelectionResult, GetRestoreTestingSelectionOutputArgs } from "./getRestoreTestingSelection";
|
|
32
35
|
export declare const getRestoreTestingSelection: typeof import("./getRestoreTestingSelection").getRestoreTestingSelection;
|
|
33
36
|
export declare const getRestoreTestingSelectionOutput: typeof import("./getRestoreTestingSelection").getRestoreTestingSelectionOutput;
|
|
37
|
+
export { LogicallyAirGappedBackupVaultArgs } from "./logicallyAirGappedBackupVault";
|
|
38
|
+
export type LogicallyAirGappedBackupVault = import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
|
|
39
|
+
export declare const LogicallyAirGappedBackupVault: typeof import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
|
|
34
40
|
export { ReportPlanArgs } from "./reportPlan";
|
|
35
41
|
export type ReportPlan = import("./reportPlan").ReportPlan;
|
|
36
42
|
export declare const ReportPlan: typeof import("./reportPlan").ReportPlan;
|
package/backup/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.RestoreTestingSelection = exports.RestoreTestingPlan = exports.ReportPlan = exports.getRestoreTestingSelectionOutput = exports.getRestoreTestingSelection = exports.getRestoreTestingPlanOutput = exports.getRestoreTestingPlan = exports.getReportPlanOutput = exports.getReportPlan = exports.getFrameworkOutput = exports.getFramework = exports.getBackupVaultOutput = exports.getBackupVault = exports.getBackupSelectionOutput = exports.getBackupSelection = exports.getBackupPlanOutput = exports.getBackupPlan = exports.Framework = exports.BackupVault = exports.BackupSelection = exports.BackupPlan = void 0;
|
|
19
|
+
exports.RestoreTestingSelection = exports.RestoreTestingPlan = exports.ReportPlan = exports.LogicallyAirGappedBackupVault = exports.getRestoreTestingSelectionOutput = exports.getRestoreTestingSelection = exports.getRestoreTestingPlanOutput = exports.getRestoreTestingPlan = exports.getReportPlanOutput = exports.getReportPlan = exports.getLogicallyAirGappedBackupVaultOutput = exports.getLogicallyAirGappedBackupVault = exports.getFrameworkOutput = exports.getFramework = exports.getBackupVaultOutput = exports.getBackupVault = exports.getBackupSelectionOutput = exports.getBackupSelection = exports.getBackupPlanOutput = exports.getBackupPlan = exports.Framework = exports.BackupVault = exports.BackupSelection = exports.BackupPlan = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.BackupPlan = null;
|
|
@@ -39,6 +39,9 @@ utilities.lazyLoad(exports, ["getBackupVault", "getBackupVaultOutput"], () => re
|
|
|
39
39
|
exports.getFramework = null;
|
|
40
40
|
exports.getFrameworkOutput = null;
|
|
41
41
|
utilities.lazyLoad(exports, ["getFramework", "getFrameworkOutput"], () => require("./getFramework"));
|
|
42
|
+
exports.getLogicallyAirGappedBackupVault = null;
|
|
43
|
+
exports.getLogicallyAirGappedBackupVaultOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getLogicallyAirGappedBackupVault", "getLogicallyAirGappedBackupVaultOutput"], () => require("./getLogicallyAirGappedBackupVault"));
|
|
42
45
|
exports.getReportPlan = null;
|
|
43
46
|
exports.getReportPlanOutput = null;
|
|
44
47
|
utilities.lazyLoad(exports, ["getReportPlan", "getReportPlanOutput"], () => require("./getReportPlan"));
|
|
@@ -48,6 +51,8 @@ utilities.lazyLoad(exports, ["getRestoreTestingPlan", "getRestoreTestingPlanOutp
|
|
|
48
51
|
exports.getRestoreTestingSelection = null;
|
|
49
52
|
exports.getRestoreTestingSelectionOutput = null;
|
|
50
53
|
utilities.lazyLoad(exports, ["getRestoreTestingSelection", "getRestoreTestingSelectionOutput"], () => require("./getRestoreTestingSelection"));
|
|
54
|
+
exports.LogicallyAirGappedBackupVault = null;
|
|
55
|
+
utilities.lazyLoad(exports, ["LogicallyAirGappedBackupVault"], () => require("./logicallyAirGappedBackupVault"));
|
|
51
56
|
exports.ReportPlan = null;
|
|
52
57
|
utilities.lazyLoad(exports, ["ReportPlan"], () => require("./reportPlan"));
|
|
53
58
|
exports.RestoreTestingPlan = null;
|
|
@@ -68,6 +73,8 @@ const _module = {
|
|
|
68
73
|
return new exports.BackupVault(name, undefined, { urn });
|
|
69
74
|
case "aws-native:backup:Framework":
|
|
70
75
|
return new exports.Framework(name, undefined, { urn });
|
|
76
|
+
case "aws-native:backup:LogicallyAirGappedBackupVault":
|
|
77
|
+
return new exports.LogicallyAirGappedBackupVault(name, undefined, { urn });
|
|
71
78
|
case "aws-native:backup:ReportPlan":
|
|
72
79
|
return new exports.ReportPlan(name, undefined, { urn });
|
|
73
80
|
case "aws-native:backup:RestoreTestingPlan":
|
package/backup/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../backup/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../backup/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
6
|
+
*/
|
|
7
|
+
export declare class LogicallyAirGappedBackupVault extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing LogicallyAirGappedBackupVault resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): LogicallyAirGappedBackupVault;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of LogicallyAirGappedBackupVault. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is LogicallyAirGappedBackupVault;
|
|
22
|
+
/**
|
|
23
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Backup::LogicallyAirGappedBackupVault` for more information about the expected schema for this property.
|
|
24
|
+
*/
|
|
25
|
+
readonly accessPolicy: pulumi.Output<any | undefined>;
|
|
26
|
+
readonly backupVaultArn: pulumi.Output<string>;
|
|
27
|
+
readonly backupVaultName: pulumi.Output<string>;
|
|
28
|
+
readonly backupVaultTags: pulumi.Output<{
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
} | undefined>;
|
|
31
|
+
readonly encryptionKeyArn: pulumi.Output<string>;
|
|
32
|
+
readonly maxRetentionDays: pulumi.Output<number>;
|
|
33
|
+
readonly minRetentionDays: pulumi.Output<number>;
|
|
34
|
+
readonly notifications: pulumi.Output<outputs.backup.LogicallyAirGappedBackupVaultNotificationObjectType | undefined>;
|
|
35
|
+
readonly vaultState: pulumi.Output<string | undefined>;
|
|
36
|
+
readonly vaultType: pulumi.Output<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Create a LogicallyAirGappedBackupVault resource with the given unique name, arguments, and options.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resource.
|
|
41
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
42
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
43
|
+
*/
|
|
44
|
+
constructor(name: string, args: LogicallyAirGappedBackupVaultArgs, opts?: pulumi.CustomResourceOptions);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The set of arguments for constructing a LogicallyAirGappedBackupVault resource.
|
|
48
|
+
*/
|
|
49
|
+
export interface LogicallyAirGappedBackupVaultArgs {
|
|
50
|
+
/**
|
|
51
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Backup::LogicallyAirGappedBackupVault` for more information about the expected schema for this property.
|
|
52
|
+
*/
|
|
53
|
+
accessPolicy?: any;
|
|
54
|
+
backupVaultName?: pulumi.Input<string>;
|
|
55
|
+
backupVaultTags?: pulumi.Input<{
|
|
56
|
+
[key: string]: pulumi.Input<string>;
|
|
57
|
+
}>;
|
|
58
|
+
maxRetentionDays: pulumi.Input<number>;
|
|
59
|
+
minRetentionDays: pulumi.Input<number>;
|
|
60
|
+
notifications?: pulumi.Input<inputs.backup.LogicallyAirGappedBackupVaultNotificationObjectTypeArgs>;
|
|
61
|
+
vaultState?: pulumi.Input<string>;
|
|
62
|
+
vaultType?: pulumi.Input<string>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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.LogicallyAirGappedBackupVault = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault
|
|
10
|
+
*/
|
|
11
|
+
class LogicallyAirGappedBackupVault extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing LogicallyAirGappedBackupVault 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 LogicallyAirGappedBackupVault(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of LogicallyAirGappedBackupVault. 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'] === LogicallyAirGappedBackupVault.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a LogicallyAirGappedBackupVault 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.maxRetentionDays === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'maxRetentionDays'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.minRetentionDays === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'minRetentionDays'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["accessPolicy"] = args ? args.accessPolicy : undefined;
|
|
51
|
+
resourceInputs["backupVaultName"] = args ? args.backupVaultName : undefined;
|
|
52
|
+
resourceInputs["backupVaultTags"] = args ? args.backupVaultTags : undefined;
|
|
53
|
+
resourceInputs["maxRetentionDays"] = args ? args.maxRetentionDays : undefined;
|
|
54
|
+
resourceInputs["minRetentionDays"] = args ? args.minRetentionDays : undefined;
|
|
55
|
+
resourceInputs["notifications"] = args ? args.notifications : undefined;
|
|
56
|
+
resourceInputs["vaultState"] = args ? args.vaultState : undefined;
|
|
57
|
+
resourceInputs["vaultType"] = args ? args.vaultType : undefined;
|
|
58
|
+
resourceInputs["backupVaultArn"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["encryptionKeyArn"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
resourceInputs["accessPolicy"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["backupVaultArn"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["backupVaultName"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["backupVaultTags"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["encryptionKeyArn"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["maxRetentionDays"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["minRetentionDays"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["notifications"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["vaultState"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["vaultType"] = undefined /*out*/;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
const replaceOnChanges = { replaceOnChanges: ["backupVaultName", "maxRetentionDays", "minRetentionDays"] };
|
|
75
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
76
|
+
super(LogicallyAirGappedBackupVault.__pulumiType, name, resourceInputs, opts);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.LogicallyAirGappedBackupVault = LogicallyAirGappedBackupVault;
|
|
80
|
+
/** @internal */
|
|
81
|
+
LogicallyAirGappedBackupVault.__pulumiType = 'aws-native:backup:LogicallyAirGappedBackupVault';
|
|
82
|
+
//# sourceMappingURL=logicallyAirGappedBackupVault.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logicallyAirGappedBackupVault.js","sourceRoot":"","sources":["../../backup/logicallyAirGappedBackupVault.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,21 +5,21 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
export declare function getUserPoolIdentityProvider(args: GetUserPoolIdentityProviderArgs, opts?: pulumi.InvokeOptions): Promise<GetUserPoolIdentityProviderResult>;
|
|
6
6
|
export interface GetUserPoolIdentityProviderArgs {
|
|
7
7
|
/**
|
|
8
|
-
* The
|
|
8
|
+
* The IdP name.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
providerName: string;
|
|
11
|
+
/**
|
|
12
|
+
* The user pool ID.
|
|
13
|
+
*/
|
|
14
|
+
userPoolId: string;
|
|
11
15
|
}
|
|
12
16
|
export interface GetUserPoolIdentityProviderResult {
|
|
13
17
|
/**
|
|
14
18
|
* A mapping of IdP attributes to standard and custom user pool attributes.
|
|
15
|
-
*
|
|
16
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
17
|
-
*/
|
|
18
|
-
readonly attributeMapping?: any;
|
|
19
|
-
/**
|
|
20
|
-
* The resource ID.
|
|
21
19
|
*/
|
|
22
|
-
readonly
|
|
20
|
+
readonly attributeMapping?: {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
23
23
|
/**
|
|
24
24
|
* A list of IdP identifiers.
|
|
25
25
|
*/
|
|
@@ -54,10 +54,10 @@ export interface GetUserPoolIdentityProviderResult {
|
|
|
54
54
|
* - **Facebook** - Create or update request: `"ProviderDetails": { "api_version": "v17.0", "authorize_scopes": "public_profile, email", "client_id": "1example23456789", "client_secret": "provider-app-client-secret" }`
|
|
55
55
|
*
|
|
56
56
|
* Describe response: `"ProviderDetails": { "api_version": "v17.0", "attributes_url": "https://graph.facebook.com/v17.0/me?fields=", "attributes_url_add_attributes": "true", "authorize_scopes": "public_profile, email", "authorize_url": "https://www.facebook.com/v17.0/dialog/oauth", "client_id": "1example23456789", "client_secret": "provider-app-client-secret", "token_request_method": "GET", "token_url": "https://graph.facebook.com/v17.0/oauth/access_token" }`
|
|
57
|
-
*
|
|
58
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
59
57
|
*/
|
|
60
|
-
readonly providerDetails?:
|
|
58
|
+
readonly providerDetails?: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* Resource Type definition for AWS::Cognito::UserPoolIdentityProvider
|
|
@@ -65,7 +65,11 @@ export interface GetUserPoolIdentityProviderResult {
|
|
|
65
65
|
export declare function getUserPoolIdentityProviderOutput(args: GetUserPoolIdentityProviderOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserPoolIdentityProviderResult>;
|
|
66
66
|
export interface GetUserPoolIdentityProviderOutputArgs {
|
|
67
67
|
/**
|
|
68
|
-
* The
|
|
68
|
+
* The IdP name.
|
|
69
|
+
*/
|
|
70
|
+
providerName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The user pool ID.
|
|
69
73
|
*/
|
|
70
|
-
|
|
74
|
+
userPoolId: pulumi.Input<string>;
|
|
71
75
|
}
|
|
@@ -11,7 +11,8 @@ const utilities = require("../utilities");
|
|
|
11
11
|
function getUserPoolIdentityProvider(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
13
|
return pulumi.runtime.invoke("aws-native:cognito:getUserPoolIdentityProvider", {
|
|
14
|
-
"
|
|
14
|
+
"providerName": args.providerName,
|
|
15
|
+
"userPoolId": args.userPoolId,
|
|
15
16
|
}, opts);
|
|
16
17
|
}
|
|
17
18
|
exports.getUserPoolIdentityProvider = getUserPoolIdentityProvider;
|
|
@@ -21,7 +22,8 @@ exports.getUserPoolIdentityProvider = getUserPoolIdentityProvider;
|
|
|
21
22
|
function getUserPoolIdentityProviderOutput(args, opts) {
|
|
22
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
24
|
return pulumi.runtime.invokeOutput("aws-native:cognito:getUserPoolIdentityProvider", {
|
|
24
|
-
"
|
|
25
|
+
"providerName": args.providerName,
|
|
26
|
+
"userPoolId": args.userPoolId,
|
|
25
27
|
}, opts);
|
|
26
28
|
}
|
|
27
29
|
exports.getUserPoolIdentityProviderOutput = getUserPoolIdentityProviderOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserPoolIdentityProvider.js","sourceRoot":"","sources":["../../cognito/getUserPoolIdentityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"getUserPoolIdentityProvider.js","sourceRoot":"","sources":["../../cognito/getUserPoolIdentityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;AAuDD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC"}
|
|
@@ -19,14 +19,10 @@ export declare class UserPoolIdentityProvider extends pulumi.CustomResource {
|
|
|
19
19
|
static isInstance(obj: any): obj is UserPoolIdentityProvider;
|
|
20
20
|
/**
|
|
21
21
|
* A mapping of IdP attributes to standard and custom user pool attributes.
|
|
22
|
-
*
|
|
23
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
24
|
-
*/
|
|
25
|
-
readonly attributeMapping: pulumi.Output<any | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* The resource ID.
|
|
28
22
|
*/
|
|
29
|
-
readonly
|
|
23
|
+
readonly attributeMapping: pulumi.Output<{
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
} | undefined>;
|
|
30
26
|
/**
|
|
31
27
|
* A list of IdP identifiers.
|
|
32
28
|
*/
|
|
@@ -61,10 +57,10 @@ export declare class UserPoolIdentityProvider extends pulumi.CustomResource {
|
|
|
61
57
|
* - **Facebook** - Create or update request: `"ProviderDetails": { "api_version": "v17.0", "authorize_scopes": "public_profile, email", "client_id": "1example23456789", "client_secret": "provider-app-client-secret" }`
|
|
62
58
|
*
|
|
63
59
|
* Describe response: `"ProviderDetails": { "api_version": "v17.0", "attributes_url": "https://graph.facebook.com/v17.0/me?fields=", "attributes_url_add_attributes": "true", "authorize_scopes": "public_profile, email", "authorize_url": "https://www.facebook.com/v17.0/dialog/oauth", "client_id": "1example23456789", "client_secret": "provider-app-client-secret", "token_request_method": "GET", "token_url": "https://graph.facebook.com/v17.0/oauth/access_token" }`
|
|
64
|
-
*
|
|
65
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
66
60
|
*/
|
|
67
|
-
readonly providerDetails: pulumi.Output<
|
|
61
|
+
readonly providerDetails: pulumi.Output<{
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
}>;
|
|
68
64
|
/**
|
|
69
65
|
* The IdP name.
|
|
70
66
|
*/
|
|
@@ -92,10 +88,10 @@ export declare class UserPoolIdentityProvider extends pulumi.CustomResource {
|
|
|
92
88
|
export interface UserPoolIdentityProviderArgs {
|
|
93
89
|
/**
|
|
94
90
|
* A mapping of IdP attributes to standard and custom user pool attributes.
|
|
95
|
-
*
|
|
96
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
97
91
|
*/
|
|
98
|
-
attributeMapping?:
|
|
92
|
+
attributeMapping?: pulumi.Input<{
|
|
93
|
+
[key: string]: pulumi.Input<string>;
|
|
94
|
+
}>;
|
|
99
95
|
/**
|
|
100
96
|
* A list of IdP identifiers.
|
|
101
97
|
*/
|
|
@@ -130,10 +126,10 @@ export interface UserPoolIdentityProviderArgs {
|
|
|
130
126
|
* - **Facebook** - Create or update request: `"ProviderDetails": { "api_version": "v17.0", "authorize_scopes": "public_profile, email", "client_id": "1example23456789", "client_secret": "provider-app-client-secret" }`
|
|
131
127
|
*
|
|
132
128
|
* Describe response: `"ProviderDetails": { "api_version": "v17.0", "attributes_url": "https://graph.facebook.com/v17.0/me?fields=", "attributes_url_add_attributes": "true", "authorize_scopes": "public_profile, email", "authorize_url": "https://www.facebook.com/v17.0/dialog/oauth", "client_id": "1example23456789", "client_secret": "provider-app-client-secret", "token_request_method": "GET", "token_url": "https://graph.facebook.com/v17.0/oauth/access_token" }`
|
|
133
|
-
*
|
|
134
|
-
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Cognito::UserPoolIdentityProvider` for more information about the expected schema for this property.
|
|
135
129
|
*/
|
|
136
|
-
providerDetails
|
|
130
|
+
providerDetails: pulumi.Input<{
|
|
131
|
+
[key: string]: pulumi.Input<string>;
|
|
132
|
+
}>;
|
|
137
133
|
/**
|
|
138
134
|
* The IdP name.
|
|
139
135
|
*/
|