@pulumi/aws-native 1.58.0 → 1.59.0
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/appstream/getStack.d.ts +68 -0
- package/appstream/getStack.js +28 -0
- package/appstream/getStack.js.map +1 -0
- package/appstream/index.d.ts +6 -0
- package/appstream/index.js +8 -1
- package/appstream/index.js.map +1 -1
- package/appstream/stack.d.ts +147 -0
- package/appstream/stack.js +84 -0
- package/appstream/stack.js.map +1 -0
- package/bcmdataexports/export.d.ts +49 -0
- package/bcmdataexports/export.js +65 -0
- package/bcmdataexports/export.js.map +1 -0
- package/bcmdataexports/getExport.d.ts +33 -0
- package/bcmdataexports/getExport.js +28 -0
- package/bcmdataexports/getExport.js.map +1 -0
- package/bcmdataexports/index.d.ts +7 -0
- package/bcmdataexports/index.js +41 -0
- package/bcmdataexports/index.js.map +1 -0
- package/bedrockagentcore/onlineEvaluationConfig.d.ts +5 -1
- package/bedrockagentcore/onlineEvaluationConfig.js +1 -1
- package/bedrockagentcore/onlineEvaluationConfig.js.map +1 -1
- package/customerprofiles/getRecommender.d.ts +46 -0
- package/customerprofiles/getRecommender.js +30 -0
- package/customerprofiles/getRecommender.js.map +1 -0
- package/customerprofiles/index.d.ts +6 -0
- package/customerprofiles/index.js +8 -1
- package/customerprofiles/index.js.map +1 -1
- package/customerprofiles/recommender.d.ts +73 -0
- package/customerprofiles/recommender.js +88 -0
- package/customerprofiles/recommender.js.map +1 -0
- package/devopsagent/agentSpace.d.ts +85 -0
- package/devopsagent/agentSpace.js +74 -0
- package/devopsagent/agentSpace.js.map +1 -0
- package/devopsagent/association.d.ts +79 -0
- package/devopsagent/association.js +79 -0
- package/devopsagent/association.js.map +1 -0
- package/devopsagent/getAgentSpace.d.ts +53 -0
- package/devopsagent/getAgentSpace.js +28 -0
- package/devopsagent/getAgentSpace.js.map +1 -0
- package/devopsagent/getAssociation.d.ts +52 -0
- package/devopsagent/getAssociation.js +30 -0
- package/devopsagent/getAssociation.js.map +1 -0
- package/devopsagent/getService.d.ts +44 -0
- package/devopsagent/getService.js +28 -0
- package/devopsagent/getService.js.map +1 -0
- package/devopsagent/index.d.ts +19 -0
- package/devopsagent/index.js +55 -0
- package/devopsagent/index.js.map +1 -0
- package/devopsagent/service.d.ts +84 -0
- package/devopsagent/service.js +75 -0
- package/devopsagent/service.js.map +1 -0
- package/ec2/ec2Fleet.d.ts +2 -0
- package/ec2/ec2Fleet.js +3 -1
- package/ec2/ec2Fleet.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +12 -6
- package/index.js.map +1 -1
- package/interconnect/connection.d.ts +124 -0
- package/interconnect/connection.js +89 -0
- package/interconnect/connection.js.map +1 -0
- package/interconnect/getConnection.d.ts +69 -0
- package/interconnect/getConnection.js +28 -0
- package/interconnect/getConnection.js.map +1 -0
- package/interconnect/index.d.ts +7 -0
- package/interconnect/index.js +41 -0
- package/interconnect/index.js.map +1 -0
- package/logs/getLogGroup.d.ts +1 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/logGroup.d.ts +2 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/omics/configuration.d.ts +88 -0
- package/omics/configuration.js +75 -0
- package/omics/configuration.js.map +1 -0
- package/omics/getConfiguration.d.ts +50 -0
- package/omics/getConfiguration.js +28 -0
- package/omics/getConfiguration.js.map +1 -0
- package/omics/index.d.ts +6 -0
- package/omics/index.js +8 -1
- package/omics/index.js.map +1 -1
- package/opensearchserverless/collection.d.ts +1 -0
- package/opensearchserverless/collection.js +2 -0
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +2 -0
- package/opensearchserverless/getCollection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/servicediscovery/getService.d.ts +15 -11
- package/servicediscovery/getService.js.map +1 -1
- package/servicediscovery/service.d.ts +35 -23
- package/servicediscovery/service.js.map +1 -1
- package/types/enums/bcmdataexports/index.d.ts +23 -0
- package/types/enums/bcmdataexports/index.js +24 -0
- package/types/enums/bcmdataexports/index.js.map +1 -0
- package/types/enums/customerprofiles/index.d.ts +14 -0
- package/types/enums/customerprofiles/index.js +11 -1
- package/types/enums/customerprofiles/index.js.map +1 -1
- package/types/enums/devopsagent/index.d.ts +12 -0
- package/types/enums/devopsagent/index.js +14 -0
- package/types/enums/devopsagent/index.js.map +1 -0
- package/types/enums/ec2/index.d.ts +4 -0
- package/types/enums/ec2/index.js +6 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +4 -1
- package/types/enums/index.js +10 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/interconnect/index.d.ts +13 -0
- package/types/enums/interconnect/index.js +15 -0
- package/types/enums/interconnect/index.js.map +1 -0
- package/types/enums/omics/index.d.ts +12 -0
- package/types/enums/omics/index.js +9 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/input.d.ts +514 -22
- package/types/output.d.ts +576 -22
- package/types/output.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ import * as b2bi from "./b2bi";
|
|
|
59
59
|
import * as backup from "./backup";
|
|
60
60
|
import * as backupgateway from "./backupgateway";
|
|
61
61
|
import * as batch from "./batch";
|
|
62
|
+
import * as bcmdataexports from "./bcmdataexports";
|
|
62
63
|
import * as bedrock from "./bedrock";
|
|
63
64
|
import * as bedrockagentcore from "./bedrockagentcore";
|
|
64
65
|
import * as bedrockmantle from "./bedrockmantle";
|
|
@@ -102,6 +103,7 @@ import * as dax from "./dax";
|
|
|
102
103
|
import * as deadline from "./deadline";
|
|
103
104
|
import * as detective from "./detective";
|
|
104
105
|
import * as devicefarm from "./devicefarm";
|
|
106
|
+
import * as devopsagent from "./devopsagent";
|
|
105
107
|
import * as devopsguru from "./devopsguru";
|
|
106
108
|
import * as directconnect from "./directconnect";
|
|
107
109
|
import * as directoryservice from "./directoryservice";
|
|
@@ -148,6 +150,7 @@ import * as identitystore from "./identitystore";
|
|
|
148
150
|
import * as imagebuilder from "./imagebuilder";
|
|
149
151
|
import * as inspector from "./inspector";
|
|
150
152
|
import * as inspectorv2 from "./inspectorv2";
|
|
153
|
+
import * as interconnect from "./interconnect";
|
|
151
154
|
import * as internetmonitor from "./internetmonitor";
|
|
152
155
|
import * as invoicing from "./invoicing";
|
|
153
156
|
import * as iot from "./iot";
|
|
@@ -277,4 +280,4 @@ import * as workspacesinstances from "./workspacesinstances";
|
|
|
277
280
|
import * as workspacesthinclient from "./workspacesthinclient";
|
|
278
281
|
import * as workspacesweb from "./workspacesweb";
|
|
279
282
|
import * as xray from "./xray";
|
|
280
|
-
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, bedrockmantle, billing, budgets, cases, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, computeoptimizer, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsguru, directconnect, directoryservice, dms, docdb, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, elementalinference, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, mwaaserverless, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53globalresolver, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, servicediscovery, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
|
283
|
+
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bcmdataexports, bedrock, bedrockagentcore, bedrockmantle, billing, budgets, cases, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, computeoptimizer, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsagent, devopsguru, directconnect, directoryservice, dms, docdb, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, elementalinference, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, interconnect, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, mwaaserverless, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53globalresolver, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, servicediscovery, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
package/index.js
CHANGED
|
@@ -16,12 +16,12 @@ 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.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = void 0;
|
|
19
|
+
exports.bedrockagentcore = exports.bedrock = exports.bcmdataexports = exports.batch = exports.backupgateway = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.appstream = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.applicationautoscaling = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = exports.aiops = exports.acmpca = exports.accessanalyzer = exports.Provider = exports.importValueOutput = exports.importValue = exports.getUrlSuffixOutput = exports.getUrlSuffix = exports.getSsmParameterStringOutput = exports.getSsmParameterString = exports.getSsmParameterListOutput = exports.getSsmParameterList = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getAzsOutput = exports.getAzs = exports.getAccountIdOutput = exports.getAccountId = exports.ExtensionResource = exports.cidrOutput = exports.cidr = void 0;
|
|
20
|
+
exports.dynamodb = exports.dsql = exports.docdbelastic = exports.docdb = exports.dms = exports.directoryservice = exports.directconnect = exports.devopsguru = exports.devopsagent = exports.devicefarm = exports.detective = exports.deadline = exports.dax = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.computeoptimizer = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = exports.cases = exports.budgets = exports.billing = exports.bedrockmantle = void 0;
|
|
21
|
+
exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.interconnect = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elementalinference = exports.elasticloadbalancingv2 = exports.elasticbeanstalk = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = void 0;
|
|
22
|
+
exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaaserverless = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = exports.kms = exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = void 0;
|
|
23
|
+
exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicediscovery = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53globalresolver = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.rekognition = exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = void 0;
|
|
24
|
+
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = void 0;
|
|
25
25
|
const pulumi = require("@pulumi/pulumi");
|
|
26
26
|
const utilities = require("./utilities");
|
|
27
27
|
exports.cidr = null;
|
|
@@ -112,6 +112,8 @@ const backupgateway = require("./backupgateway");
|
|
|
112
112
|
exports.backupgateway = backupgateway;
|
|
113
113
|
const batch = require("./batch");
|
|
114
114
|
exports.batch = batch;
|
|
115
|
+
const bcmdataexports = require("./bcmdataexports");
|
|
116
|
+
exports.bcmdataexports = bcmdataexports;
|
|
115
117
|
const bedrock = require("./bedrock");
|
|
116
118
|
exports.bedrock = bedrock;
|
|
117
119
|
const bedrockagentcore = require("./bedrockagentcore");
|
|
@@ -198,6 +200,8 @@ const detective = require("./detective");
|
|
|
198
200
|
exports.detective = detective;
|
|
199
201
|
const devicefarm = require("./devicefarm");
|
|
200
202
|
exports.devicefarm = devicefarm;
|
|
203
|
+
const devopsagent = require("./devopsagent");
|
|
204
|
+
exports.devopsagent = devopsagent;
|
|
201
205
|
const devopsguru = require("./devopsguru");
|
|
202
206
|
exports.devopsguru = devopsguru;
|
|
203
207
|
const directconnect = require("./directconnect");
|
|
@@ -290,6 +294,8 @@ const inspector = require("./inspector");
|
|
|
290
294
|
exports.inspector = inspector;
|
|
291
295
|
const inspectorv2 = require("./inspectorv2");
|
|
292
296
|
exports.inspectorv2 = inspectorv2;
|
|
297
|
+
const interconnect = require("./interconnect");
|
|
298
|
+
exports.interconnect = interconnect;
|
|
293
299
|
const internetmonitor = require("./internetmonitor");
|
|
294
300
|
exports.internetmonitor = internetmonitor;
|
|
295
301
|
const invoicing = require("./invoicing");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAI5B,QAAA,IAAI,GAAiC,IAAW,CAAC;AACjD,QAAA,UAAU,GAAuC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,EAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAI/D,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,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;AAGlH,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIpF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,gBAAgB;AAChB,gDAA8B;AAE9B,sBAAsB;AACtB,mDAAmD;AA0P/C,wCAAc;AAzPlB,mCAAmC;AA0P/B,wBAAM;AAzPV,iCAAiC;AA0P7B,sBAAK;AAzPT,uCAAuC;AA0PnC,4BAAQ;AAzPZ,qCAAqC;AA0PjC,0BAAO;AAzPX,uDAAuD;AA0PnD,4CAAgB;AAzPpB,2CAA2C;AA0PvC,gCAAU;AAzPd,+CAA+C;AA0P3C,oCAAY;AAzPhB,yCAAyC;AA0PrC,8BAAS;AAzPb,qCAAqC;AA0PjC,0BAAO;AAzPX,qDAAqD;AA0PjD,0CAAe;AAzPnB,mEAAmE;AA0P/D,wDAAsB;AAzP1B,6DAA6D;AA0PzD,kDAAmB;AAzPvB,2DAA2D;AA0PvD,gDAAkB;AAzPtB,yCAAyC;AA0PrC,8BAAS;AAzPb,yCAAyC;AA0PrC,8BAAS;AAzPb,qCAAqC;AA0PjC,0BAAO;AAzPX,6BAA6B;AA0PzB,kBAAG;AAzPP,qDAAqD;AA0PjD,0CAAe;AAzPnB,iDAAiD;AA0P7C,sCAAa;AAzPjB,mCAAmC;AA0P/B,wBAAM;AAzPV,+CAA+C;AA0P3C,oCAAY;AAzPhB,6CAA6C;AA0PzC,kCAAW;AAzPf,+BAA+B;AA0P3B,oBAAI;AAzPR,mCAAmC;AA0P/B,wBAAM;AAzPV,iDAAiD;AA0P7C,sCAAa;AAzPjB,iCAAiC;AA0P7B,sBAAK;AAzPT,mDAAmD;AA0P/C,wCAAc;AAzPlB,qCAAqC;AA0PjC,0BAAO;AAzPX,uDAAuD;AA0PnD,4CAAgB;AAzPpB,iDAAiD;AA0P7C,sCAAa;AAzPjB,qCAAqC;AA0PjC,0BAAO;AAzPX,qCAAqC;AA0PjC,0BAAO;AAzPX,iCAAiC;AA0P7B,sBAAK;AAzPT,yCAAyC;AA0PrC,8BAAS;AAzPb,2BAA2B;AA0PvB,gBAAE;AAzPN,2DAA2D;AA0PvD,gDAAkB;AAzPtB,qCAAqC;AA0PjC,0BAAO;AAzPX,2CAA2C;AA0PvC,gCAAU;AAzPd,+CAA+C;AA0P3C,oCAAY;AAzPhB,mDAAmD;AA0P/C,wCAAc;AAzPlB,2CAA2C;AA0PvC,gCAAU;AAzPd,2CAA2C;AA0PvC,gCAAU;AAzPd,2CAA2C;AA0PvC,gCAAU;AAzPd,+CAA+C;AA0P3C,oCAAY;AAzPhB,yCAAyC;AA0PrC,8BAAS;AAzPb,qDAAqD;AA0PjD,0CAAe;AAzPnB,2CAA2C;AA0PvC,gCAAU;AAzPd,uDAAuD;AA0PnD,4CAAgB;AAzPpB,uDAAuD;AA0PnD,4CAAgB;AAzPpB,+CAA+C;AA0P3C,oCAAY;AAzPhB,6DAA6D;AA0PzD,kDAAmB;AAzPvB,iEAAiE;AA0P7D,sDAAqB;AAzPzB,qCAAqC;AA0PjC,0BAAO;AAzPX,2CAA2C;AA0PvC,gCAAU;AAzPd,uDAAuD;AA0PnD,4CAAgB;AAzPpB,mCAAmC;AA0P/B,wBAAM;AAzPV,iDAAiD;AA0P7C,sCAAa;AAzPjB,qCAAqC;AA0PjC,0BAAO;AAzPX,uDAAuD;AA0PnD,4CAAgB;AAzPpB,2DAA2D;AA0PvD,gDAAkB;AAzPtB,+CAA+C;AA0P3C,oCAAY;AAzPhB,uDAAuD;AA0PnD,4CAAgB;AAzPpB,uCAAuC;AA0PnC,4BAAQ;AAzPZ,+CAA+C;AA0P3C,oCAAY;AAzPhB,uCAAuC;AA0PnC,4BAAQ;AAzPZ,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6BAA6B;AA0PzB,kBAAG;AAzPP,uCAAuC;AA0PnC,4BAAQ;AAzPZ,yCAAyC;AA0PrC,8BAAS;AAzPb,2CAA2C;AA0PvC,gCAAU;AAzPd,6CAA6C;AA0PzC,kCAAW;AAzPf,2CAA2C;AA0PvC,gCAAU;AAzPd,iDAAiD;AA0P7C,sCAAa;AAzPjB,uDAAuD;AA0PnD,4CAAgB;AAzPpB,6BAA6B;AA0PzB,kBAAG;AAzPP,iCAAiC;AA0P7B,sBAAK;AAzPT,+CAA+C;AA0P3C,oCAAY;AAzPhB,+BAA+B;AA0P3B,oBAAI;AAzPR,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6CAA6C;AA0PzC,kCAAW;AAzPf,uDAAuD;AA0PnD,4CAAgB;AAzPpB,mEAAmE;AA0P/D,wDAAsB;AAzP1B,2DAA2D;AA0PvD,gDAAkB;AAzPtB,6BAA6B;AA0PzB,kBAAG;AAzPP,iDAAiD;AA0P7C,sCAAa;AAzPjB,iDAAiD;AA0P7C,sCAAa;AAzPjB,uDAAuD;AA0PnD,4CAAgB;AAzPpB,mCAAmC;AA0P/B,wBAAM;AAzPV,+CAA+C;AA0P3C,oCAAY;AAzPhB,yCAAyC;AA0PrC,8BAAS;AAzPb,6BAA6B;AA0PzB,kBAAG;AAzPP,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,uCAAuC;AA0PnC,4BAAQ;AAzPZ,iDAAiD;AA0P7C,sCAAa;AAzPjB,6BAA6B;AA0PzB,kBAAG;AAzPP,uCAAuC;AA0PnC,4BAAQ;AAzPZ,qDAAqD;AA0PjD,0CAAe;AAzPnB,yDAAyD;AA0PrD,8CAAiB;AAzPrB,+BAA+B;AA0P3B,oBAAI;AAzPR,qCAAqC;AA0PjC,0BAAO;AAzPX,+CAA+C;AA0P3C,oCAAY;AAzPhB,iDAAiD;AA0P7C,sCAAa;AAzPjB,yCAAyC;AA0PrC,8BAAS;AAzPb,iDAAiD;AA0P7C,sCAAa;AAzPjB,2CAA2C;AA0PvC,gCAAU;AAzPd,6BAA6B;AA0PzB,kBAAG;AAzPP,iDAAiD;AA0P7C,sCAAa;AAzPjB,+CAA+C;AA0P3C,oCAAY;AAzPhB,yCAAyC;AA0PrC,8BAAS;AAzPb,6CAA6C;AA0PzC,kCAAW;AAzPf,+CAA+C;AA0P3C,oCAAY;AAzPhB,qDAAqD;AA0PjD,0CAAe;AAzPnB,yCAAyC;AA0PrC,8BAAS;AAzPb,6BAA6B;AA0PzB,kBAAG;AAzPP,+CAA+C;AA0P3C,oCAAY;AAzPhB,+DAA+D;AA0P3D,oDAAoB;AAzPxB,yCAAyC;AA0PrC,8BAAS;AAzPb,6CAA6C;AA0PzC,kCAAW;AAzPf,6CAA6C;AA0PzC,kCAAW;AAzPf,+CAA+C;AA0P3C,oCAAY;AAzPhB,6CAA6C;AA0PzC,kCAAW;AAzPf,6BAA6B;AA0PzB,kBAAG;AAzPP,qCAAqC;AA0PjC,0BAAO;AAzPX,+CAA+C;AA0P3C,oCAAY;AAzPhB,mCAAmC;AA0P/B,wBAAM;AAzPV,iDAAiD;AA0P7C,sCAAa;AAzPjB,qCAAqC;AA0PjC,0BAAO;AAzPX,2DAA2D;AA0PvD,gDAAkB;AAzPtB,qDAAqD;AA0PjD,0CAAe;AAzPnB,+CAA+C;AA0P3C,oCAAY;AAzPhB,6BAA6B;AA0PzB,kBAAG;AAzPP,iDAAiD;AA0P7C,sCAAa;AAzPjB,mCAAmC;AA0P/B,wBAAM;AAzPV,+CAA+C;AA0P3C,oCAAY;AAzPhB,6BAA6B;AA0PzB,kBAAG;AAzPP,mDAAmD;AA0P/C,wCAAc;AAzPlB,yCAAyC;AA0PrC,8BAAS;AAzPb,uCAAuC;AA0PnC,4BAAQ;AAzPZ,+BAA+B;AA0P3B,oBAAI;AAzPR,iDAAiD;AA0P7C,sCAAa;AAzPjB,2BAA2B;AA0PvB,gBAAE;AAzPN,iCAAiC;AA0P7B,sBAAK;AAzPT,+CAA+C;AA0P3C,oCAAY;AAzPhB,yCAAyC;AA0PrC,8BAAS;AAzPb,+CAA+C;AA0P3C,oCAAY;AAzPhB,mDAAmD;AA0P/C,wCAAc;AAzPlB,6CAA6C;AA0PzC,kCAAW;AAzPf,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6BAA6B;AA0PzB,kBAAG;AAzPP,+BAA+B;AA0P3B,oBAAI;AAzPR,mDAAmD;AA0P/C,wCAAc;AAzPlB,qCAAqC;AA0PjC,0BAAO;AAzPX,+CAA+C;AA0P3C,oCAAY;AAzPhB,qDAAqD;AA0PjD,0CAAe;AAzPnB,mDAAmD;AA0P/C,wCAAc;AAzPlB,+CAA+C;AA0P3C,oCAAY;AAzPhB,6BAA6B;AA0PzB,kBAAG;AAzPP,2DAA2D;AA0PvD,gDAAkB;AAzPtB,6BAA6B;AA0PzB,kBAAG;AAzPP,iCAAiC;AA0P7B,sBAAK;AAzPT,+DAA+D;AA0P3D,oDAAoB;AAzPxB,yDAAyD;AA0PrD,8CAAiB;AAzPrB,2CAA2C;AA0PvC,gCAAU;AAzPd,iDAAiD;AA0P7C,sCAAa;AAzPjB,+BAA+B;AA0P3B,oBAAI;AAzPR,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6DAA6D;AA0PzD,kDAAmB;AAzPvB,mDAAmD;AA0P/C,wCAAc;AAzPlB,uDAAuD;AA0PnD,4CAAgB;AAzPpB,6BAA6B;AA0PzB,kBAAG;AAzPP,6CAA6C;AA0PzC,kCAAW;AAzPf,uCAAuC;AA0PnC,4BAAQ;AAzPZ,iCAAiC;AA0P7B,sBAAK;AAzPT,mCAAmC;AA0P/B,wBAAM;AAzPV,yCAAyC;AA0PrC,8BAAS;AAzPb,+BAA+B;AA0P3B,oBAAI;AAzPR,2CAA2C;AA0PvC,gCAAU;AAzPd,6BAA6B;AA0PzB,kBAAG;AAzPP,+BAA+B;AA0P3B,oBAAI;AAzPR,6BAA6B;AA0PzB,kBAAG;AAzPP,uCAAuC;AA0PnC,4BAAQ;AAzPZ,2DAA2D;AA0PvD,gDAAkB;AAzPtB,mDAAmD;AA0P/C,wCAAc;AAzPlB,6CAA6C;AA0PzC,kCAAW;AAzPf,iDAAiD;AA0P7C,sCAAa;AAzPjB,yDAAyD;AA0PrD,8CAAiB;AAzPrB,mDAAmD;AA0P/C,wCAAc;AAzPlB,iDAAiD;AA0P7C,sCAAa;AAzPjB,qCAAqC;AA0PjC,0BAAO;AAzPX,iEAAiE;AA0P7D,sDAAqB;AAzPzB,qDAAqD;AA0PjD,0CAAe;AAzPnB,mEAAmE;AA0P/D,wDAAsB;AAzP1B,uEAAuE;AA0PnE,4DAAwB;AAzP5B,qDAAqD;AA0PjD,0CAAe;AAzPnB,yCAAyC;AA0PrC,8BAAS;AAzPb,6BAA6B;AA0PzB,kBAAG;AAzPP,2BAA2B;AA0PvB,gBAAE;AAzPN,yCAAyC;AA0PrC,8BAAS;AAzPb,mDAAmD;AA0P/C,wCAAc;AAzPlB,2CAA2C;AA0PvC,gCAAU;AAzPd,uCAAuC;AA0PnC,4BAAQ;AAzPZ,yCAAyC;AA0PrC,8BAAS;AAzPb,yCAAyC;AA0PrC,8BAAS;AAzPb,yCAAyC;AA0PrC,8BAAS;AAzPb,mDAAmD;AA0P/C,wCAAc;AAzPlB,6CAA6C;AA0PzC,kCAAW;AAzPf,+CAA+C;AA0P3C,oCAAY;AAzPhB,mDAAmD;AA0P/C,wCAAc;AAzPlB,yEAAyE;AA0PrE,8DAAyB;AAzP7B,uDAAuD;AA0PnD,4CAAgB;AAzPpB,6BAA6B;AA0PzB,kBAAG;AAzPP,mCAAmC;AA0P/B,wBAAM;AAzPV,mCAAmC;AA0P/B,wBAAM;AAzPV,mDAAmD;AA0P/C,wCAAc;AAzPlB,uCAAuC;AA0PnC,4BAAQ;AAzPZ,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6BAA6B;AA0PzB,kBAAG;AAzPP,6CAA6C;AA0PzC,kCAAW;AAzPf,iDAAiD;AA0P7C,sCAAa;AAzPjB,+CAA+C;AA0P3C,oCAAY;AAzPhB,iDAAiD;AA0P7C,sCAAa;AAzPjB,6BAA6B;AA0PzB,kBAAG;AAzPP,iDAAiD;AA0P7C,sCAAa;AAzPjB,2CAA2C;AA0PvC,gCAAU;AAzPd,2CAA2C;AA0PvC,gCAAU;AAzPd,yDAAyD;AA0PrD,8CAAiB;AAzPrB,2CAA2C;AA0PvC,gCAAU;AAzPd,uCAAuC;AA0PnC,4BAAQ;AAzPZ,iCAAiC;AA0P7B,sBAAK;AAzPT,6DAA6D;AA0PzD,kDAAmB;AAzPvB,qCAAqC;AA0PjC,0BAAO;AAzPX,2CAA2C;AA0PvC,gCAAU;AAzPd,iCAAiC;AA0P7B,sBAAK;AAzPT,mCAAmC;AA0P/B,wBAAM;AAzPV,2CAA2C;AA0PvC,gCAAU;AAzPd,6DAA6D;AA0PzD,kDAAmB;AAzPvB,+DAA+D;AA0P3D,oDAAoB;AAzPxB,iDAAiD;AA0P7C,sCAAa;AAzPjB,+BAA+B;AA0P3B,oBAAI;AAGR,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,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;AACrE,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,YAAY,EAAE;IACjD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,6BAA6B,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Connection extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Connection resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Connection;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Connection. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Connection;
|
|
23
|
+
/**
|
|
24
|
+
* The activation key for accepting a connection proposal from a partner CSP. Mutually exclusive with EnvironmentId.
|
|
25
|
+
*/
|
|
26
|
+
readonly activationKey: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* The Amazon Resource Name (ARN) of the connection.
|
|
29
|
+
*/
|
|
30
|
+
readonly arn: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The logical attachment point in your AWS network where the managed connection will be connected.
|
|
33
|
+
*/
|
|
34
|
+
readonly attachPoint: pulumi.Output<outputs.interconnect.ConnectionAttachPoint>;
|
|
35
|
+
/**
|
|
36
|
+
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
|
|
37
|
+
*/
|
|
38
|
+
readonly bandwidth: pulumi.Output<string | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The billing tier for the connection.
|
|
41
|
+
*/
|
|
42
|
+
readonly billingTier: pulumi.Output<number>;
|
|
43
|
+
/**
|
|
44
|
+
* The unique identifier for the connection.
|
|
45
|
+
*/
|
|
46
|
+
readonly connectionId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* A description of the connection.
|
|
49
|
+
*/
|
|
50
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The ID of the environment for the connection. Required when creating a connection through AWS. Mutually exclusive with ActivationKey.
|
|
53
|
+
*/
|
|
54
|
+
readonly environmentId: pulumi.Output<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* The AWS account ID of the connection owner.
|
|
57
|
+
*/
|
|
58
|
+
readonly ownerAccount: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The partner cloud service provider.
|
|
61
|
+
*/
|
|
62
|
+
readonly provider: pulumi.Output<outputs.interconnect.ConnectionProvider>;
|
|
63
|
+
/**
|
|
64
|
+
* The account ID of the remote owner. Required when creating a connection through AWS.
|
|
65
|
+
*/
|
|
66
|
+
readonly remoteOwnerAccount: pulumi.Output<string | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* The shared identifier for the connection pairing.
|
|
69
|
+
*/
|
|
70
|
+
readonly sharedId: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The current state of the connection.
|
|
73
|
+
*/
|
|
74
|
+
readonly state: pulumi.Output<enums.interconnect.ConnectionState>;
|
|
75
|
+
/**
|
|
76
|
+
* An array of key-value pairs to apply to this resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* The type of managed connection.
|
|
81
|
+
*/
|
|
82
|
+
readonly type: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Create a Connection resource with the given unique name, arguments, and options.
|
|
85
|
+
*
|
|
86
|
+
* @param name The _unique_ name of the resource.
|
|
87
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
88
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
89
|
+
*/
|
|
90
|
+
constructor(name: string, args: ConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* The set of arguments for constructing a Connection resource.
|
|
94
|
+
*/
|
|
95
|
+
export interface ConnectionArgs {
|
|
96
|
+
/**
|
|
97
|
+
* The activation key for accepting a connection proposal from a partner CSP. Mutually exclusive with EnvironmentId.
|
|
98
|
+
*/
|
|
99
|
+
activationKey?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The logical attachment point in your AWS network where the managed connection will be connected.
|
|
102
|
+
*/
|
|
103
|
+
attachPoint: pulumi.Input<inputs.interconnect.ConnectionAttachPointArgs>;
|
|
104
|
+
/**
|
|
105
|
+
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
|
|
106
|
+
*/
|
|
107
|
+
bandwidth?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* A description of the connection.
|
|
110
|
+
*/
|
|
111
|
+
description?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The ID of the environment for the connection. Required when creating a connection through AWS. Mutually exclusive with ActivationKey.
|
|
114
|
+
*/
|
|
115
|
+
environmentId?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The account ID of the remote owner. Required when creating a connection through AWS.
|
|
118
|
+
*/
|
|
119
|
+
remoteOwnerAccount?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* An array of key-value pairs to apply to this resource.
|
|
122
|
+
*/
|
|
123
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
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.Connection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
10
|
+
*/
|
|
11
|
+
class Connection extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Connection 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 Connection(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Connection. 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'] === Connection.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Connection 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?.attachPoint === undefined && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'attachPoint'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["activationKey"] = args?.activationKey;
|
|
48
|
+
resourceInputs["attachPoint"] = args?.attachPoint;
|
|
49
|
+
resourceInputs["bandwidth"] = args?.bandwidth;
|
|
50
|
+
resourceInputs["description"] = args?.description;
|
|
51
|
+
resourceInputs["environmentId"] = args?.environmentId;
|
|
52
|
+
resourceInputs["remoteOwnerAccount"] = args?.remoteOwnerAccount;
|
|
53
|
+
resourceInputs["tags"] = args?.tags;
|
|
54
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["billingTier"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["connectionId"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["ownerAccount"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["provider"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["sharedId"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
resourceInputs["activationKey"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["attachPoint"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["bandwidth"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["billingTier"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["connectionId"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["environmentId"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["ownerAccount"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["provider"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["remoteOwnerAccount"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["sharedId"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
const replaceOnChanges = { replaceOnChanges: ["activationKey", "attachPoint", "environmentId"] };
|
|
82
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
83
|
+
super(Connection.__pulumiType, name, resourceInputs, opts);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
exports.Connection = Connection;
|
|
87
|
+
/** @internal */
|
|
88
|
+
Connection.__pulumiType = 'aws-native:interconnect:Connection';
|
|
89
|
+
//# sourceMappingURL=connection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../interconnect/connection.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getConnection(args: GetConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectionResult>;
|
|
8
|
+
export interface GetConnectionArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The Amazon Resource Name (ARN) of the connection.
|
|
11
|
+
*/
|
|
12
|
+
arn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetConnectionResult {
|
|
15
|
+
/**
|
|
16
|
+
* The Amazon Resource Name (ARN) of the connection.
|
|
17
|
+
*/
|
|
18
|
+
readonly arn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
|
|
21
|
+
*/
|
|
22
|
+
readonly bandwidth?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The billing tier for the connection.
|
|
25
|
+
*/
|
|
26
|
+
readonly billingTier?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The unique identifier for the connection.
|
|
29
|
+
*/
|
|
30
|
+
readonly connectionId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A description of the connection.
|
|
33
|
+
*/
|
|
34
|
+
readonly description?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The AWS account ID of the connection owner.
|
|
37
|
+
*/
|
|
38
|
+
readonly ownerAccount?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The partner cloud service provider.
|
|
41
|
+
*/
|
|
42
|
+
readonly provider?: outputs.interconnect.ConnectionProvider;
|
|
43
|
+
/**
|
|
44
|
+
* The shared identifier for the connection pairing.
|
|
45
|
+
*/
|
|
46
|
+
readonly sharedId?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The current state of the connection.
|
|
49
|
+
*/
|
|
50
|
+
readonly state?: enums.interconnect.ConnectionState;
|
|
51
|
+
/**
|
|
52
|
+
* An array of key-value pairs to apply to this resource.
|
|
53
|
+
*/
|
|
54
|
+
readonly tags?: outputs.Tag[];
|
|
55
|
+
/**
|
|
56
|
+
* The type of managed connection.
|
|
57
|
+
*/
|
|
58
|
+
readonly type?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
62
|
+
*/
|
|
63
|
+
export declare function getConnectionOutput(args: GetConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectionResult>;
|
|
64
|
+
export interface GetConnectionOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The Amazon Resource Name (ARN) of the connection.
|
|
67
|
+
*/
|
|
68
|
+
arn: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -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.getConnectionOutput = exports.getConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
10
|
+
*/
|
|
11
|
+
function getConnection(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:interconnect:getConnection", {
|
|
14
|
+
"arn": args.arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getConnection = getConnection;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
|
|
20
|
+
*/
|
|
21
|
+
function getConnectionOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:interconnect:getConnection", {
|
|
24
|
+
"arn": args.arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getConnectionOutput = getConnectionOutput;
|
|
28
|
+
//# sourceMappingURL=getConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConnection.js","sourceRoot":"","sources":["../../interconnect/getConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAuDD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ConnectionArgs } from "./connection";
|
|
2
|
+
export type Connection = import("./connection").Connection;
|
|
3
|
+
export declare const Connection: typeof import("./connection").Connection;
|
|
4
|
+
export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection";
|
|
5
|
+
export declare const getConnection: typeof import("./getConnection").getConnection;
|
|
6
|
+
export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput;
|
|
7
|
+
export * from "../types/enums/interconnect";
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.getConnectionOutput = exports.getConnection = exports.Connection = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../utilities");
|
|
22
|
+
exports.Connection = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["Connection"], () => require("./connection"));
|
|
24
|
+
exports.getConnection = null;
|
|
25
|
+
exports.getConnectionOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getConnection", "getConnectionOutput"], () => require("./getConnection"));
|
|
27
|
+
// Export enums:
|
|
28
|
+
__exportStar(require("../types/enums/interconnect"), exports);
|
|
29
|
+
const _module = {
|
|
30
|
+
version: utilities.getVersion(),
|
|
31
|
+
construct: (name, type, urn) => {
|
|
32
|
+
switch (type) {
|
|
33
|
+
case "aws-native:interconnect:Connection":
|
|
34
|
+
return new exports.Connection(name, undefined, { urn });
|
|
35
|
+
default:
|
|
36
|
+
throw new Error(`unknown resource type ${type}`);
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
pulumi.runtime.registerResourceModule("aws-native", "interconnect", _module);
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../interconnect/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG9D,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGvG,gBAAgB;AAChB,8DAA4C;AAE5C,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,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
|
package/logs/getLogGroup.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export interface GetLogGroupResult {
|
|
|
20
20
|
* The ARN of the log group, such as `arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*`
|
|
21
21
|
*/
|
|
22
22
|
readonly arn?: string;
|
|
23
|
+
readonly bearerTokenAuthenticationEnabled?: boolean;
|
|
23
24
|
/**
|
|
24
25
|
* Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
|
|
25
26
|
*
|
package/logs/getLogGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLogGroup.js","sourceRoot":"","sources":["../../logs/getLogGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;
|
|
1
|
+
{"version":3,"file":"getLogGroup.js","sourceRoot":"","sources":["../../logs/getLogGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA+DD;;;;;;GAMG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/logs/logGroup.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare class LogGroup extends pulumi.CustomResource {
|
|
|
28
28
|
* The ARN of the log group, such as `arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*`
|
|
29
29
|
*/
|
|
30
30
|
readonly arn: pulumi.Output<string>;
|
|
31
|
+
readonly bearerTokenAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
31
32
|
/**
|
|
32
33
|
* Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
|
|
33
34
|
*
|
|
@@ -92,6 +93,7 @@ export declare class LogGroup extends pulumi.CustomResource {
|
|
|
92
93
|
* The set of arguments for constructing a LogGroup resource.
|
|
93
94
|
*/
|
|
94
95
|
export interface LogGroupArgs {
|
|
96
|
+
bearerTokenAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
95
97
|
/**
|
|
96
98
|
* Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
|
|
97
99
|
*
|
package/logs/logGroup.js
CHANGED
|
@@ -45,6 +45,7 @@ class LogGroup extends pulumi.CustomResource {
|
|
|
45
45
|
let resourceInputs = {};
|
|
46
46
|
opts = opts || {};
|
|
47
47
|
if (!opts.id) {
|
|
48
|
+
resourceInputs["bearerTokenAuthenticationEnabled"] = args?.bearerTokenAuthenticationEnabled;
|
|
48
49
|
resourceInputs["dataProtectionPolicy"] = args?.dataProtectionPolicy;
|
|
49
50
|
resourceInputs["deletionProtectionEnabled"] = args?.deletionProtectionEnabled;
|
|
50
51
|
resourceInputs["fieldIndexPolicies"] = args?.fieldIndexPolicies;
|
|
@@ -58,6 +59,7 @@ class LogGroup extends pulumi.CustomResource {
|
|
|
58
59
|
}
|
|
59
60
|
else {
|
|
60
61
|
resourceInputs["arn"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["bearerTokenAuthenticationEnabled"] = undefined /*out*/;
|
|
61
63
|
resourceInputs["dataProtectionPolicy"] = undefined /*out*/;
|
|
62
64
|
resourceInputs["deletionProtectionEnabled"] = undefined /*out*/;
|
|
63
65
|
resourceInputs["fieldIndexPolicies"] = undefined /*out*/;
|
package/logs/logGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logGroup.js","sourceRoot":"","sources":["../../logs/logGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"logGroup.js","sourceRoot":"","sources":["../../logs/logGroup.ts"],"names":[],"mappings":"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"}
|