@pulumi/aws 6.79.0-alpha.1746102127 → 6.79.0-alpha.1746172058
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/apigatewayv2/api.d.ts +12 -0
- package/apigatewayv2/api.js +2 -0
- package/apigatewayv2/api.js.map +1 -1
- package/apigatewayv2/getApi.d.ts +1 -0
- package/apigatewayv2/getApi.js.map +1 -1
- package/cloudfront/distribution.d.ts +34 -0
- package/cloudfront/distribution.js +34 -0
- package/cloudfront/distribution.js.map +1 -1
- package/elasticache/cluster.d.ts +21 -22
- package/elasticache/cluster.js +6 -7
- package/elasticache/cluster.js.map +1 -1
- package/fis/experimentTemplate.d.ts +116 -0
- package/fis/experimentTemplate.js +106 -0
- package/fis/experimentTemplate.js.map +1 -1
- package/fis/getExperimentTemplates.d.ts +131 -0
- package/fis/getExperimentTemplates.js +112 -0
- package/fis/getExperimentTemplates.js.map +1 -0
- package/fis/index.d.ts +3 -0
- package/fis/index.js +4 -1
- package/fis/index.js.map +1 -1
- package/guardduty/getDetector.d.ts +22 -0
- package/guardduty/getDetector.js +2 -0
- package/guardduty/getDetector.js.map +1 -1
- package/package.json +2 -2
- package/route53/keySigningKey.d.ts +3 -3
- package/route53/record.d.ts +3 -3
- package/types/input.d.ts +63 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +135 -1
- package/types/output.js.map +1 -1
- package/vpc/getVpcEndpointAssociations.d.ts +68 -0
- package/vpc/getVpcEndpointAssociations.js +54 -0
- package/vpc/getVpcEndpointAssociations.js.map +1 -0
- package/vpc/index.d.ts +3 -0
- package/vpc/index.js +4 -1
- package/vpc/index.js.map +1 -1
package/types/input.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAq5rBjF,IAAiB,GAAG,CAglKnB;AAhlKD,WAAiB,GAAG;IA2pIhB;;OAEG;IACH,SAAgB,kCAAkC,CAAC,GAAwB;;QACvE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,sCAAkC,qCAKjD,CAAA;IA4CD;;OAEG;IACH,SAAgB,mCAAmC,CAAC,GAAyB;;QACzE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,uCAAmC,sCAKlD,CAAA;AAy3BL,CAAC,EAhlKgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAglKnB;AAwrsCD,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
|
package/types/output.d.ts
CHANGED
|
@@ -1271,6 +1271,7 @@ export declare namespace apigateway {
|
|
|
1271
1271
|
type: string;
|
|
1272
1272
|
}
|
|
1273
1273
|
interface DomainNameEndpointConfiguration {
|
|
1274
|
+
ipAddressType: string;
|
|
1274
1275
|
/**
|
|
1275
1276
|
* A list of endpoint types of an API or its custom domain name. For an edge-optimized API and its custom domain name, the endpoint type is `EDGE`. For a regional API and its custom domain name, the endpoint type is `REGIONAL`. For a private API, the endpoint type is `PRIVATE`.
|
|
1276
1277
|
*/
|
|
@@ -1328,13 +1329,27 @@ export declare namespace apigateway {
|
|
|
1328
1329
|
value: string;
|
|
1329
1330
|
}
|
|
1330
1331
|
interface GetDomainNameEndpointConfiguration {
|
|
1332
|
+
/**
|
|
1333
|
+
* The IP address types that can invoke an API (RestApi).
|
|
1334
|
+
*/
|
|
1335
|
+
ipAddressType: string;
|
|
1331
1336
|
/**
|
|
1332
1337
|
* List of endpoint types.
|
|
1333
1338
|
*/
|
|
1334
1339
|
types: string[];
|
|
1335
1340
|
}
|
|
1336
1341
|
interface GetRestApiEndpointConfiguration {
|
|
1342
|
+
/**
|
|
1343
|
+
* The IP address types that can invoke an API (RestApi).
|
|
1344
|
+
*/
|
|
1345
|
+
ipAddressType: string;
|
|
1346
|
+
/**
|
|
1347
|
+
* List of endpoint types.
|
|
1348
|
+
*/
|
|
1337
1349
|
types: string[];
|
|
1350
|
+
/**
|
|
1351
|
+
* Set of VPC Endpoint identifiers.
|
|
1352
|
+
*/
|
|
1338
1353
|
vpcEndpointIds: string[];
|
|
1339
1354
|
}
|
|
1340
1355
|
interface IntegrationTlsConfig {
|
|
@@ -1386,6 +1401,10 @@ export declare namespace apigateway {
|
|
|
1386
1401
|
unauthorizedCacheControlHeaderStrategy: string;
|
|
1387
1402
|
}
|
|
1388
1403
|
interface RestApiEndpointConfiguration {
|
|
1404
|
+
/**
|
|
1405
|
+
* The IP address types that can invoke an API (RestApi). Valid values: `ipv4`, `dualstack`. Use `ipv4` to allow only IPv4 addresses to invoke an API, or use `dualstack` to allow both IPv4 and IPv6 addresses to invoke an API. For the `PRIVATE` endpoint type, only `dualstack` is supported. The provider performs drift detection for this argument only when the value is provided.
|
|
1406
|
+
*/
|
|
1407
|
+
ipAddressType: string;
|
|
1389
1408
|
/**
|
|
1390
1409
|
* List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE`, `REGIONAL` or `PRIVATE`. If unspecified, defaults to `EDGE`. If set to `PRIVATE` recommend to set `putRestApiMode` = `merge` to not cause the endpoints and associated Route53 records to be deleted. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs.
|
|
1391
1410
|
*/
|
|
@@ -1529,6 +1548,10 @@ export declare namespace apigatewayv2 {
|
|
|
1529
1548
|
* Amazon Route 53 Hosted Zone ID of the endpoint.
|
|
1530
1549
|
*/
|
|
1531
1550
|
hostedZoneId: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* The IP address types that can invoke the domain name. Valid values: `ipv4`, `dualstack`. Use `ipv4` to allow only IPv4 addresses to invoke your domain name, or use `dualstack` to allow both IPv4 and IPv6 addresses to invoke your domain name. Defaults to `ipv4`.
|
|
1553
|
+
*/
|
|
1554
|
+
ipAddressType: string;
|
|
1532
1555
|
/**
|
|
1533
1556
|
* ARN of the AWS-issued certificate used to validate custom domain ownership (when `certificateArn` is issued via an ACM Private CA or `mutualTlsAuthentication` is configured with an ACM-imported certificate.)
|
|
1534
1557
|
*/
|
|
@@ -24445,6 +24468,10 @@ export declare namespace dms {
|
|
|
24445
24468
|
* ARN of the Kinesis data stream.
|
|
24446
24469
|
*/
|
|
24447
24470
|
streamArn?: string;
|
|
24471
|
+
/**
|
|
24472
|
+
* Use up to 18 digit int instead of casting ints as doubles, available from AWS DMS version 3.5.4. Default is `false`.
|
|
24473
|
+
*/
|
|
24474
|
+
useLargeIntegerValue?: boolean;
|
|
24448
24475
|
}
|
|
24449
24476
|
interface EndpointMongodbSettings {
|
|
24450
24477
|
/**
|
|
@@ -24781,6 +24808,7 @@ export declare namespace dms {
|
|
|
24781
24808
|
partitionIncludeSchemaTable: boolean;
|
|
24782
24809
|
serviceAccessRoleArn: string;
|
|
24783
24810
|
streamArn: string;
|
|
24811
|
+
useLargeIntegerValue: boolean;
|
|
24784
24812
|
}
|
|
24785
24813
|
interface GetEndpointMongodbSetting {
|
|
24786
24814
|
authMechanism: string;
|
|
@@ -36259,6 +36287,52 @@ export declare namespace fis {
|
|
|
36259
36287
|
*/
|
|
36260
36288
|
emptyTargetResolutionMode?: string;
|
|
36261
36289
|
}
|
|
36290
|
+
interface ExperimentTemplateExperimentReportConfiguration {
|
|
36291
|
+
/**
|
|
36292
|
+
* The data sources for the experiment report. See below.
|
|
36293
|
+
*/
|
|
36294
|
+
dataSources?: outputs.fis.ExperimentTemplateExperimentReportConfigurationDataSources;
|
|
36295
|
+
/**
|
|
36296
|
+
* The outputs for the experiment report. See below.
|
|
36297
|
+
*/
|
|
36298
|
+
outputs?: outputs.fis.ExperimentTemplateExperimentReportConfigurationOutputs;
|
|
36299
|
+
/**
|
|
36300
|
+
* The duration of the post-experiment period. Defaults to `PT20M`.
|
|
36301
|
+
*/
|
|
36302
|
+
postExperimentDuration?: string;
|
|
36303
|
+
/**
|
|
36304
|
+
* The duration of the pre-experiment period. Defaults to `PT20M`.
|
|
36305
|
+
*/
|
|
36306
|
+
preExperimentDuration?: string;
|
|
36307
|
+
}
|
|
36308
|
+
interface ExperimentTemplateExperimentReportConfigurationDataSources {
|
|
36309
|
+
/**
|
|
36310
|
+
* The data sources for the experiment report. See below.
|
|
36311
|
+
*/
|
|
36312
|
+
cloudwatchDashboards?: outputs.fis.ExperimentTemplateExperimentReportConfigurationDataSourcesCloudwatchDashboard[];
|
|
36313
|
+
}
|
|
36314
|
+
interface ExperimentTemplateExperimentReportConfigurationDataSourcesCloudwatchDashboard {
|
|
36315
|
+
/**
|
|
36316
|
+
* The ARN of the CloudWatch dashboard.
|
|
36317
|
+
*/
|
|
36318
|
+
dashboardArn?: string;
|
|
36319
|
+
}
|
|
36320
|
+
interface ExperimentTemplateExperimentReportConfigurationOutputs {
|
|
36321
|
+
/**
|
|
36322
|
+
* The data sources for the experiment report. See below.
|
|
36323
|
+
*/
|
|
36324
|
+
s3Configuration?: outputs.fis.ExperimentTemplateExperimentReportConfigurationOutputsS3Configuration;
|
|
36325
|
+
}
|
|
36326
|
+
interface ExperimentTemplateExperimentReportConfigurationOutputsS3Configuration {
|
|
36327
|
+
/**
|
|
36328
|
+
* The name of the destination bucket.
|
|
36329
|
+
*/
|
|
36330
|
+
bucketName: string;
|
|
36331
|
+
/**
|
|
36332
|
+
* The bucket prefix.
|
|
36333
|
+
*/
|
|
36334
|
+
prefix?: string;
|
|
36335
|
+
}
|
|
36262
36336
|
interface ExperimentTemplateLogConfiguration {
|
|
36263
36337
|
/**
|
|
36264
36338
|
* The configuration for experiment logging to Amazon CloudWatch Logs. See below.
|
|
@@ -72053,9 +72127,12 @@ export declare namespace route53 {
|
|
|
72053
72127
|
}
|
|
72054
72128
|
interface RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinates {
|
|
72055
72129
|
/**
|
|
72056
|
-
* A coordinate of the
|
|
72130
|
+
* A coordinate of the north–south position of a geographic point on the surface of the Earth (`-90` - `90`).
|
|
72057
72131
|
*/
|
|
72058
72132
|
latitude: string;
|
|
72133
|
+
/**
|
|
72134
|
+
* A coordinate of the east–west position of a geographic point on the surface of the Earth (`-180` - `180`).
|
|
72135
|
+
*/
|
|
72059
72136
|
longitude: string;
|
|
72060
72137
|
}
|
|
72061
72138
|
interface RecordsExclusiveResourceRecordSetResourceRecord {
|
|
@@ -84324,6 +84401,63 @@ export declare namespace vpc {
|
|
|
84324
84401
|
*/
|
|
84325
84402
|
values: string[];
|
|
84326
84403
|
}
|
|
84404
|
+
interface GetVpcEndpointAssociationsAssociation {
|
|
84405
|
+
/**
|
|
84406
|
+
* Accessibility of the resource.
|
|
84407
|
+
*/
|
|
84408
|
+
associatedResourceAccessibility: string;
|
|
84409
|
+
/**
|
|
84410
|
+
* ARN of the resource for this association.
|
|
84411
|
+
*/
|
|
84412
|
+
associatedResourceArn: string;
|
|
84413
|
+
/**
|
|
84414
|
+
* DNS entries for the Association. DNS entry blocks are documented below.
|
|
84415
|
+
*/
|
|
84416
|
+
dnsEntries: outputs.vpc.GetVpcEndpointAssociationsAssociationDnsEntry[];
|
|
84417
|
+
id: string;
|
|
84418
|
+
/**
|
|
84419
|
+
* DNS entries for the Association. Private DNS entry blocks are documented below.
|
|
84420
|
+
*/
|
|
84421
|
+
privateDnsEntries: outputs.vpc.GetVpcEndpointAssociationsAssociationPrivateDnsEntry[];
|
|
84422
|
+
/**
|
|
84423
|
+
* ARN of the Resource Group if the Resource is a member of a group.
|
|
84424
|
+
*/
|
|
84425
|
+
resourceConfigurationGroupArn: string;
|
|
84426
|
+
/**
|
|
84427
|
+
* Service Network ARN. Applicable for endpoints of type `ServiceNetwork`.
|
|
84428
|
+
*/
|
|
84429
|
+
serviceNetworkArn: string;
|
|
84430
|
+
/**
|
|
84431
|
+
* Service Network Name. Applicable for endpoints of type `ServiceNetwork`.
|
|
84432
|
+
*/
|
|
84433
|
+
serviceNetworkName: string;
|
|
84434
|
+
/**
|
|
84435
|
+
* Tags of the association.
|
|
84436
|
+
*/
|
|
84437
|
+
tags: {
|
|
84438
|
+
[key: string]: string;
|
|
84439
|
+
};
|
|
84440
|
+
}
|
|
84441
|
+
interface GetVpcEndpointAssociationsAssociationDnsEntry {
|
|
84442
|
+
/**
|
|
84443
|
+
* DNS name.
|
|
84444
|
+
*/
|
|
84445
|
+
dnsName: string;
|
|
84446
|
+
/**
|
|
84447
|
+
* ID of the private hosted zone.
|
|
84448
|
+
*/
|
|
84449
|
+
hostedZoneId: string;
|
|
84450
|
+
}
|
|
84451
|
+
interface GetVpcEndpointAssociationsAssociationPrivateDnsEntry {
|
|
84452
|
+
/**
|
|
84453
|
+
* DNS name.
|
|
84454
|
+
*/
|
|
84455
|
+
dnsName: string;
|
|
84456
|
+
/**
|
|
84457
|
+
* ID of the private hosted zone.
|
|
84458
|
+
*/
|
|
84459
|
+
hostedZoneId: string;
|
|
84460
|
+
}
|
|
84327
84461
|
interface SecurityGroupVpcAssociationTimeouts {
|
|
84328
84462
|
/**
|
|
84329
84463
|
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA8r1BjF,IAAiB,GAAG,CA2yMnB;AA3yMD,WAAiB,GAAG;IAq3KhB;;OAEG;IACH,SAAgB,kCAAkC,CAAC,GAAwB;;QACvE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,sCAAkC,qCAKjD,CAAA;IA4CD;;OAEG;IACH,SAAgB,mCAAmC,CAAC,GAAyB;;QACzE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,uCAAmC,sCAKlD,CAAA;AA03BL,CAAC,EA3yMgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA2yMnB;AA27xCD,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source for managing an AWS EC2 (Elastic Compute Cloud) Vpc Endpoint Associations.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ### Basic Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const example = aws.vpc.getVpcEndpointAssociations({
|
|
15
|
+
* vpcEndpointId: exampleAwsVpcEndpoint.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getVpcEndpointAssociations(args: GetVpcEndpointAssociationsArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointAssociationsResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getVpcEndpointAssociations.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetVpcEndpointAssociationsArgs {
|
|
24
|
+
/**
|
|
25
|
+
* ID of the specific VPC Endpoint to retrieve.
|
|
26
|
+
*/
|
|
27
|
+
vpcEndpointId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getVpcEndpointAssociations.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetVpcEndpointAssociationsResult {
|
|
33
|
+
/**
|
|
34
|
+
* Associations for the VPC Endpoint. Association blocks are documented below.
|
|
35
|
+
*/
|
|
36
|
+
readonly associations: outputs.vpc.GetVpcEndpointAssociationsAssociation[];
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
readonly vpcEndpointId: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Data source for managing an AWS EC2 (Elastic Compute Cloud) Vpc Endpoint Associations.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ### Basic Usage
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as aws from "@pulumi/aws";
|
|
53
|
+
*
|
|
54
|
+
* const example = aws.vpc.getVpcEndpointAssociations({
|
|
55
|
+
* vpcEndpointId: exampleAwsVpcEndpoint.id,
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
export declare function getVpcEndpointAssociationsOutput(args: GetVpcEndpointAssociationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointAssociationsResult>;
|
|
60
|
+
/**
|
|
61
|
+
* A collection of arguments for invoking getVpcEndpointAssociations.
|
|
62
|
+
*/
|
|
63
|
+
export interface GetVpcEndpointAssociationsOutputArgs {
|
|
64
|
+
/**
|
|
65
|
+
* ID of the specific VPC Endpoint to retrieve.
|
|
66
|
+
*/
|
|
67
|
+
vpcEndpointId: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getVpcEndpointAssociationsOutput = exports.getVpcEndpointAssociations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for managing an AWS EC2 (Elastic Compute Cloud) Vpc Endpoint Associations.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Basic Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = aws.vpc.getVpcEndpointAssociations({
|
|
20
|
+
* vpcEndpointId: exampleAwsVpcEndpoint.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getVpcEndpointAssociations(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("aws:vpc/getVpcEndpointAssociations:getVpcEndpointAssociations", {
|
|
27
|
+
"vpcEndpointId": args.vpcEndpointId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getVpcEndpointAssociations = getVpcEndpointAssociations;
|
|
31
|
+
/**
|
|
32
|
+
* Data source for managing an AWS EC2 (Elastic Compute Cloud) Vpc Endpoint Associations.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ### Basic Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as aws from "@pulumi/aws";
|
|
41
|
+
*
|
|
42
|
+
* const example = aws.vpc.getVpcEndpointAssociations({
|
|
43
|
+
* vpcEndpointId: exampleAwsVpcEndpoint.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getVpcEndpointAssociationsOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("aws:vpc/getVpcEndpointAssociations:getVpcEndpointAssociations", {
|
|
50
|
+
"vpcEndpointId": args.vpcEndpointId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getVpcEndpointAssociationsOutput = getVpcEndpointAssociationsOutput;
|
|
54
|
+
//# sourceMappingURL=getVpcEndpointAssociations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcEndpointAssociations.js","sourceRoot":"","sources":["../../vpc/getVpcEndpointAssociations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AA0BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
package/vpc/index.d.ts
CHANGED
|
@@ -10,6 +10,9 @@ export declare const getSecurityGroupRuleOutput: typeof import("./getSecurityGro
|
|
|
10
10
|
export { GetSecurityGroupRulesArgs, GetSecurityGroupRulesResult, GetSecurityGroupRulesOutputArgs } from "./getSecurityGroupRules";
|
|
11
11
|
export declare const getSecurityGroupRules: typeof import("./getSecurityGroupRules").getSecurityGroupRules;
|
|
12
12
|
export declare const getSecurityGroupRulesOutput: typeof import("./getSecurityGroupRules").getSecurityGroupRulesOutput;
|
|
13
|
+
export { GetVpcEndpointAssociationsArgs, GetVpcEndpointAssociationsResult, GetVpcEndpointAssociationsOutputArgs } from "./getVpcEndpointAssociations";
|
|
14
|
+
export declare const getVpcEndpointAssociations: typeof import("./getVpcEndpointAssociations").getVpcEndpointAssociations;
|
|
15
|
+
export declare const getVpcEndpointAssociationsOutput: typeof import("./getVpcEndpointAssociations").getVpcEndpointAssociationsOutput;
|
|
13
16
|
export { SecurityGroupEgressRuleArgs, SecurityGroupEgressRuleState } from "./securityGroupEgressRule";
|
|
14
17
|
export type SecurityGroupEgressRule = import("./securityGroupEgressRule").SecurityGroupEgressRule;
|
|
15
18
|
export declare const SecurityGroupEgressRule: typeof import("./securityGroupEgressRule").SecurityGroupEgressRule;
|
package/vpc/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.SecurityGroupVpcAssociation = exports.SecurityGroupIngressRule = exports.SecurityGroupEgressRule = exports.getSecurityGroupRulesOutput = exports.getSecurityGroupRules = exports.getSecurityGroupRuleOutput = exports.getSecurityGroupRule = exports.EndpointServicePrivateDnsVerification = exports.EndpointPrivateDns = void 0;
|
|
5
|
+
exports.SecurityGroupVpcAssociation = exports.SecurityGroupIngressRule = exports.SecurityGroupEgressRule = exports.getVpcEndpointAssociationsOutput = exports.getVpcEndpointAssociations = exports.getSecurityGroupRulesOutput = exports.getSecurityGroupRules = exports.getSecurityGroupRuleOutput = exports.getSecurityGroupRule = exports.EndpointServicePrivateDnsVerification = exports.EndpointPrivateDns = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.EndpointPrivateDns = null;
|
|
@@ -15,6 +15,9 @@ utilities.lazyLoad(exports, ["getSecurityGroupRule", "getSecurityGroupRuleOutput
|
|
|
15
15
|
exports.getSecurityGroupRules = null;
|
|
16
16
|
exports.getSecurityGroupRulesOutput = null;
|
|
17
17
|
utilities.lazyLoad(exports, ["getSecurityGroupRules", "getSecurityGroupRulesOutput"], () => require("./getSecurityGroupRules"));
|
|
18
|
+
exports.getVpcEndpointAssociations = null;
|
|
19
|
+
exports.getVpcEndpointAssociationsOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getVpcEndpointAssociations", "getVpcEndpointAssociationsOutput"], () => require("./getVpcEndpointAssociations"));
|
|
18
21
|
exports.SecurityGroupEgressRule = null;
|
|
19
22
|
utilities.lazyLoad(exports, ["SecurityGroupEgressRule"], () => require("./securityGroupEgressRule"));
|
|
20
23
|
exports.SecurityGroupIngressRule = null;
|
package/vpc/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,qCAAqC,GAAmG,IAAW,CAAC;AACjK,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uCAAuC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yCAAyC,CAAC,CAAC,CAAC;AAGpH,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":"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"}
|