@volcengine/pulumi 0.0.31 → 0.0.33
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/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/dns/backup.d.ts +10 -1
- package/dns/backup.js +10 -1
- package/dns/backup.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +104 -0
- package/ebs/getMaxExtraPerformances.js +52 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -0
- package/ebs/index.d.ts +6 -0
- package/ebs/index.js +7 -1
- package/ebs/index.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +106 -0
- package/ebs/maxExtraPerformances.js +55 -0
- package/ebs/maxExtraPerformances.js.map +1 -0
- package/ebs/volume.d.ts +22 -14
- package/ebs/volume.js +7 -2
- package/ebs/volume.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +19 -3
- package/escloud_v2/escloudInstanceV2.js +19 -3
- package/escloud_v2/escloudInstanceV2.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +37 -0
- package/kafka/instance.js +37 -0
- package/kafka/instance.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instance.d.ts +66 -11
- package/mongodb/instance.js +40 -11
- package/mongodb/instance.js.map +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +209 -20
- package/rds_mysql/instance.js +82 -11
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/rds_postgresql/instance.d.ts +54 -3
- package/rds_postgresql/instance.js +54 -3
- package/rds_postgresql/instance.js.map +1 -1
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +93 -2
- package/redis/instance.js +22 -1
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +9274 -2000
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vke/getPermissions.d.ts +137 -0
- package/vke/getPermissions.js +55 -0
- package/vke/getPermissions.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/permission.d.ts +269 -0
- package/vke/permission.js +165 -0
- package/vke/permission.js.map +1 -0
- package/vke/permissions.d.ts +139 -0
- package/vke/permissions.js +58 -0
- package/vke/permissions.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +30 -9
- package/vpc/routeEntry.js +27 -6
- package/vpc/routeEntry.js.map +1 -1
package/private_zone/record.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export declare class Record extends pulumi.CustomResource {
|
|
|
62
62
|
* The host of the private zone record.
|
|
63
63
|
*/
|
|
64
64
|
readonly host: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The subnet id of the private zone record. This field is only effected when the `intelligentMode` of the private zone is true. Default is `Default`.
|
|
67
|
+
*/
|
|
68
|
+
readonly line: pulumi.Output<string>;
|
|
65
69
|
/**
|
|
66
70
|
* The remark of the private zone record.
|
|
67
71
|
*/
|
|
@@ -74,6 +78,10 @@ export declare class Record extends pulumi.CustomResource {
|
|
|
74
78
|
* The type of the private zone record. Valid values: `A`, `AAAA`, `CNAME`, `MX`, `PTR`.
|
|
75
79
|
*/
|
|
76
80
|
readonly type: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The user account of the private zone record. This field is only effected when creating this resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly userAccount: pulumi.Output<string | undefined>;
|
|
77
85
|
/**
|
|
78
86
|
* The value of the private zone record. Record values need to be set based on the value of the `type`.
|
|
79
87
|
*/
|
|
@@ -107,6 +115,10 @@ export interface RecordState {
|
|
|
107
115
|
* The host of the private zone record.
|
|
108
116
|
*/
|
|
109
117
|
host?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The subnet id of the private zone record. This field is only effected when the `intelligentMode` of the private zone is true. Default is `Default`.
|
|
120
|
+
*/
|
|
121
|
+
line?: pulumi.Input<string>;
|
|
110
122
|
/**
|
|
111
123
|
* The remark of the private zone record.
|
|
112
124
|
*/
|
|
@@ -119,6 +131,10 @@ export interface RecordState {
|
|
|
119
131
|
* The type of the private zone record. Valid values: `A`, `AAAA`, `CNAME`, `MX`, `PTR`.
|
|
120
132
|
*/
|
|
121
133
|
type?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The user account of the private zone record. This field is only effected when creating this resource.
|
|
136
|
+
*/
|
|
137
|
+
userAccount?: pulumi.Input<string>;
|
|
122
138
|
/**
|
|
123
139
|
* The value of the private zone record. Record values need to be set based on the value of the `type`.
|
|
124
140
|
*/
|
|
@@ -144,6 +160,10 @@ export interface RecordArgs {
|
|
|
144
160
|
* The host of the private zone record.
|
|
145
161
|
*/
|
|
146
162
|
host: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* The subnet id of the private zone record. This field is only effected when the `intelligentMode` of the private zone is true. Default is `Default`.
|
|
165
|
+
*/
|
|
166
|
+
line?: pulumi.Input<string>;
|
|
147
167
|
/**
|
|
148
168
|
* The remark of the private zone record.
|
|
149
169
|
*/
|
|
@@ -156,6 +176,10 @@ export interface RecordArgs {
|
|
|
156
176
|
* The type of the private zone record. Valid values: `A`, `AAAA`, `CNAME`, `MX`, `PTR`.
|
|
157
177
|
*/
|
|
158
178
|
type: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The user account of the private zone record. This field is only effected when creating this resource.
|
|
181
|
+
*/
|
|
182
|
+
userAccount?: pulumi.Input<string>;
|
|
159
183
|
/**
|
|
160
184
|
* The value of the private zone record. Record values need to be set based on the value of the `type`.
|
|
161
185
|
*/
|
package/private_zone/record.js
CHANGED
|
@@ -74,9 +74,11 @@ class Record extends pulumi.CustomResource {
|
|
|
74
74
|
const state = argsOrState;
|
|
75
75
|
resourceInputs["enable"] = state ? state.enable : undefined;
|
|
76
76
|
resourceInputs["host"] = state ? state.host : undefined;
|
|
77
|
+
resourceInputs["line"] = state ? state.line : undefined;
|
|
77
78
|
resourceInputs["remark"] = state ? state.remark : undefined;
|
|
78
79
|
resourceInputs["ttl"] = state ? state.ttl : undefined;
|
|
79
80
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
81
|
+
resourceInputs["userAccount"] = state ? state.userAccount : undefined;
|
|
80
82
|
resourceInputs["value"] = state ? state.value : undefined;
|
|
81
83
|
resourceInputs["weight"] = state ? state.weight : undefined;
|
|
82
84
|
resourceInputs["zid"] = state ? state.zid : undefined;
|
|
@@ -97,9 +99,11 @@ class Record extends pulumi.CustomResource {
|
|
|
97
99
|
}
|
|
98
100
|
resourceInputs["enable"] = args ? args.enable : undefined;
|
|
99
101
|
resourceInputs["host"] = args ? args.host : undefined;
|
|
102
|
+
resourceInputs["line"] = args ? args.line : undefined;
|
|
100
103
|
resourceInputs["remark"] = args ? args.remark : undefined;
|
|
101
104
|
resourceInputs["ttl"] = args ? args.ttl : undefined;
|
|
102
105
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
106
|
+
resourceInputs["userAccount"] = args ? args.userAccount : undefined;
|
|
103
107
|
resourceInputs["value"] = args ? args.value : undefined;
|
|
104
108
|
resourceInputs["weight"] = args ? args.weight : undefined;
|
|
105
109
|
resourceInputs["zid"] = args ? args.zid : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record.js","sourceRoot":"","sources":["../../private_zone/record.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"record.js","sourceRoot":"","sources":["../../private_zone/record.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,7 @@ export interface RecordsArgs {
|
|
|
29
29
|
*/
|
|
30
30
|
lastOperator?: string;
|
|
31
31
|
/**
|
|
32
|
-
* The subnet id of Private Zone Record.
|
|
32
|
+
* The subnet id of Private Zone Record.
|
|
33
33
|
*/
|
|
34
34
|
line?: string;
|
|
35
35
|
/**
|
|
@@ -41,9 +41,15 @@ export interface RecordsArgs {
|
|
|
41
41
|
*/
|
|
42
42
|
outputFile?: string;
|
|
43
43
|
/**
|
|
44
|
-
* The id of Private Zone Record.
|
|
44
|
+
* This field is deprecated, please use `recordIds` instead. The id of Private Zone Record.
|
|
45
|
+
*
|
|
46
|
+
* @deprecated This field is deprecated, please use `recordIds` instead.
|
|
45
47
|
*/
|
|
46
48
|
recordId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The ids of Private Zone Record.
|
|
51
|
+
*/
|
|
52
|
+
recordIds?: string[];
|
|
47
53
|
/**
|
|
48
54
|
* The search mode of query `host`. Valid values: `LIKE`, `EXACT`. Default is `LIKE`.
|
|
49
55
|
*/
|
|
@@ -85,8 +91,11 @@ export interface RecordsResult {
|
|
|
85
91
|
readonly outputFile?: string;
|
|
86
92
|
/**
|
|
87
93
|
* The id of the private zone record.
|
|
94
|
+
*
|
|
95
|
+
* @deprecated This field is deprecated, please use `recordIds` instead.
|
|
88
96
|
*/
|
|
89
97
|
readonly recordId?: string;
|
|
98
|
+
readonly recordIds?: string[];
|
|
90
99
|
/**
|
|
91
100
|
* The collection of query.
|
|
92
101
|
*/
|
|
@@ -138,7 +147,7 @@ export interface RecordsOutputArgs {
|
|
|
138
147
|
*/
|
|
139
148
|
lastOperator?: pulumi.Input<string>;
|
|
140
149
|
/**
|
|
141
|
-
* The subnet id of Private Zone Record.
|
|
150
|
+
* The subnet id of Private Zone Record.
|
|
142
151
|
*/
|
|
143
152
|
line?: pulumi.Input<string>;
|
|
144
153
|
/**
|
|
@@ -150,9 +159,15 @@ export interface RecordsOutputArgs {
|
|
|
150
159
|
*/
|
|
151
160
|
outputFile?: pulumi.Input<string>;
|
|
152
161
|
/**
|
|
153
|
-
* The id of Private Zone Record.
|
|
162
|
+
* This field is deprecated, please use `recordIds` instead. The id of Private Zone Record.
|
|
163
|
+
*
|
|
164
|
+
* @deprecated This field is deprecated, please use `recordIds` instead.
|
|
154
165
|
*/
|
|
155
166
|
recordId?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* The ids of Private Zone Record.
|
|
169
|
+
*/
|
|
170
|
+
recordIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
156
171
|
/**
|
|
157
172
|
* The search mode of query `host`. Valid values: `LIKE`, `EXACT`. Default is `LIKE`.
|
|
158
173
|
*/
|
package/private_zone/records.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"records.js","sourceRoot":"","sources":["../../private_zone/records.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,qHAAqH;AACrH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,2HAA2H,CAAC,CAAA;IAC5I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"records.js","sourceRoot":"","sources":["../../private_zone/records.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,qHAAqH;AACrH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,2HAA2H,CAAC,CAAA;IAC5I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,0BAkBC;AAyGD;;;;;;;;;;;;;GAaG;AACH,qHAAqH;AACrH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -32,7 +32,11 @@ import * as outputs from "../types/output";
|
|
|
32
32
|
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
33
33
|
* },
|
|
34
34
|
* ],
|
|
35
|
-
*
|
|
35
|
+
* projectName: "default",
|
|
36
|
+
* tags: [{
|
|
37
|
+
* key: "k1",
|
|
38
|
+
* value: "v1",
|
|
39
|
+
* }],
|
|
36
40
|
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
37
41
|
* vpcRegion: "cn-beijing",
|
|
38
42
|
* });
|
|
@@ -74,10 +78,18 @@ export declare class ResolverEndpoint extends pulumi.CustomResource {
|
|
|
74
78
|
* The name of the private zone resolver endpoint.
|
|
75
79
|
*/
|
|
76
80
|
readonly name: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The project name of the private zone resolver endpoint.
|
|
83
|
+
*/
|
|
84
|
+
readonly projectName: pulumi.Output<string>;
|
|
77
85
|
/**
|
|
78
86
|
* The security group ID of the endpoint.
|
|
79
87
|
*/
|
|
80
88
|
readonly securityGroupId: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Tags.
|
|
91
|
+
*/
|
|
92
|
+
readonly tags: pulumi.Output<outputs.private_zone.ResolverEndpointTag[] | undefined>;
|
|
81
93
|
/**
|
|
82
94
|
* The VPC ID of the endpoint.
|
|
83
95
|
*/
|
|
@@ -86,6 +98,11 @@ export declare class ResolverEndpoint extends pulumi.CustomResource {
|
|
|
86
98
|
* The VPC region of the endpoint.
|
|
87
99
|
*/
|
|
88
100
|
readonly vpcRegion: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The vpc trns of the private zone resolver endpoint. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
103
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
104
|
+
*/
|
|
105
|
+
readonly vpcTrns: pulumi.Output<string[] | undefined>;
|
|
89
106
|
/**
|
|
90
107
|
* Create a ResolverEndpoint resource with the given unique name, arguments, and options.
|
|
91
108
|
*
|
|
@@ -111,10 +128,18 @@ export interface ResolverEndpointState {
|
|
|
111
128
|
* The name of the private zone resolver endpoint.
|
|
112
129
|
*/
|
|
113
130
|
name?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The project name of the private zone resolver endpoint.
|
|
133
|
+
*/
|
|
134
|
+
projectName?: pulumi.Input<string>;
|
|
114
135
|
/**
|
|
115
136
|
* The security group ID of the endpoint.
|
|
116
137
|
*/
|
|
117
138
|
securityGroupId?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Tags.
|
|
141
|
+
*/
|
|
142
|
+
tags?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverEndpointTag>[]>;
|
|
118
143
|
/**
|
|
119
144
|
* The VPC ID of the endpoint.
|
|
120
145
|
*/
|
|
@@ -123,6 +148,11 @@ export interface ResolverEndpointState {
|
|
|
123
148
|
* The VPC region of the endpoint.
|
|
124
149
|
*/
|
|
125
150
|
vpcRegion?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* The vpc trns of the private zone resolver endpoint. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
153
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
154
|
+
*/
|
|
155
|
+
vpcTrns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
126
156
|
}
|
|
127
157
|
/**
|
|
128
158
|
* The set of arguments for constructing a ResolverEndpoint resource.
|
|
@@ -140,10 +170,18 @@ export interface ResolverEndpointArgs {
|
|
|
140
170
|
* The name of the private zone resolver endpoint.
|
|
141
171
|
*/
|
|
142
172
|
name?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* The project name of the private zone resolver endpoint.
|
|
175
|
+
*/
|
|
176
|
+
projectName?: pulumi.Input<string>;
|
|
143
177
|
/**
|
|
144
178
|
* The security group ID of the endpoint.
|
|
145
179
|
*/
|
|
146
|
-
securityGroupId
|
|
180
|
+
securityGroupId?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Tags.
|
|
183
|
+
*/
|
|
184
|
+
tags?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverEndpointTag>[]>;
|
|
147
185
|
/**
|
|
148
186
|
* The VPC ID of the endpoint.
|
|
149
187
|
*/
|
|
@@ -152,4 +190,9 @@ export interface ResolverEndpointArgs {
|
|
|
152
190
|
* The VPC region of the endpoint.
|
|
153
191
|
*/
|
|
154
192
|
vpcRegion: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* The vpc trns of the private zone resolver endpoint. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
195
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
196
|
+
*/
|
|
197
|
+
vpcTrns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
155
198
|
}
|
|
@@ -36,7 +36,11 @@ const utilities = require("../utilities");
|
|
|
36
36
|
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
37
37
|
* },
|
|
38
38
|
* ],
|
|
39
|
-
*
|
|
39
|
+
* projectName: "default",
|
|
40
|
+
* tags: [{
|
|
41
|
+
* key: "k1",
|
|
42
|
+
* value: "v1",
|
|
43
|
+
* }],
|
|
40
44
|
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
41
45
|
* vpcRegion: "cn-beijing",
|
|
42
46
|
* });
|
|
@@ -81,18 +85,18 @@ class ResolverEndpoint extends pulumi.CustomResource {
|
|
|
81
85
|
resourceInputs["direction"] = state ? state.direction : undefined;
|
|
82
86
|
resourceInputs["ipConfigs"] = state ? state.ipConfigs : undefined;
|
|
83
87
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
88
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
84
89
|
resourceInputs["securityGroupId"] = state ? state.securityGroupId : undefined;
|
|
90
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
85
91
|
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
86
92
|
resourceInputs["vpcRegion"] = state ? state.vpcRegion : undefined;
|
|
93
|
+
resourceInputs["vpcTrns"] = state ? state.vpcTrns : undefined;
|
|
87
94
|
}
|
|
88
95
|
else {
|
|
89
96
|
const args = argsOrState;
|
|
90
97
|
if ((!args || args.ipConfigs === undefined) && !opts.urn) {
|
|
91
98
|
throw new Error("Missing required property 'ipConfigs'");
|
|
92
99
|
}
|
|
93
|
-
if ((!args || args.securityGroupId === undefined) && !opts.urn) {
|
|
94
|
-
throw new Error("Missing required property 'securityGroupId'");
|
|
95
|
-
}
|
|
96
100
|
if ((!args || args.vpcId === undefined) && !opts.urn) {
|
|
97
101
|
throw new Error("Missing required property 'vpcId'");
|
|
98
102
|
}
|
|
@@ -102,9 +106,12 @@ class ResolverEndpoint extends pulumi.CustomResource {
|
|
|
102
106
|
resourceInputs["direction"] = args ? args.direction : undefined;
|
|
103
107
|
resourceInputs["ipConfigs"] = args ? args.ipConfigs : undefined;
|
|
104
108
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
109
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
105
110
|
resourceInputs["securityGroupId"] = args ? args.securityGroupId : undefined;
|
|
111
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
106
112
|
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
107
113
|
resourceInputs["vpcRegion"] = args ? args.vpcRegion : undefined;
|
|
114
|
+
resourceInputs["vpcTrns"] = args ? args.vpcTrns : undefined;
|
|
108
115
|
}
|
|
109
116
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
110
117
|
super(ResolverEndpoint.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolverEndpoint.js","sourceRoot":"","sources":["../../private_zone/resolverEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"resolverEndpoint.js","sourceRoot":"","sources":["../../private_zone/resolverEndpoint.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of private zone resolver endpoints
|
|
@@ -33,10 +34,18 @@ export interface ResolverEndpointsArgs {
|
|
|
33
34
|
* File name where to save data source results.
|
|
34
35
|
*/
|
|
35
36
|
outputFile?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The project name of the private zone resolver endpoint.
|
|
39
|
+
*/
|
|
40
|
+
projectName?: string;
|
|
36
41
|
/**
|
|
37
42
|
* The status of the private zone resolver endpoint.
|
|
38
43
|
*/
|
|
39
44
|
status?: string;
|
|
45
|
+
/**
|
|
46
|
+
* List of tag filters.
|
|
47
|
+
*/
|
|
48
|
+
tagFilters?: inputs.private_zone.ResolverEndpointsTagFilter[];
|
|
40
49
|
/**
|
|
41
50
|
* The vpc ID of the private zone resolver endpoint.
|
|
42
51
|
*/
|
|
@@ -64,10 +73,15 @@ export interface ResolverEndpointsResult {
|
|
|
64
73
|
readonly name?: string;
|
|
65
74
|
readonly nameRegex?: string;
|
|
66
75
|
readonly outputFile?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The project name of the endpoint.
|
|
78
|
+
*/
|
|
79
|
+
readonly projectName?: string;
|
|
67
80
|
/**
|
|
68
81
|
* The status of the endpoint.
|
|
69
82
|
*/
|
|
70
83
|
readonly status?: string;
|
|
84
|
+
readonly tagFilters?: outputs.private_zone.ResolverEndpointsTagFilter[];
|
|
71
85
|
/**
|
|
72
86
|
* The total count of query.
|
|
73
87
|
*/
|
|
@@ -110,10 +124,18 @@ export interface ResolverEndpointsOutputArgs {
|
|
|
110
124
|
* File name where to save data source results.
|
|
111
125
|
*/
|
|
112
126
|
outputFile?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The project name of the private zone resolver endpoint.
|
|
129
|
+
*/
|
|
130
|
+
projectName?: pulumi.Input<string>;
|
|
113
131
|
/**
|
|
114
132
|
* The status of the private zone resolver endpoint.
|
|
115
133
|
*/
|
|
116
134
|
status?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* List of tag filters.
|
|
137
|
+
*/
|
|
138
|
+
tagFilters?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverEndpointsTagFilterArgs>[]>;
|
|
117
139
|
/**
|
|
118
140
|
* The vpc ID of the private zone resolver endpoint.
|
|
119
141
|
*/
|
|
@@ -26,7 +26,9 @@ function resolverEndpoints(args, opts) {
|
|
|
26
26
|
"name": args.name,
|
|
27
27
|
"nameRegex": args.nameRegex,
|
|
28
28
|
"outputFile": args.outputFile,
|
|
29
|
+
"projectName": args.projectName,
|
|
29
30
|
"status": args.status,
|
|
31
|
+
"tagFilters": args.tagFilters,
|
|
30
32
|
"vpcId": args.vpcId,
|
|
31
33
|
}, opts);
|
|
32
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolverEndpoints.js","sourceRoot":"","sources":["../../private_zone/resolverEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,yIAAyI;AACzI,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yJAAyJ,CAAC,CAAA;IAC1K,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"resolverEndpoints.js","sourceRoot":"","sources":["../../private_zone/resolverEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,yIAAyI;AACzI,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yJAAyJ,CAAC,CAAA;IAC1K,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8CAeC;AAgFD;;;;;;;;;;GAUG;AACH,yIAAyI;AACzI,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
|
@@ -15,6 +15,11 @@ import * as outputs from "../types/output";
|
|
|
15
15
|
* ip: "10.199.38.19",
|
|
16
16
|
* port: 33,
|
|
17
17
|
* }],
|
|
18
|
+
* projectName: "default",
|
|
19
|
+
* tags: [{
|
|
20
|
+
* key: "k1",
|
|
21
|
+
* value: "v1",
|
|
22
|
+
* }],
|
|
18
23
|
* type: "OUTBOUND",
|
|
19
24
|
* vpcs: [{
|
|
20
25
|
* region: "cn-beijing",
|
|
@@ -52,6 +57,11 @@ export declare class ResolverRule extends pulumi.CustomResource {
|
|
|
52
57
|
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
53
58
|
*/
|
|
54
59
|
readonly endpointId: pulumi.Output<number | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* The endpoint trn of the private zone resolver rule. Format: trn:private_zone::accountId:endpoint/endpointId. This field is only effected when creating resource.
|
|
62
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
63
|
+
*/
|
|
64
|
+
readonly endpointTrn: pulumi.Output<string | undefined>;
|
|
55
65
|
/**
|
|
56
66
|
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
57
67
|
*/
|
|
@@ -59,15 +69,28 @@ export declare class ResolverRule extends pulumi.CustomResource {
|
|
|
59
69
|
/**
|
|
60
70
|
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
61
71
|
*/
|
|
62
|
-
readonly line: pulumi.Output<
|
|
72
|
+
readonly line: pulumi.Output<string | undefined>;
|
|
63
73
|
/**
|
|
64
74
|
* The name of the rule.
|
|
65
75
|
*/
|
|
66
76
|
readonly name: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The project name of the private zone resolver rule.
|
|
79
|
+
*/
|
|
80
|
+
readonly projectName: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Tags.
|
|
83
|
+
*/
|
|
84
|
+
readonly tags: pulumi.Output<outputs.private_zone.ResolverRuleTag[] | undefined>;
|
|
67
85
|
/**
|
|
68
86
|
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
69
87
|
*/
|
|
70
88
|
readonly type: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The vpc trns of the private zone resolver rule. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
91
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
92
|
+
*/
|
|
93
|
+
readonly vpcTrns: pulumi.Output<string[] | undefined>;
|
|
71
94
|
/**
|
|
72
95
|
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
73
96
|
*/
|
|
@@ -93,6 +116,11 @@ export interface ResolverRuleState {
|
|
|
93
116
|
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
94
117
|
*/
|
|
95
118
|
endpointId?: pulumi.Input<number>;
|
|
119
|
+
/**
|
|
120
|
+
* The endpoint trn of the private zone resolver rule. Format: trn:private_zone::accountId:endpoint/endpointId. This field is only effected when creating resource.
|
|
121
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
122
|
+
*/
|
|
123
|
+
endpointTrn?: pulumi.Input<string>;
|
|
96
124
|
/**
|
|
97
125
|
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
98
126
|
*/
|
|
@@ -100,15 +128,28 @@ export interface ResolverRuleState {
|
|
|
100
128
|
/**
|
|
101
129
|
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
102
130
|
*/
|
|
103
|
-
line?: pulumi.Input<
|
|
131
|
+
line?: pulumi.Input<string>;
|
|
104
132
|
/**
|
|
105
133
|
* The name of the rule.
|
|
106
134
|
*/
|
|
107
135
|
name?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The project name of the private zone resolver rule.
|
|
138
|
+
*/
|
|
139
|
+
projectName?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Tags.
|
|
142
|
+
*/
|
|
143
|
+
tags?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleTag>[]>;
|
|
108
144
|
/**
|
|
109
145
|
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
110
146
|
*/
|
|
111
147
|
type?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The vpc trns of the private zone resolver rule. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
150
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
151
|
+
*/
|
|
152
|
+
vpcTrns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
153
|
/**
|
|
113
154
|
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
114
155
|
*/
|
|
@@ -126,6 +167,11 @@ export interface ResolverRuleArgs {
|
|
|
126
167
|
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
127
168
|
*/
|
|
128
169
|
endpointId?: pulumi.Input<number>;
|
|
170
|
+
/**
|
|
171
|
+
* The endpoint trn of the private zone resolver rule. Format: trn:private_zone::accountId:endpoint/endpointId. This field is only effected when creating resource.
|
|
172
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
173
|
+
*/
|
|
174
|
+
endpointTrn?: pulumi.Input<string>;
|
|
129
175
|
/**
|
|
130
176
|
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
131
177
|
*/
|
|
@@ -133,15 +179,28 @@ export interface ResolverRuleArgs {
|
|
|
133
179
|
/**
|
|
134
180
|
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
135
181
|
*/
|
|
136
|
-
line?: pulumi.Input<
|
|
182
|
+
line?: pulumi.Input<string>;
|
|
137
183
|
/**
|
|
138
184
|
* The name of the rule.
|
|
139
185
|
*/
|
|
140
186
|
name?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The project name of the private zone resolver rule.
|
|
189
|
+
*/
|
|
190
|
+
projectName?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Tags.
|
|
193
|
+
*/
|
|
194
|
+
tags?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleTag>[]>;
|
|
141
195
|
/**
|
|
142
196
|
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
143
197
|
*/
|
|
144
198
|
type: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* The vpc trns of the private zone resolver rule. Format: trn:vpc:region:accountId:vpc/vpcId. This field is only effected when creating resource.
|
|
201
|
+
* When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
202
|
+
*/
|
|
203
|
+
vpcTrns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
204
|
/**
|
|
146
205
|
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
147
206
|
*/
|
|
@@ -19,6 +19,11 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* ip: "10.199.38.19",
|
|
20
20
|
* port: 33,
|
|
21
21
|
* }],
|
|
22
|
+
* projectName: "default",
|
|
23
|
+
* tags: [{
|
|
24
|
+
* key: "k1",
|
|
25
|
+
* value: "v1",
|
|
26
|
+
* }],
|
|
22
27
|
* type: "OUTBOUND",
|
|
23
28
|
* vpcs: [{
|
|
24
29
|
* region: "cn-beijing",
|
|
@@ -65,10 +70,14 @@ class ResolverRule extends pulumi.CustomResource {
|
|
|
65
70
|
if (opts.id) {
|
|
66
71
|
const state = argsOrState;
|
|
67
72
|
resourceInputs["endpointId"] = state ? state.endpointId : undefined;
|
|
73
|
+
resourceInputs["endpointTrn"] = state ? state.endpointTrn : undefined;
|
|
68
74
|
resourceInputs["forwardIps"] = state ? state.forwardIps : undefined;
|
|
69
75
|
resourceInputs["line"] = state ? state.line : undefined;
|
|
70
76
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
77
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
78
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
71
79
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
80
|
+
resourceInputs["vpcTrns"] = state ? state.vpcTrns : undefined;
|
|
72
81
|
resourceInputs["vpcs"] = state ? state.vpcs : undefined;
|
|
73
82
|
resourceInputs["zoneNames"] = state ? state.zoneNames : undefined;
|
|
74
83
|
}
|
|
@@ -81,10 +90,14 @@ class ResolverRule extends pulumi.CustomResource {
|
|
|
81
90
|
throw new Error("Missing required property 'vpcs'");
|
|
82
91
|
}
|
|
83
92
|
resourceInputs["endpointId"] = args ? args.endpointId : undefined;
|
|
93
|
+
resourceInputs["endpointTrn"] = args ? args.endpointTrn : undefined;
|
|
84
94
|
resourceInputs["forwardIps"] = args ? args.forwardIps : undefined;
|
|
85
95
|
resourceInputs["line"] = args ? args.line : undefined;
|
|
86
96
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
97
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
98
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
87
99
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
100
|
+
resourceInputs["vpcTrns"] = args ? args.vpcTrns : undefined;
|
|
88
101
|
resourceInputs["vpcs"] = args ? args.vpcs : undefined;
|
|
89
102
|
resourceInputs["zoneNames"] = args ? args.zoneNames : undefined;
|
|
90
103
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolverRule.js","sourceRoot":"","sources":["../../private_zone/resolverRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"resolverRule.js","sourceRoot":"","sources":["../../private_zone/resolverRule.ts"],"names":[],"mappings":"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"}
|