@volcengine/pulumi 0.0.23 → 0.0.25
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/autoscaling/scalingConfiguration.d.ts +1 -1
- package/bandwidth_package/attachment.d.ts +71 -10
- package/bandwidth_package/attachment.js +71 -10
- package/bandwidth_package/attachment.js.map +1 -1
- package/bandwidth_package/bandwidthPackage.d.ts +4 -4
- package/bandwidth_package/bandwidthPackage.js +4 -4
- package/bandwidth_package/bandwidthPackages.d.ts +38 -4
- package/bandwidth_package/bandwidthPackages.js +38 -4
- package/bandwidth_package/bandwidthPackages.js.map +1 -1
- package/cdn/cdnCertificate.d.ts +110 -0
- package/cdn/cdnCertificate.js +93 -0
- package/cdn/cdnCertificate.js.map +1 -0
- package/cdn/cdnDomain.d.ts +199 -0
- package/cdn/cdnDomain.js +141 -0
- package/cdn/cdnDomain.js.map +1 -0
- package/cdn/certificates.d.ts +113 -0
- package/cdn/certificates.js +62 -0
- package/cdn/certificates.js.map +1 -0
- package/cdn/configs.d.ts +178 -0
- package/cdn/configs.js +146 -0
- package/cdn/configs.js.map +1 -0
- package/cdn/domains.d.ts +274 -0
- package/cdn/domains.js +155 -0
- package/cdn/domains.js.map +1 -0
- package/cdn/index.d.ts +21 -0
- package/cdn/index.js +44 -0
- package/cdn/index.js.map +1 -0
- package/cdn/sharedConfig.d.ts +194 -0
- package/cdn/sharedConfig.js +129 -0
- package/cdn/sharedConfig.js.map +1 -0
- package/cdn/sharedConfigs.d.ts +115 -0
- package/cdn/sharedConfigs.js +54 -0
- package/cdn/sharedConfigs.js.map +1 -0
- package/cen/attachInstance.d.ts +15 -8
- package/cen/attachInstance.js +15 -8
- package/cen/attachInstance.js.map +1 -1
- package/cen/attachInstances.d.ts +44 -4
- package/cen/attachInstances.js +44 -4
- package/cen/attachInstances.js.map +1 -1
- package/cen/bandwidthPackage.d.ts +12 -11
- package/cen/bandwidthPackage.js +8 -4
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/bandwidthPackageAssociate.d.ts +27 -3
- package/cen/bandwidthPackageAssociate.js +27 -3
- package/cen/bandwidthPackageAssociate.js.map +1 -1
- package/cen/bandwidthPackages.d.ts +42 -6
- package/cen/bandwidthPackages.js +42 -6
- package/cen/bandwidthPackages.js.map +1 -1
- package/cen/cen.d.ts +7 -3
- package/cen/cen.js +6 -2
- package/cen/cen.js.map +1 -1
- package/cen/cens.d.ts +30 -4
- package/cen/cens.js +30 -4
- package/cen/cens.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +35 -5
- package/cen/interRegionBandwidth.js +35 -5
- package/cen/interRegionBandwidth.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +78 -4
- package/cen/interRegionBandwidths.js +78 -4
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/routeEntries.d.ts +0 -20
- package/cen/routeEntries.js +0 -20
- package/cen/routeEntries.js.map +1 -1
- package/cen/routeEntry.d.ts +0 -21
- package/cen/routeEntry.js +0 -21
- package/cen/routeEntry.js.map +1 -1
- package/cen/serviceRouteEntries.d.ts +98 -4
- package/cen/serviceRouteEntries.js +98 -4
- package/cen/serviceRouteEntries.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +31 -46
- package/cen/serviceRouteEntry.js +31 -46
- package/cen/serviceRouteEntry.js.map +1 -1
- package/cloud_identity/group.d.ts +126 -0
- package/cloud_identity/group.js +89 -0
- package/cloud_identity/group.js.map +1 -0
- package/cloud_identity/groups.d.ts +133 -0
- package/cloud_identity/groups.js +72 -0
- package/cloud_identity/groups.js.map +1 -0
- package/cloud_identity/index.d.ts +39 -0
- package/cloud_identity/index.js +70 -0
- package/cloud_identity/index.js.map +1 -0
- package/cloud_identity/permissionSet.d.ts +136 -0
- package/cloud_identity/permissionSet.js +95 -0
- package/cloud_identity/permissionSet.js.map +1 -0
- package/cloud_identity/permissionSetAssignment.d.ts +135 -0
- package/cloud_identity/permissionSetAssignment.js +118 -0
- package/cloud_identity/permissionSetAssignment.js.map +1 -0
- package/cloud_identity/permissionSetAssignments.d.ts +191 -0
- package/cloud_identity/permissionSetAssignments.js +119 -0
- package/cloud_identity/permissionSetAssignments.js.map +1 -0
- package/cloud_identity/permissionSetProvisioning.d.ts +133 -0
- package/cloud_identity/permissionSetProvisioning.js +120 -0
- package/cloud_identity/permissionSetProvisioning.js.map +1 -0
- package/cloud_identity/permissionSetProvisionings.d.ts +99 -0
- package/cloud_identity/permissionSetProvisionings.js +49 -0
- package/cloud_identity/permissionSetProvisionings.js.map +1 -0
- package/cloud_identity/permissionSets.d.ts +132 -0
- package/cloud_identity/permissionSets.js +96 -0
- package/cloud_identity/permissionSets.js.map +1 -0
- package/cloud_identity/user.d.ts +137 -0
- package/cloud_identity/user.js +91 -0
- package/cloud_identity/user.js.map +1 -0
- package/cloud_identity/userAttachment.d.ts +95 -0
- package/cloud_identity/userAttachment.js +92 -0
- package/cloud_identity/userAttachment.js.map +1 -0
- package/cloud_identity/userProvisioning.d.ts +171 -0
- package/cloud_identity/userProvisioning.js +98 -0
- package/cloud_identity/userProvisioning.js.map +1 -0
- package/cloud_identity/userProvisionings.d.ts +75 -0
- package/cloud_identity/userProvisionings.js +47 -0
- package/cloud_identity/userProvisionings.js.map +1 -0
- package/cloud_identity/users.d.ts +144 -0
- package/cloud_identity/users.js +75 -0
- package/cloud_identity/users.js.map +1 -0
- package/cloud_monitor/contact.d.ts +94 -0
- package/cloud_monitor/contact.js +78 -0
- package/cloud_monitor/contact.js.map +1 -0
- package/cloud_monitor/contactGroup.d.ts +97 -0
- package/cloud_monitor/contactGroup.js +78 -0
- package/cloud_monitor/contactGroup.js.map +1 -0
- package/cloud_monitor/contactGroups.d.ts +78 -0
- package/cloud_monitor/contactGroups.js +47 -0
- package/cloud_monitor/contactGroups.js.map +1 -0
- package/cloud_monitor/contacts.d.ts +81 -0
- package/cloud_monitor/contacts.js +52 -0
- package/cloud_monitor/contacts.js.map +1 -0
- package/cloud_monitor/eventRule.d.ts +250 -0
- package/cloud_monitor/eventRule.js +147 -0
- package/cloud_monitor/eventRule.js.map +1 -0
- package/cloud_monitor/eventRules.d.ts +90 -0
- package/cloud_monitor/eventRules.js +48 -0
- package/cloud_monitor/eventRules.js.map +1 -0
- package/cloud_monitor/index.d.ts +24 -0
- package/cloud_monitor/index.js +49 -0
- package/cloud_monitor/index.js.map +1 -0
- package/cloud_monitor/rule.d.ts +361 -0
- package/cloud_monitor/rule.js +201 -0
- package/cloud_monitor/rule.js.map +1 -0
- package/cloud_monitor/rules.d.ts +144 -0
- package/cloud_monitor/rules.js +53 -0
- package/cloud_monitor/rules.js.map +1 -0
- package/config/vars.d.ts +6 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/ebs/volume.d.ts +22 -0
- package/ebs/volume.js +10 -0
- package/ebs/volume.js.map +1 -1
- package/ebs/volumes.d.ts +13 -0
- package/ebs/volumes.js +1 -0
- package/ebs/volumes.js.map +1 -1
- package/ecs/instance.d.ts +15 -0
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/state.d.ts +7 -4
- package/ecs/state.js.map +1 -1
- package/eip/address.d.ts +3 -3
- package/financial_relation/financialRelation.d.ts +111 -0
- package/financial_relation/financialRelation.js +73 -0
- package/financial_relation/financialRelation.js.map +1 -0
- package/financial_relation/financialRelations.d.ts +103 -0
- package/financial_relation/financialRelations.js +53 -0
- package/financial_relation/financialRelations.js.map +1 -0
- package/financial_relation/index.d.ts +6 -0
- package/financial_relation/index.js +25 -0
- package/financial_relation/index.js.map +1 -0
- package/iam/accessKeys.d.ts +83 -0
- package/iam/accessKeys.js +44 -0
- package/iam/accessKeys.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +144 -0
- package/iam/samlProvider.js +96 -0
- package/iam/samlProvider.js.map +1 -0
- package/iam/samlProviders.d.ts +62 -0
- package/iam/samlProviders.js +42 -0
- package/iam/samlProviders.js.map +1 -0
- package/index.d.ts +9 -1
- package/index.js +17 -1
- package/index.js.map +1 -1
- package/kafka/consumedPartitions.d.ts +235 -0
- package/kafka/consumedPartitions.js +190 -0
- package/kafka/consumedPartitions.js.map +1 -0
- package/kafka/consumedTopics.d.ts +238 -0
- package/kafka/consumedTopics.js +190 -0
- package/kafka/consumedTopics.js.map +1 -0
- package/kafka/group.d.ts +142 -0
- package/kafka/group.js +123 -0
- package/kafka/group.js.map +1 -0
- package/kafka/groups.d.ts +184 -0
- package/kafka/groups.js +136 -0
- package/kafka/groups.js.map +1 -0
- package/kafka/index.d.ts +42 -0
- package/kafka/index.js +69 -0
- package/kafka/index.js.map +1 -0
- package/kafka/instance.d.ts +322 -0
- package/kafka/instance.js +171 -0
- package/kafka/instance.js.map +1 -0
- package/kafka/instances.d.ts +205 -0
- package/kafka/instances.js +129 -0
- package/kafka/instances.js.map +1 -0
- package/kafka/publicAddress.d.ts +152 -0
- package/kafka/publicAddress.js +131 -0
- package/kafka/publicAddress.js.map +1 -0
- package/kafka/regions.d.ts +62 -0
- package/kafka/regions.js +42 -0
- package/kafka/regions.js.map +1 -0
- package/kafka/saslUser.d.ts +173 -0
- package/kafka/saslUser.js +135 -0
- package/kafka/saslUser.js.map +1 -0
- package/kafka/saslUsers.d.ts +183 -0
- package/kafka/saslUsers.js +143 -0
- package/kafka/saslUsers.js.map +1 -0
- package/kafka/topic.d.ts +216 -0
- package/kafka/topic.js +154 -0
- package/kafka/topic.js.map +1 -0
- package/kafka/topicPartitions.d.ts +240 -0
- package/kafka/topicPartitions.js +187 -0
- package/kafka/topicPartitions.js.map +1 -0
- package/kafka/topics.d.ts +260 -0
- package/kafka/topics.js +179 -0
- package/kafka/topics.js.map +1 -0
- package/kafka/zones.d.ts +75 -0
- package/kafka/zones.js +46 -0
- package/kafka/zones.js.map +1 -0
- package/nat/gateway.d.ts +4 -4
- package/nat/snatEntries.d.ts +4 -4
- package/nat/snatEntries.js +4 -4
- package/nat/snatEntry.d.ts +1 -1
- package/nat/snatEntry.js +1 -1
- package/organization/account.d.ts +183 -0
- package/organization/account.js +108 -0
- package/organization/account.js.map +1 -0
- package/organization/accounts.d.ts +105 -0
- package/organization/accounts.js +50 -0
- package/organization/accounts.js.map +1 -0
- package/organization/index.d.ts +30 -0
- package/organization/index.js +59 -0
- package/organization/index.js.map +1 -0
- package/organization/organization.d.ts +151 -0
- package/organization/organization.js +90 -0
- package/organization/organization.js.map +1 -0
- package/organization/organizations.d.ts +71 -0
- package/organization/organizations.js +43 -0
- package/organization/organizations.js.map +1 -0
- package/organization/serviceControlPolicies.d.ts +89 -0
- package/organization/serviceControlPolicies.js +50 -0
- package/organization/serviceControlPolicies.js.map +1 -0
- package/organization/serviceControlPolicy.d.ts +123 -0
- package/organization/serviceControlPolicy.js +92 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/organization/serviceControlPolicyAttachment.d.ts +105 -0
- package/organization/serviceControlPolicyAttachment.js +95 -0
- package/organization/serviceControlPolicyAttachment.js.map +1 -0
- package/organization/serviceControlPolicyEnabler.d.ts +55 -0
- package/organization/serviceControlPolicyEnabler.js +66 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/organization/unit.d.ts +129 -0
- package/organization/unit.js +89 -0
- package/organization/unit.js.map +1 -0
- package/organization/units.d.ts +62 -0
- package/organization/units.js +42 -0
- package/organization/units.js.map +1 -0
- package/package.json +2 -2
- package/privatelink/securityGroup.d.ts +60 -6
- package/privatelink/securityGroup.js +54 -3
- package/privatelink/securityGroup.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +51 -12
- package/privatelink/vpcEndpoint.js +45 -9
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +60 -3
- package/privatelink/vpcEndpointConnection.js +60 -3
- package/privatelink/vpcEndpointConnection.js.map +1 -1
- package/privatelink/vpcEndpointConnections.d.ts +120 -6
- package/privatelink/vpcEndpointConnections.js +120 -6
- package/privatelink/vpcEndpointConnections.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +33 -4
- package/privatelink/vpcEndpointService.js +33 -4
- package/privatelink/vpcEndpointService.js.map +1 -1
- package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
- package/privatelink/vpcEndpointServicePermission.js +39 -6
- package/privatelink/vpcEndpointServicePermission.js.map +1 -1
- package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
- package/privatelink/vpcEndpointServicePermissions.js +88 -4
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
- package/privatelink/vpcEndpointServiceResource.d.ts +55 -9
- package/privatelink/vpcEndpointServiceResource.js +55 -9
- package/privatelink/vpcEndpointServiceResource.js.map +1 -1
- package/privatelink/vpcEndpointServices.d.ts +84 -10
- package/privatelink/vpcEndpointServices.js +84 -10
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpointZone.d.ts +50 -3
- package/privatelink/vpcEndpointZone.js +50 -3
- package/privatelink/vpcEndpointZone.js.map +1 -1
- package/privatelink/vpcEndpointZones.d.ts +108 -4
- package/privatelink/vpcEndpointZones.js +108 -4
- package/privatelink/vpcEndpointZones.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +104 -4
- package/privatelink/vpcEndpoints.js +104 -4
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/provider.d.ts +6 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rds_mssql/backup.d.ts +101 -0
- package/rds_mssql/backup.js +77 -0
- package/rds_mssql/backup.js.map +1 -0
- package/rds_mssql/backups.d.ts +123 -0
- package/rds_mssql/backups.js +50 -0
- package/rds_mssql/backups.js.map +1 -0
- package/rds_mssql/index.d.ts +18 -0
- package/rds_mssql/index.js +39 -0
- package/rds_mssql/index.js.map +1 -0
- package/rds_mssql/instance.d.ts +256 -0
- package/rds_mssql/instance.js +149 -0
- package/rds_mssql/instance.js.map +1 -0
- package/rds_mssql/instances.d.ts +190 -0
- package/rds_mssql/instances.js +57 -0
- package/rds_mssql/instances.js.map +1 -0
- package/rds_mssql/regions.d.ts +62 -0
- package/rds_mssql/regions.js +42 -0
- package/rds_mssql/regions.js.map +1 -0
- package/rds_mssql/zones.d.ts +71 -0
- package/rds_mssql/zones.js +43 -0
- package/rds_mssql/zones.js.map +1 -0
- package/rds_postgresql/account.d.ts +141 -0
- package/rds_postgresql/account.js +104 -0
- package/rds_postgresql/account.js.map +1 -0
- package/rds_postgresql/accounts.d.ts +87 -0
- package/rds_postgresql/accounts.js +47 -0
- package/rds_postgresql/accounts.js.map +1 -0
- package/rds_postgresql/database.d.ts +140 -0
- package/rds_postgresql/database.js +91 -0
- package/rds_postgresql/database.js.map +1 -0
- package/rds_postgresql/databases.d.ts +89 -0
- package/rds_postgresql/databases.js +49 -0
- package/rds_postgresql/databases.js.map +1 -0
- package/rds_postgresql/index.d.ts +27 -0
- package/rds_postgresql/index.js +54 -0
- package/rds_postgresql/index.js.map +1 -0
- package/rds_postgresql/instance.d.ts +371 -0
- package/rds_postgresql/instance.js +180 -0
- package/rds_postgresql/instance.js.map +1 -0
- package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
- package/rds_postgresql/instanceReadonlyNode.js +126 -0
- package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
- package/rds_postgresql/instances.d.ts +258 -0
- package/rds_postgresql/instances.js +134 -0
- package/rds_postgresql/instances.js.map +1 -0
- package/rds_postgresql/schema.d.ts +167 -0
- package/rds_postgresql/schema.js +150 -0
- package/rds_postgresql/schema.js.map +1 -0
- package/rds_postgresql/schemas.d.ts +219 -0
- package/rds_postgresql/schemas.js +179 -0
- package/rds_postgresql/schemas.js.map +1 -0
- package/redis/instance.d.ts +3 -3
- package/tls/index_.d.ts +3 -2
- package/tls/index_.js +3 -2
- package/tls/index_.js.map +1 -1
- package/tos/bucket.d.ts +30 -1
- package/tos/bucket.js +10 -1
- package/tos/bucket.js.map +1 -1
- package/tos/bucketObject.d.ts +29 -9
- package/tos/bucketObject.js +9 -6
- package/tos/bucketObject.js.map +1 -1
- package/tos/bucketPolicy.d.ts +2 -2
- package/tos/bucketPolicy.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +29 -0
- package/transit_router/bandwidthPackage.js +9 -0
- package/transit_router/bandwidthPackage.js.map +1 -1
- package/transit_router/bandwidthPackages.d.ts +25 -0
- package/transit_router/bandwidthPackages.js +2 -0
- package/transit_router/bandwidthPackages.js.map +1 -1
- package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
- package/transit_router/directConnectGatewayAttachment.js +23 -5
- package/transit_router/directConnectGatewayAttachment.js.map +1 -1
- package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
- package/transit_router/directConnectGatewayAttachments.js +1 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -1
- package/transit_router/grantRule.d.ts +8 -4
- package/transit_router/grantRule.js +8 -4
- package/transit_router/grantRule.js.map +1 -1
- package/transit_router/peerAttachment.d.ts +37 -6
- package/transit_router/peerAttachment.js +25 -6
- package/transit_router/peerAttachment.js.map +1 -1
- package/transit_router/peerAttachments.d.ts +13 -0
- package/transit_router/peerAttachments.js +1 -0
- package/transit_router/peerAttachments.js.map +1 -1
- package/transit_router/routeEntry.d.ts +72 -5
- package/transit_router/routeEntry.js +72 -5
- package/transit_router/routeEntry.js.map +1 -1
- package/transit_router/routeTable.d.ts +26 -4
- package/transit_router/routeTable.js +14 -4
- package/transit_router/routeTable.js.map +1 -1
- package/transit_router/routeTableAssociation.d.ts +69 -3
- package/transit_router/routeTableAssociation.js +69 -3
- package/transit_router/routeTableAssociation.js.map +1 -1
- package/transit_router/routeTablePropagation.d.ts +46 -3
- package/transit_router/routeTablePropagation.js +46 -3
- package/transit_router/routeTablePropagation.js.map +1 -1
- package/transit_router/routeTables.d.ts +39 -6
- package/transit_router/routeTables.js +27 -6
- package/transit_router/routeTables.js.map +1 -1
- package/transit_router/sharedTransitRouterState.d.ts +6 -2
- package/transit_router/sharedTransitRouterState.js +6 -2
- package/transit_router/sharedTransitRouterState.js.map +1 -1
- package/transit_router/transitRouter.d.ts +42 -0
- package/transit_router/transitRouter.js +12 -0
- package/transit_router/transitRouter.js.map +1 -1
- package/transit_router/transitRouters.d.ts +41 -6
- package/transit_router/transitRouters.js +18 -6
- package/transit_router/transitRouters.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +60 -8
- package/transit_router/vpcAttachment.js +40 -8
- package/transit_router/vpcAttachment.js.map +1 -1
- package/transit_router/vpcAttachments.d.ts +13 -0
- package/transit_router/vpcAttachments.js +1 -0
- package/transit_router/vpcAttachments.js.map +1 -1
- package/transit_router/vpnAttachment.d.ts +77 -5
- package/transit_router/vpnAttachment.js +65 -5
- package/transit_router/vpnAttachment.js.map +1 -1
- package/transit_router/vpnAttachments.d.ts +13 -0
- package/transit_router/vpnAttachments.js +1 -0
- package/transit_router/vpnAttachments.js.map +1 -1
- package/types/input.d.ts +998 -36
- package/types/output.d.ts +6098 -2670
- package/vke/cluster.d.ts +3 -14
- package/vke/cluster.js +0 -11
- package/vke/cluster.js.map +1 -1
- package/vke/clusters.d.ts +0 -22
- package/vke/clusters.js +0 -22
- package/vke/clusters.js.map +1 -1
- package/vke/kubeconfigs.d.ts +9 -0
- package/vke/kubeconfigs.js +1 -0
- package/vke/kubeconfigs.js.map +1 -1
- package/vpc/subnet.d.ts +14 -0
- package/vpc/subnet.js +2 -0
- package/vpc/subnet.js.map +1 -1
- package/vpc/subnets.d.ts +13 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
|
+
export interface ProviderAssumeRole {
|
|
4
|
+
assumeRoleSessionName: pulumi.Input<string>;
|
|
5
|
+
assumeRoleTrn: pulumi.Input<string>;
|
|
6
|
+
durationSeconds: pulumi.Input<number>;
|
|
7
|
+
policy?: pulumi.Input<string>;
|
|
8
|
+
}
|
|
3
9
|
export declare namespace alb {
|
|
4
10
|
interface AclAclEntry {
|
|
5
11
|
/**
|
|
@@ -318,6 +324,96 @@ export declare namespace bioos {
|
|
|
318
324
|
storageClass: pulumi.Input<string>;
|
|
319
325
|
}
|
|
320
326
|
}
|
|
327
|
+
export declare namespace cdn {
|
|
328
|
+
interface CdnDomainSharedCname {
|
|
329
|
+
/**
|
|
330
|
+
* Assign a CNAME to the accelerated domain.
|
|
331
|
+
*/
|
|
332
|
+
cname: pulumi.Input<string>;
|
|
333
|
+
/**
|
|
334
|
+
* Specify whether to enable shared CNAME.
|
|
335
|
+
*/
|
|
336
|
+
switch: pulumi.Input<boolean>;
|
|
337
|
+
}
|
|
338
|
+
interface CdnDomainTag {
|
|
339
|
+
/**
|
|
340
|
+
* The key of the tag.
|
|
341
|
+
*/
|
|
342
|
+
key: pulumi.Input<string>;
|
|
343
|
+
/**
|
|
344
|
+
* The value of the tag.
|
|
345
|
+
*/
|
|
346
|
+
value: pulumi.Input<string>;
|
|
347
|
+
}
|
|
348
|
+
interface SharedConfigAllowIpAccessRule {
|
|
349
|
+
/**
|
|
350
|
+
* The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
|
|
351
|
+
*/
|
|
352
|
+
rules: pulumi.Input<pulumi.Input<string>[]>;
|
|
353
|
+
}
|
|
354
|
+
interface SharedConfigAllowRefererAccessRule {
|
|
355
|
+
/**
|
|
356
|
+
* Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
|
|
357
|
+
*/
|
|
358
|
+
allowEmpty?: pulumi.Input<boolean>;
|
|
359
|
+
/**
|
|
360
|
+
* The content indicating the Referer whitelist.
|
|
361
|
+
*/
|
|
362
|
+
commonType: pulumi.Input<inputs.cdn.SharedConfigAllowRefererAccessRuleCommonType>;
|
|
363
|
+
}
|
|
364
|
+
interface SharedConfigAllowRefererAccessRuleCommonType {
|
|
365
|
+
/**
|
|
366
|
+
* This list is case-sensitive when matching requests. Default is true.
|
|
367
|
+
*/
|
|
368
|
+
ignoreCase?: pulumi.Input<boolean>;
|
|
369
|
+
/**
|
|
370
|
+
* The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
|
|
371
|
+
*/
|
|
372
|
+
rules: pulumi.Input<pulumi.Input<string>[]>;
|
|
373
|
+
}
|
|
374
|
+
interface SharedConfigCommonMatchList {
|
|
375
|
+
/**
|
|
376
|
+
* The content indicating the Referer blacklist.
|
|
377
|
+
*/
|
|
378
|
+
commonType: pulumi.Input<inputs.cdn.SharedConfigCommonMatchListCommonType>;
|
|
379
|
+
}
|
|
380
|
+
interface SharedConfigCommonMatchListCommonType {
|
|
381
|
+
/**
|
|
382
|
+
* This list is case-sensitive when matching requests. Default is true.
|
|
383
|
+
*/
|
|
384
|
+
ignoreCase?: pulumi.Input<boolean>;
|
|
385
|
+
/**
|
|
386
|
+
* The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
|
|
387
|
+
*/
|
|
388
|
+
rules: pulumi.Input<pulumi.Input<string>[]>;
|
|
389
|
+
}
|
|
390
|
+
interface SharedConfigDenyIpAccessRule {
|
|
391
|
+
/**
|
|
392
|
+
* The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
|
|
393
|
+
*/
|
|
394
|
+
rules: pulumi.Input<pulumi.Input<string>[]>;
|
|
395
|
+
}
|
|
396
|
+
interface SharedConfigDenyRefererAccessRule {
|
|
397
|
+
/**
|
|
398
|
+
* Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
|
|
399
|
+
*/
|
|
400
|
+
allowEmpty?: pulumi.Input<boolean>;
|
|
401
|
+
/**
|
|
402
|
+
* The content indicating the Referer blacklist.
|
|
403
|
+
*/
|
|
404
|
+
commonType: pulumi.Input<inputs.cdn.SharedConfigDenyRefererAccessRuleCommonType>;
|
|
405
|
+
}
|
|
406
|
+
interface SharedConfigDenyRefererAccessRuleCommonType {
|
|
407
|
+
/**
|
|
408
|
+
* This list is case-sensitive when matching requests. Default is true.
|
|
409
|
+
*/
|
|
410
|
+
ignoreCase?: pulumi.Input<boolean>;
|
|
411
|
+
/**
|
|
412
|
+
* The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
|
|
413
|
+
*/
|
|
414
|
+
rules: pulumi.Input<pulumi.Input<string>[]>;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
321
417
|
export declare namespace cen {
|
|
322
418
|
interface BandwidthPackageTag {
|
|
323
419
|
/**
|
|
@@ -445,7 +541,7 @@ export declare namespace clb {
|
|
|
445
541
|
*/
|
|
446
542
|
eipBillingType: pulumi.Input<string>;
|
|
447
543
|
/**
|
|
448
|
-
* The ISP of the EIP which automatically associated to CLB, the value can be `BGP`.
|
|
544
|
+
* The ISP of the EIP which automatically associated to CLB, the value can be `BGP` or `ChinaMobile` or `ChinaUnicom` or `ChinaTelecom` or `SingleLine_BGP` or `Static_BGP` or `Fusion_BGP`.
|
|
449
545
|
*/
|
|
450
546
|
isp: pulumi.Input<string>;
|
|
451
547
|
}
|
|
@@ -526,8 +622,169 @@ export declare namespace clb {
|
|
|
526
622
|
uri?: pulumi.Input<string>;
|
|
527
623
|
}
|
|
528
624
|
}
|
|
625
|
+
export declare namespace cloud_identity {
|
|
626
|
+
interface GroupMember {
|
|
627
|
+
/**
|
|
628
|
+
* The description of the cloud identity group.
|
|
629
|
+
*/
|
|
630
|
+
description?: pulumi.Input<string>;
|
|
631
|
+
/**
|
|
632
|
+
* The display name of the cloud identity group.
|
|
633
|
+
*/
|
|
634
|
+
displayName?: pulumi.Input<string>;
|
|
635
|
+
/**
|
|
636
|
+
* The email of the cloud identity user.
|
|
637
|
+
*/
|
|
638
|
+
email?: pulumi.Input<string>;
|
|
639
|
+
/**
|
|
640
|
+
* The identity type of the cloud identity user.
|
|
641
|
+
*/
|
|
642
|
+
identityType?: pulumi.Input<string>;
|
|
643
|
+
/**
|
|
644
|
+
* The join time of the cloud identity user.
|
|
645
|
+
*/
|
|
646
|
+
joinTime?: pulumi.Input<string>;
|
|
647
|
+
/**
|
|
648
|
+
* The phone of the cloud identity user.
|
|
649
|
+
*/
|
|
650
|
+
phone?: pulumi.Input<string>;
|
|
651
|
+
/**
|
|
652
|
+
* The source of the cloud identity group.
|
|
653
|
+
*/
|
|
654
|
+
source?: pulumi.Input<string>;
|
|
655
|
+
/**
|
|
656
|
+
* The id of the cloud identity user.
|
|
657
|
+
*/
|
|
658
|
+
userId?: pulumi.Input<string>;
|
|
659
|
+
/**
|
|
660
|
+
* The name of the cloud identity user.
|
|
661
|
+
*/
|
|
662
|
+
userName?: pulumi.Input<string>;
|
|
663
|
+
}
|
|
664
|
+
interface PermissionSetPermissionPolicy {
|
|
665
|
+
/**
|
|
666
|
+
* The document of the cloud identity permission set inline policy. When the `permissionPolicyType` is `Inline`, this field must be specified.
|
|
667
|
+
*/
|
|
668
|
+
inlinePolicyDocument?: pulumi.Input<string>;
|
|
669
|
+
/**
|
|
670
|
+
* The name of the cloud identity permission set system policy. When the `permissionPolicyType` is `System`, this field must be specified.
|
|
671
|
+
*/
|
|
672
|
+
permissionPolicyName?: pulumi.Input<string>;
|
|
673
|
+
/**
|
|
674
|
+
* The type of the cloud identity permission set policy. Valid values: `System`, `Inline`.
|
|
675
|
+
*/
|
|
676
|
+
permissionPolicyType: pulumi.Input<string>;
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
export declare namespace cloud_monitor {
|
|
680
|
+
interface EventRuleEffectiveTime {
|
|
681
|
+
/**
|
|
682
|
+
* End time for rule activation.
|
|
683
|
+
*/
|
|
684
|
+
endTime: pulumi.Input<string>;
|
|
685
|
+
/**
|
|
686
|
+
* Start time for rule activation.
|
|
687
|
+
*/
|
|
688
|
+
startTime: pulumi.Input<string>;
|
|
689
|
+
}
|
|
690
|
+
interface EventRuleFilterPattern {
|
|
691
|
+
/**
|
|
692
|
+
* Event source corresponding to pattern matching.
|
|
693
|
+
*/
|
|
694
|
+
source: pulumi.Input<string>;
|
|
695
|
+
/**
|
|
696
|
+
* The list of corresponding event types in pattern matching, currently set to match any.
|
|
697
|
+
*/
|
|
698
|
+
types: pulumi.Input<pulumi.Input<string>[]>;
|
|
699
|
+
}
|
|
700
|
+
interface EventRuleMessageQueue {
|
|
701
|
+
/**
|
|
702
|
+
* The kafka instance id.
|
|
703
|
+
*/
|
|
704
|
+
instanceId: pulumi.Input<string>;
|
|
705
|
+
/**
|
|
706
|
+
* The region.
|
|
707
|
+
*/
|
|
708
|
+
region: pulumi.Input<string>;
|
|
709
|
+
/**
|
|
710
|
+
* The topic name.
|
|
711
|
+
*/
|
|
712
|
+
topic: pulumi.Input<string>;
|
|
713
|
+
/**
|
|
714
|
+
* The message queue type, only support kafka now.
|
|
715
|
+
*/
|
|
716
|
+
type: pulumi.Input<string>;
|
|
717
|
+
/**
|
|
718
|
+
* The vpc id.
|
|
719
|
+
*/
|
|
720
|
+
vpcId: pulumi.Input<string>;
|
|
721
|
+
}
|
|
722
|
+
interface EventRuleTlsTarget {
|
|
723
|
+
/**
|
|
724
|
+
* The project id.
|
|
725
|
+
*/
|
|
726
|
+
projectId: pulumi.Input<string>;
|
|
727
|
+
/**
|
|
728
|
+
* The project name.
|
|
729
|
+
*/
|
|
730
|
+
projectName: pulumi.Input<string>;
|
|
731
|
+
/**
|
|
732
|
+
* The Chinese region name.
|
|
733
|
+
*/
|
|
734
|
+
regionNameCn: pulumi.Input<string>;
|
|
735
|
+
/**
|
|
736
|
+
* The English region name.
|
|
737
|
+
*/
|
|
738
|
+
regionNameEn: pulumi.Input<string>;
|
|
739
|
+
/**
|
|
740
|
+
* The topic id.
|
|
741
|
+
*/
|
|
742
|
+
topicId: pulumi.Input<string>;
|
|
743
|
+
}
|
|
744
|
+
interface RuleCondition {
|
|
745
|
+
/**
|
|
746
|
+
* The comparison operation of the cloud monitor rule. Valid values: `>`, `>=`, `<`, `<=`, `!=`, `=`.
|
|
747
|
+
*/
|
|
748
|
+
comparisonOperator: pulumi.Input<string>;
|
|
749
|
+
/**
|
|
750
|
+
* The metric name of the cloud monitor rule.
|
|
751
|
+
*/
|
|
752
|
+
metricName: pulumi.Input<string>;
|
|
753
|
+
/**
|
|
754
|
+
* The metric unit of the cloud monitor rule.
|
|
755
|
+
*/
|
|
756
|
+
metricUnit: pulumi.Input<string>;
|
|
757
|
+
period?: pulumi.Input<string>;
|
|
758
|
+
/**
|
|
759
|
+
* The statistics of the cloud monitor rule. Valid values: `avg`, `max`, `min`.
|
|
760
|
+
*/
|
|
761
|
+
statistics: pulumi.Input<string>;
|
|
762
|
+
/**
|
|
763
|
+
* The threshold of the cloud monitor rule.
|
|
764
|
+
*/
|
|
765
|
+
threshold: pulumi.Input<string>;
|
|
766
|
+
}
|
|
767
|
+
interface RuleOriginalDimension {
|
|
768
|
+
/**
|
|
769
|
+
* The key of the dimension.
|
|
770
|
+
*/
|
|
771
|
+
key: pulumi.Input<string>;
|
|
772
|
+
/**
|
|
773
|
+
* The value of the dimension.
|
|
774
|
+
*/
|
|
775
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
776
|
+
}
|
|
777
|
+
interface RuleRecoveryNotify {
|
|
778
|
+
/**
|
|
779
|
+
* Whether to enable the recovery notify function.
|
|
780
|
+
*/
|
|
781
|
+
enable?: pulumi.Input<boolean>;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
529
784
|
export declare namespace cloudfs {
|
|
530
785
|
}
|
|
786
|
+
export declare namespace config {
|
|
787
|
+
}
|
|
531
788
|
export declare namespace cr {
|
|
532
789
|
interface RegistriesStatus {
|
|
533
790
|
/**
|
|
@@ -719,6 +976,36 @@ export declare namespace direct_connect {
|
|
|
719
976
|
}
|
|
720
977
|
}
|
|
721
978
|
export declare namespace ebs {
|
|
979
|
+
interface VolumeTag {
|
|
980
|
+
/**
|
|
981
|
+
* The Key of Tags.
|
|
982
|
+
*/
|
|
983
|
+
key: pulumi.Input<string>;
|
|
984
|
+
/**
|
|
985
|
+
* The Value of Tags.
|
|
986
|
+
*/
|
|
987
|
+
value: pulumi.Input<string>;
|
|
988
|
+
}
|
|
989
|
+
interface VolumesTag {
|
|
990
|
+
/**
|
|
991
|
+
* The Key of Tags.
|
|
992
|
+
*/
|
|
993
|
+
key: string;
|
|
994
|
+
/**
|
|
995
|
+
* The Value of Tags.
|
|
996
|
+
*/
|
|
997
|
+
value: string;
|
|
998
|
+
}
|
|
999
|
+
interface VolumesTagArgs {
|
|
1000
|
+
/**
|
|
1001
|
+
* The Key of Tags.
|
|
1002
|
+
*/
|
|
1003
|
+
key: pulumi.Input<string>;
|
|
1004
|
+
/**
|
|
1005
|
+
* The Value of Tags.
|
|
1006
|
+
*/
|
|
1007
|
+
value: pulumi.Input<string>;
|
|
1008
|
+
}
|
|
722
1009
|
}
|
|
723
1010
|
export declare namespace ecs {
|
|
724
1011
|
interface InstanceCpuOptions {
|
|
@@ -958,8 +1245,76 @@ export declare namespace escloud {
|
|
|
958
1245
|
type: pulumi.Input<string>;
|
|
959
1246
|
}
|
|
960
1247
|
}
|
|
1248
|
+
export declare namespace financial_relation {
|
|
1249
|
+
}
|
|
961
1250
|
export declare namespace iam {
|
|
962
1251
|
}
|
|
1252
|
+
export declare namespace kafka {
|
|
1253
|
+
interface InstanceParameter {
|
|
1254
|
+
/**
|
|
1255
|
+
* Parameter name.
|
|
1256
|
+
*/
|
|
1257
|
+
parameterName: pulumi.Input<string>;
|
|
1258
|
+
/**
|
|
1259
|
+
* Parameter value.
|
|
1260
|
+
*/
|
|
1261
|
+
parameterValue: pulumi.Input<string>;
|
|
1262
|
+
}
|
|
1263
|
+
interface InstanceTag {
|
|
1264
|
+
/**
|
|
1265
|
+
* The Key of Tags.
|
|
1266
|
+
*/
|
|
1267
|
+
key: pulumi.Input<string>;
|
|
1268
|
+
/**
|
|
1269
|
+
* The Value of Tags.
|
|
1270
|
+
*/
|
|
1271
|
+
value: pulumi.Input<string>;
|
|
1272
|
+
}
|
|
1273
|
+
interface InstancesTag {
|
|
1274
|
+
/**
|
|
1275
|
+
* The key of tag.
|
|
1276
|
+
*/
|
|
1277
|
+
key: string;
|
|
1278
|
+
/**
|
|
1279
|
+
* The value of tag.
|
|
1280
|
+
*/
|
|
1281
|
+
value: string;
|
|
1282
|
+
}
|
|
1283
|
+
interface InstancesTagArgs {
|
|
1284
|
+
/**
|
|
1285
|
+
* The key of tag.
|
|
1286
|
+
*/
|
|
1287
|
+
key: pulumi.Input<string>;
|
|
1288
|
+
/**
|
|
1289
|
+
* The value of tag.
|
|
1290
|
+
*/
|
|
1291
|
+
value: pulumi.Input<string>;
|
|
1292
|
+
}
|
|
1293
|
+
interface TopicAccessPolicy {
|
|
1294
|
+
/**
|
|
1295
|
+
* The access policy of SASL user. Valid values: `PubSub`, `Pub`, `Sub`.
|
|
1296
|
+
*/
|
|
1297
|
+
accessPolicy: pulumi.Input<string>;
|
|
1298
|
+
/**
|
|
1299
|
+
* The name of SASL user.
|
|
1300
|
+
*/
|
|
1301
|
+
userName: pulumi.Input<string>;
|
|
1302
|
+
}
|
|
1303
|
+
interface TopicParameters {
|
|
1304
|
+
/**
|
|
1305
|
+
* The retention hours of log. Unit: hour. Valid values: 0-2160. Default is 72.
|
|
1306
|
+
*/
|
|
1307
|
+
logRetentionHours?: pulumi.Input<number>;
|
|
1308
|
+
/**
|
|
1309
|
+
* The max byte of message. Unit: MB. Valid values: 1-12. Default is 10.
|
|
1310
|
+
*/
|
|
1311
|
+
messageMaxByte?: pulumi.Input<number>;
|
|
1312
|
+
/**
|
|
1313
|
+
* The min number of sync replica. The default value is the replica number minus 1.
|
|
1314
|
+
*/
|
|
1315
|
+
minInsyncReplicaNumber?: pulumi.Input<number>;
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
963
1318
|
export declare namespace mongodb {
|
|
964
1319
|
interface InstanceMongo {
|
|
965
1320
|
/**
|
|
@@ -1116,6 +1471,18 @@ export declare namespace nat {
|
|
|
1116
1471
|
value: pulumi.Input<string>;
|
|
1117
1472
|
}
|
|
1118
1473
|
}
|
|
1474
|
+
export declare namespace organization {
|
|
1475
|
+
interface AccountTag {
|
|
1476
|
+
/**
|
|
1477
|
+
* The Key of Tags.
|
|
1478
|
+
*/
|
|
1479
|
+
key: pulumi.Input<string>;
|
|
1480
|
+
/**
|
|
1481
|
+
* The Value of Tags.
|
|
1482
|
+
*/
|
|
1483
|
+
value: pulumi.Input<string>;
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1119
1486
|
export declare namespace privatelink {
|
|
1120
1487
|
interface VpcEndpointConnectionZone {
|
|
1121
1488
|
/**
|
|
@@ -1210,45 +1577,102 @@ export declare namespace rds {
|
|
|
1210
1577
|
runningValue?: pulumi.Input<string>;
|
|
1211
1578
|
}
|
|
1212
1579
|
}
|
|
1213
|
-
export declare namespace
|
|
1214
|
-
interface
|
|
1215
|
-
/**
|
|
1216
|
-
* The privilege type of the account.
|
|
1217
|
-
*/
|
|
1218
|
-
accountPrivilege: pulumi.Input<string>;
|
|
1219
|
-
/**
|
|
1220
|
-
* The privilege detail of the account.
|
|
1221
|
-
*/
|
|
1222
|
-
accountPrivilegeDetail?: pulumi.Input<string>;
|
|
1580
|
+
export declare namespace rds_mssql {
|
|
1581
|
+
interface BackupBackupMeta {
|
|
1223
1582
|
/**
|
|
1224
|
-
* The name of database.
|
|
1583
|
+
* The name of the database.
|
|
1225
1584
|
*/
|
|
1226
1585
|
dbName: pulumi.Input<string>;
|
|
1227
1586
|
}
|
|
1228
|
-
interface
|
|
1587
|
+
interface InstanceChargeInfo {
|
|
1229
1588
|
/**
|
|
1230
|
-
* Whether to
|
|
1589
|
+
* Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when the ChargeType is `Prepaid`.
|
|
1231
1590
|
*/
|
|
1232
1591
|
autoRenew?: pulumi.Input<boolean>;
|
|
1233
|
-
/**
|
|
1234
|
-
* Billing expiry time (yearly and monthly only).
|
|
1235
|
-
*/
|
|
1236
1592
|
chargeEndTime?: pulumi.Input<string>;
|
|
1237
|
-
/**
|
|
1238
|
-
* Billing start time (pay-as-you-go & monthly subscription).
|
|
1239
|
-
*/
|
|
1240
1593
|
chargeStartTime?: pulumi.Input<string>;
|
|
1594
|
+
chargeStatus?: pulumi.Input<string>;
|
|
1241
1595
|
/**
|
|
1242
|
-
*
|
|
1243
|
-
* normal - normal
|
|
1244
|
-
* overdue - overdue
|
|
1245
|
-
* .
|
|
1596
|
+
* The charge type. Valid values: `PostPaid`, `PrePaid`.
|
|
1246
1597
|
*/
|
|
1247
|
-
|
|
1598
|
+
chargeType: pulumi.Input<string>;
|
|
1599
|
+
overdueReclaimTime?: pulumi.Input<string>;
|
|
1600
|
+
overdueTime?: pulumi.Input<string>;
|
|
1248
1601
|
/**
|
|
1249
|
-
*
|
|
1250
|
-
|
|
1251
|
-
|
|
1602
|
+
* Purchase duration in a prepaid scenario. This parameter is required when the ChargeType is `Prepaid`.
|
|
1603
|
+
*/
|
|
1604
|
+
period?: pulumi.Input<number>;
|
|
1605
|
+
}
|
|
1606
|
+
interface InstanceTag {
|
|
1607
|
+
/**
|
|
1608
|
+
* The Key of Tags.
|
|
1609
|
+
*/
|
|
1610
|
+
key: pulumi.Input<string>;
|
|
1611
|
+
/**
|
|
1612
|
+
* The Value of Tags.
|
|
1613
|
+
*/
|
|
1614
|
+
value: pulumi.Input<string>;
|
|
1615
|
+
}
|
|
1616
|
+
interface InstancesTag {
|
|
1617
|
+
/**
|
|
1618
|
+
* The Key of Tags.
|
|
1619
|
+
*/
|
|
1620
|
+
key: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* The Value of Tags.
|
|
1623
|
+
*/
|
|
1624
|
+
value: string;
|
|
1625
|
+
}
|
|
1626
|
+
interface InstancesTagArgs {
|
|
1627
|
+
/**
|
|
1628
|
+
* The Key of Tags.
|
|
1629
|
+
*/
|
|
1630
|
+
key: pulumi.Input<string>;
|
|
1631
|
+
/**
|
|
1632
|
+
* The Value of Tags.
|
|
1633
|
+
*/
|
|
1634
|
+
value: pulumi.Input<string>;
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
export declare namespace rds_mysql {
|
|
1638
|
+
interface AccountAccountPrivilege {
|
|
1639
|
+
/**
|
|
1640
|
+
* The privilege type of the account.
|
|
1641
|
+
*/
|
|
1642
|
+
accountPrivilege: pulumi.Input<string>;
|
|
1643
|
+
/**
|
|
1644
|
+
* The privilege detail of the account.
|
|
1645
|
+
*/
|
|
1646
|
+
accountPrivilegeDetail?: pulumi.Input<string>;
|
|
1647
|
+
/**
|
|
1648
|
+
* The name of database.
|
|
1649
|
+
*/
|
|
1650
|
+
dbName: pulumi.Input<string>;
|
|
1651
|
+
}
|
|
1652
|
+
interface InstanceChargeDetail {
|
|
1653
|
+
/**
|
|
1654
|
+
* Whether to automatically renew in prepaid scenarios.
|
|
1655
|
+
*/
|
|
1656
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
1657
|
+
/**
|
|
1658
|
+
* Billing expiry time (yearly and monthly only).
|
|
1659
|
+
*/
|
|
1660
|
+
chargeEndTime?: pulumi.Input<string>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Billing start time (pay-as-you-go & monthly subscription).
|
|
1663
|
+
*/
|
|
1664
|
+
chargeStartTime?: pulumi.Input<string>;
|
|
1665
|
+
/**
|
|
1666
|
+
* Pay status. Value:
|
|
1667
|
+
* normal - normal
|
|
1668
|
+
* overdue - overdue
|
|
1669
|
+
* .
|
|
1670
|
+
*/
|
|
1671
|
+
chargeStatus?: pulumi.Input<string>;
|
|
1672
|
+
/**
|
|
1673
|
+
* Payment type. Value:
|
|
1674
|
+
* PostPaid - Pay-As-You-Go
|
|
1675
|
+
* PrePaid - Yearly and monthly (default).
|
|
1252
1676
|
*/
|
|
1253
1677
|
chargeType?: pulumi.Input<string>;
|
|
1254
1678
|
/**
|
|
@@ -1437,11 +1861,271 @@ export declare namespace rds_mysql {
|
|
|
1437
1861
|
*/
|
|
1438
1862
|
nodeType?: pulumi.Input<string>;
|
|
1439
1863
|
/**
|
|
1440
|
-
* The region of the RDS instance.
|
|
1864
|
+
* The region of the RDS instance.
|
|
1865
|
+
*/
|
|
1866
|
+
regionId?: pulumi.Input<string>;
|
|
1867
|
+
/**
|
|
1868
|
+
* The update time of the RDS instance.
|
|
1869
|
+
*/
|
|
1870
|
+
updateTime?: pulumi.Input<string>;
|
|
1871
|
+
/**
|
|
1872
|
+
* CPU size.
|
|
1873
|
+
*/
|
|
1874
|
+
vCpu?: pulumi.Input<number>;
|
|
1875
|
+
/**
|
|
1876
|
+
* The available zone of the RDS instance.
|
|
1877
|
+
*/
|
|
1878
|
+
zoneId?: pulumi.Input<string>;
|
|
1879
|
+
}
|
|
1880
|
+
interface InstanceParameter {
|
|
1881
|
+
/**
|
|
1882
|
+
* Parameter name.
|
|
1883
|
+
*/
|
|
1884
|
+
parameterName: pulumi.Input<string>;
|
|
1885
|
+
/**
|
|
1886
|
+
* Parameter value.
|
|
1887
|
+
*/
|
|
1888
|
+
parameterValue: pulumi.Input<string>;
|
|
1889
|
+
}
|
|
1890
|
+
interface InstanceTag {
|
|
1891
|
+
/**
|
|
1892
|
+
* The Key of Tags.
|
|
1893
|
+
*/
|
|
1894
|
+
key: pulumi.Input<string>;
|
|
1895
|
+
/**
|
|
1896
|
+
* The Value of Tags.
|
|
1897
|
+
*/
|
|
1898
|
+
value: pulumi.Input<string>;
|
|
1899
|
+
}
|
|
1900
|
+
interface InstancesTag {
|
|
1901
|
+
/**
|
|
1902
|
+
* The Key of Tags.
|
|
1903
|
+
*/
|
|
1904
|
+
key: string;
|
|
1905
|
+
/**
|
|
1906
|
+
* The Value of Tags.
|
|
1907
|
+
*/
|
|
1908
|
+
value: string;
|
|
1909
|
+
}
|
|
1910
|
+
interface InstancesTagArgs {
|
|
1911
|
+
/**
|
|
1912
|
+
* The Key of Tags.
|
|
1913
|
+
*/
|
|
1914
|
+
key: pulumi.Input<string>;
|
|
1915
|
+
/**
|
|
1916
|
+
* The Value of Tags.
|
|
1917
|
+
*/
|
|
1918
|
+
value: pulumi.Input<string>;
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
export declare namespace rds_postgresql {
|
|
1922
|
+
interface InstanceChargeDetail {
|
|
1923
|
+
/**
|
|
1924
|
+
* Whether to automatically renew in prepaid scenarios.
|
|
1925
|
+
*/
|
|
1926
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
1927
|
+
/**
|
|
1928
|
+
* Billing expiry time (yearly and monthly only).
|
|
1929
|
+
*/
|
|
1930
|
+
chargeEndTime?: pulumi.Input<string>;
|
|
1931
|
+
/**
|
|
1932
|
+
* Billing start time (pay-as-you-go & monthly subscription).
|
|
1933
|
+
*/
|
|
1934
|
+
chargeStartTime?: pulumi.Input<string>;
|
|
1935
|
+
/**
|
|
1936
|
+
* Pay status. Value:
|
|
1937
|
+
* normal - normal
|
|
1938
|
+
* overdue - overdue
|
|
1939
|
+
* .
|
|
1940
|
+
*/
|
|
1941
|
+
chargeStatus?: pulumi.Input<string>;
|
|
1942
|
+
/**
|
|
1943
|
+
* Payment type. Value:
|
|
1944
|
+
* PostPaid - Pay-As-You-Go
|
|
1945
|
+
* PrePaid - Yearly and monthly (default).
|
|
1946
|
+
*/
|
|
1947
|
+
chargeType?: pulumi.Input<string>;
|
|
1948
|
+
/**
|
|
1949
|
+
* Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
|
|
1950
|
+
*/
|
|
1951
|
+
overdueReclaimTime?: pulumi.Input<string>;
|
|
1952
|
+
/**
|
|
1953
|
+
* Shutdown time in arrears (pay-as-you-go & monthly subscription).
|
|
1954
|
+
*/
|
|
1955
|
+
overdueTime?: pulumi.Input<string>;
|
|
1956
|
+
/**
|
|
1957
|
+
* Purchase duration in prepaid scenarios. Default: 1.
|
|
1958
|
+
*/
|
|
1959
|
+
period?: pulumi.Input<number>;
|
|
1960
|
+
/**
|
|
1961
|
+
* The purchase cycle in the prepaid scenario.
|
|
1962
|
+
* Month - monthly subscription (default)
|
|
1963
|
+
* Year - Package year.
|
|
1964
|
+
*/
|
|
1965
|
+
periodUnit?: pulumi.Input<string>;
|
|
1966
|
+
/**
|
|
1967
|
+
* Temporary upgrade of restoration time.
|
|
1968
|
+
*/
|
|
1969
|
+
tempModifyEndTime?: pulumi.Input<string>;
|
|
1970
|
+
/**
|
|
1971
|
+
* Start time of temporary upgrade.
|
|
1972
|
+
*/
|
|
1973
|
+
tempModifyStartTime?: pulumi.Input<string>;
|
|
1974
|
+
}
|
|
1975
|
+
interface InstanceChargeInfo {
|
|
1976
|
+
/**
|
|
1977
|
+
* Whether to automatically renew in prepaid scenarios.
|
|
1978
|
+
*/
|
|
1979
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
1980
|
+
/**
|
|
1981
|
+
* Payment type. Value:
|
|
1982
|
+
* PostPaid - Pay-As-You-Go
|
|
1983
|
+
* PrePaid - Yearly and monthly (default).
|
|
1984
|
+
*/
|
|
1985
|
+
chargeType: pulumi.Input<string>;
|
|
1986
|
+
/**
|
|
1987
|
+
* Purchase duration in prepaid scenarios. Default: 1.
|
|
1988
|
+
*/
|
|
1989
|
+
period?: pulumi.Input<number>;
|
|
1990
|
+
/**
|
|
1991
|
+
* The purchase cycle in the prepaid scenario.
|
|
1992
|
+
* Month - monthly subscription (default)
|
|
1993
|
+
* Year - Package year.
|
|
1994
|
+
*/
|
|
1995
|
+
periodUnit?: pulumi.Input<string>;
|
|
1996
|
+
}
|
|
1997
|
+
interface InstanceEndpoint {
|
|
1998
|
+
/**
|
|
1999
|
+
* Address list.
|
|
2000
|
+
*/
|
|
2001
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.rds_postgresql.InstanceEndpointAddress>[]>;
|
|
2002
|
+
/**
|
|
2003
|
+
* When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
|
|
2004
|
+
*/
|
|
2005
|
+
autoAddNewNodes?: pulumi.Input<string>;
|
|
2006
|
+
/**
|
|
2007
|
+
* Address description.
|
|
2008
|
+
*/
|
|
2009
|
+
description?: pulumi.Input<string>;
|
|
2010
|
+
/**
|
|
2011
|
+
* Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
|
|
2012
|
+
*/
|
|
2013
|
+
enableReadOnly?: pulumi.Input<string>;
|
|
2014
|
+
/**
|
|
2015
|
+
* Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
|
|
2016
|
+
*/
|
|
2017
|
+
enableReadWriteSplitting?: pulumi.Input<string>;
|
|
2018
|
+
/**
|
|
2019
|
+
* Instance connection terminal ID.
|
|
2020
|
+
*/
|
|
2021
|
+
endpointId?: pulumi.Input<string>;
|
|
2022
|
+
/**
|
|
2023
|
+
* The instance connection terminal name.
|
|
2024
|
+
*/
|
|
2025
|
+
endpointName?: pulumi.Input<string>;
|
|
2026
|
+
/**
|
|
2027
|
+
* Terminal type:
|
|
2028
|
+
* Cluster: The default terminal. (created by default)
|
|
2029
|
+
* Primary: Primary node terminal.
|
|
2030
|
+
* Custom: Custom terminal.
|
|
2031
|
+
* Direct: Direct connection to the terminal. (Only the operation and maintenance side)
|
|
2032
|
+
* AllNode: All node terminals. (Only the operation and maintenance side).
|
|
2033
|
+
*/
|
|
2034
|
+
endpointType?: pulumi.Input<string>;
|
|
2035
|
+
/**
|
|
2036
|
+
* The list of nodes configured by the connection terminal and the corresponding read-only weights.
|
|
2037
|
+
*/
|
|
2038
|
+
readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rds_postgresql.InstanceEndpointReadOnlyNodeWeight>[]>;
|
|
2039
|
+
/**
|
|
2040
|
+
* Read and write mode:
|
|
2041
|
+
* ReadWrite: read and write
|
|
2042
|
+
* ReadOnly: read only (default).
|
|
2043
|
+
*/
|
|
2044
|
+
readWriteMode?: pulumi.Input<string>;
|
|
2045
|
+
}
|
|
2046
|
+
interface InstanceEndpointAddress {
|
|
2047
|
+
/**
|
|
2048
|
+
* DNS Visibility.
|
|
2049
|
+
*/
|
|
2050
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
2051
|
+
/**
|
|
2052
|
+
* Connect domain name.
|
|
2053
|
+
*/
|
|
2054
|
+
domain?: pulumi.Input<string>;
|
|
2055
|
+
/**
|
|
2056
|
+
* The ID of the EIP, only valid for Public addresses.
|
|
2057
|
+
*/
|
|
2058
|
+
eipId?: pulumi.Input<string>;
|
|
2059
|
+
/**
|
|
2060
|
+
* The IP Address.
|
|
2061
|
+
*/
|
|
2062
|
+
ipAddress?: pulumi.Input<string>;
|
|
2063
|
+
/**
|
|
2064
|
+
* Network address type, temporarily Private, Public, PublicService.
|
|
2065
|
+
*/
|
|
2066
|
+
networkType?: pulumi.Input<string>;
|
|
2067
|
+
/**
|
|
2068
|
+
* The Port.
|
|
2069
|
+
*/
|
|
2070
|
+
port?: pulumi.Input<string>;
|
|
2071
|
+
/**
|
|
2072
|
+
* Subnet ID of the RDS PostgreSQL instance.
|
|
2073
|
+
*/
|
|
2074
|
+
subnetId?: pulumi.Input<string>;
|
|
2075
|
+
}
|
|
2076
|
+
interface InstanceEndpointReadOnlyNodeWeight {
|
|
2077
|
+
/**
|
|
2078
|
+
* Node ID.
|
|
2079
|
+
*/
|
|
2080
|
+
nodeId?: pulumi.Input<string>;
|
|
2081
|
+
/**
|
|
2082
|
+
* Node type. Value: Primary: Primary node.
|
|
2083
|
+
* Secondary: Standby node.
|
|
2084
|
+
* ReadOnly: Read-only node.
|
|
2085
|
+
*/
|
|
2086
|
+
nodeType?: pulumi.Input<string>;
|
|
2087
|
+
/**
|
|
2088
|
+
* The weight of the node.
|
|
2089
|
+
*/
|
|
2090
|
+
weight?: pulumi.Input<number>;
|
|
2091
|
+
}
|
|
2092
|
+
interface InstanceNode {
|
|
2093
|
+
/**
|
|
2094
|
+
* Node creation local time.
|
|
2095
|
+
*/
|
|
2096
|
+
createTime?: pulumi.Input<string>;
|
|
2097
|
+
/**
|
|
2098
|
+
* Instance ID.
|
|
2099
|
+
*/
|
|
2100
|
+
instanceId?: pulumi.Input<string>;
|
|
2101
|
+
/**
|
|
2102
|
+
* Memory size in GB.
|
|
2103
|
+
*/
|
|
2104
|
+
memory?: pulumi.Input<number>;
|
|
2105
|
+
/**
|
|
2106
|
+
* Node ID.
|
|
2107
|
+
*/
|
|
2108
|
+
nodeId?: pulumi.Input<string>;
|
|
2109
|
+
/**
|
|
2110
|
+
* The specification of primary node and secondary node.
|
|
2111
|
+
*/
|
|
2112
|
+
nodeSpec?: pulumi.Input<string>;
|
|
2113
|
+
/**
|
|
2114
|
+
* Node state, value: aligned with instance state.
|
|
2115
|
+
*/
|
|
2116
|
+
nodeStatus?: pulumi.Input<string>;
|
|
2117
|
+
/**
|
|
2118
|
+
* Node type. Value: Primary: Primary node.
|
|
2119
|
+
* Secondary: Standby node.
|
|
2120
|
+
* ReadOnly: Read-only node.
|
|
2121
|
+
*/
|
|
2122
|
+
nodeType?: pulumi.Input<string>;
|
|
2123
|
+
/**
|
|
2124
|
+
* The region of the RDS PostgreSQL instance.
|
|
1441
2125
|
*/
|
|
1442
2126
|
regionId?: pulumi.Input<string>;
|
|
1443
2127
|
/**
|
|
1444
|
-
* The update time of the RDS instance.
|
|
2128
|
+
* The update time of the RDS PostgreSQL instance.
|
|
1445
2129
|
*/
|
|
1446
2130
|
updateTime?: pulumi.Input<string>;
|
|
1447
2131
|
/**
|
|
@@ -1449,7 +2133,7 @@ export declare namespace rds_mysql {
|
|
|
1449
2133
|
*/
|
|
1450
2134
|
vCpu?: pulumi.Input<number>;
|
|
1451
2135
|
/**
|
|
1452
|
-
* The available zone of the RDS instance.
|
|
2136
|
+
* The available zone of the RDS PostgreSQL instance.
|
|
1453
2137
|
*/
|
|
1454
2138
|
zoneId?: pulumi.Input<string>;
|
|
1455
2139
|
}
|
|
@@ -1457,11 +2141,11 @@ export declare namespace rds_mysql {
|
|
|
1457
2141
|
/**
|
|
1458
2142
|
* Parameter name.
|
|
1459
2143
|
*/
|
|
1460
|
-
|
|
2144
|
+
name: pulumi.Input<string>;
|
|
1461
2145
|
/**
|
|
1462
2146
|
* Parameter value.
|
|
1463
2147
|
*/
|
|
1464
|
-
|
|
2148
|
+
value: pulumi.Input<string>;
|
|
1465
2149
|
}
|
|
1466
2150
|
interface InstanceTag {
|
|
1467
2151
|
/**
|
|
@@ -1872,6 +2556,10 @@ export declare namespace tls {
|
|
|
1872
2556
|
* Whether the value include chinese.
|
|
1873
2557
|
*/
|
|
1874
2558
|
includeChinese?: pulumi.Input<boolean>;
|
|
2559
|
+
/**
|
|
2560
|
+
* Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
|
|
2561
|
+
*/
|
|
2562
|
+
indexAll?: pulumi.Input<boolean>;
|
|
1875
2563
|
/**
|
|
1876
2564
|
* The JSON subfield key value index.
|
|
1877
2565
|
*/
|
|
@@ -2272,6 +2960,26 @@ export declare namespace tos {
|
|
|
2272
2960
|
*/
|
|
2273
2961
|
permission: pulumi.Input<string>;
|
|
2274
2962
|
}
|
|
2963
|
+
interface BucketObjectTag {
|
|
2964
|
+
/**
|
|
2965
|
+
* The Key of Tags.
|
|
2966
|
+
*/
|
|
2967
|
+
key: pulumi.Input<string>;
|
|
2968
|
+
/**
|
|
2969
|
+
* The Value of Tags.
|
|
2970
|
+
*/
|
|
2971
|
+
value: pulumi.Input<string>;
|
|
2972
|
+
}
|
|
2973
|
+
interface BucketTag {
|
|
2974
|
+
/**
|
|
2975
|
+
* The Key of Tags.
|
|
2976
|
+
*/
|
|
2977
|
+
key: pulumi.Input<string>;
|
|
2978
|
+
/**
|
|
2979
|
+
* The Value of Tags.
|
|
2980
|
+
*/
|
|
2981
|
+
value: pulumi.Input<string>;
|
|
2982
|
+
}
|
|
2275
2983
|
}
|
|
2276
2984
|
export declare namespace transit_router {
|
|
2277
2985
|
interface BandwidthPackageAllocation {
|
|
@@ -2292,6 +3000,136 @@ export declare namespace transit_router {
|
|
|
2292
3000
|
*/
|
|
2293
3001
|
transitRouterPeerAttachmentId?: pulumi.Input<string>;
|
|
2294
3002
|
}
|
|
3003
|
+
interface BandwidthPackageTag {
|
|
3004
|
+
/**
|
|
3005
|
+
* The Key of Tags.
|
|
3006
|
+
*/
|
|
3007
|
+
key: pulumi.Input<string>;
|
|
3008
|
+
/**
|
|
3009
|
+
* The Value of Tags.
|
|
3010
|
+
*/
|
|
3011
|
+
value: pulumi.Input<string>;
|
|
3012
|
+
}
|
|
3013
|
+
interface BandwidthPackagesTag {
|
|
3014
|
+
/**
|
|
3015
|
+
* The Key of Tags.
|
|
3016
|
+
*/
|
|
3017
|
+
key: string;
|
|
3018
|
+
/**
|
|
3019
|
+
* The Value of Tags.
|
|
3020
|
+
*/
|
|
3021
|
+
value: string;
|
|
3022
|
+
}
|
|
3023
|
+
interface BandwidthPackagesTagArgs {
|
|
3024
|
+
/**
|
|
3025
|
+
* The Key of Tags.
|
|
3026
|
+
*/
|
|
3027
|
+
key: pulumi.Input<string>;
|
|
3028
|
+
/**
|
|
3029
|
+
* The Value of Tags.
|
|
3030
|
+
*/
|
|
3031
|
+
value: pulumi.Input<string>;
|
|
3032
|
+
}
|
|
3033
|
+
interface DirectConnectGatewayAttachmentTag {
|
|
3034
|
+
/**
|
|
3035
|
+
* The Key of Tags.
|
|
3036
|
+
*/
|
|
3037
|
+
key: pulumi.Input<string>;
|
|
3038
|
+
/**
|
|
3039
|
+
* The Value of Tags.
|
|
3040
|
+
*/
|
|
3041
|
+
value: pulumi.Input<string>;
|
|
3042
|
+
}
|
|
3043
|
+
interface DirectConnectGatewayAttachmentsTag {
|
|
3044
|
+
/**
|
|
3045
|
+
* The Key of Tags.
|
|
3046
|
+
*/
|
|
3047
|
+
key: string;
|
|
3048
|
+
/**
|
|
3049
|
+
* The Value of Tags.
|
|
3050
|
+
*/
|
|
3051
|
+
value: string;
|
|
3052
|
+
}
|
|
3053
|
+
interface DirectConnectGatewayAttachmentsTagArgs {
|
|
3054
|
+
/**
|
|
3055
|
+
* The Key of Tags.
|
|
3056
|
+
*/
|
|
3057
|
+
key: pulumi.Input<string>;
|
|
3058
|
+
/**
|
|
3059
|
+
* The Value of Tags.
|
|
3060
|
+
*/
|
|
3061
|
+
value: pulumi.Input<string>;
|
|
3062
|
+
}
|
|
3063
|
+
interface PeerAttachmentTag {
|
|
3064
|
+
/**
|
|
3065
|
+
* The Key of Tags.
|
|
3066
|
+
*/
|
|
3067
|
+
key: pulumi.Input<string>;
|
|
3068
|
+
/**
|
|
3069
|
+
* The Value of Tags.
|
|
3070
|
+
*/
|
|
3071
|
+
value: pulumi.Input<string>;
|
|
3072
|
+
}
|
|
3073
|
+
interface PeerAttachmentsTag {
|
|
3074
|
+
/**
|
|
3075
|
+
* The Key of Tags.
|
|
3076
|
+
*/
|
|
3077
|
+
key: string;
|
|
3078
|
+
/**
|
|
3079
|
+
* The Value of Tags.
|
|
3080
|
+
*/
|
|
3081
|
+
value: string;
|
|
3082
|
+
}
|
|
3083
|
+
interface PeerAttachmentsTagArgs {
|
|
3084
|
+
/**
|
|
3085
|
+
* The Key of Tags.
|
|
3086
|
+
*/
|
|
3087
|
+
key: pulumi.Input<string>;
|
|
3088
|
+
/**
|
|
3089
|
+
* The Value of Tags.
|
|
3090
|
+
*/
|
|
3091
|
+
value: pulumi.Input<string>;
|
|
3092
|
+
}
|
|
3093
|
+
interface RouteTableTag {
|
|
3094
|
+
/**
|
|
3095
|
+
* The Key of Tags.
|
|
3096
|
+
*/
|
|
3097
|
+
key: pulumi.Input<string>;
|
|
3098
|
+
/**
|
|
3099
|
+
* The Value of Tags.
|
|
3100
|
+
*/
|
|
3101
|
+
value: pulumi.Input<string>;
|
|
3102
|
+
}
|
|
3103
|
+
interface RouteTablesTag {
|
|
3104
|
+
/**
|
|
3105
|
+
* The Key of Tags.
|
|
3106
|
+
*/
|
|
3107
|
+
key: string;
|
|
3108
|
+
/**
|
|
3109
|
+
* The Value of Tags.
|
|
3110
|
+
*/
|
|
3111
|
+
value: string;
|
|
3112
|
+
}
|
|
3113
|
+
interface RouteTablesTagArgs {
|
|
3114
|
+
/**
|
|
3115
|
+
* The Key of Tags.
|
|
3116
|
+
*/
|
|
3117
|
+
key: pulumi.Input<string>;
|
|
3118
|
+
/**
|
|
3119
|
+
* The Value of Tags.
|
|
3120
|
+
*/
|
|
3121
|
+
value: pulumi.Input<string>;
|
|
3122
|
+
}
|
|
3123
|
+
interface TransitRouterTag {
|
|
3124
|
+
/**
|
|
3125
|
+
* The Key of Tags.
|
|
3126
|
+
*/
|
|
3127
|
+
key: pulumi.Input<string>;
|
|
3128
|
+
/**
|
|
3129
|
+
* The Value of Tags.
|
|
3130
|
+
*/
|
|
3131
|
+
value: pulumi.Input<string>;
|
|
3132
|
+
}
|
|
2295
3133
|
interface TransitRouterTransitRouterAttachment {
|
|
2296
3134
|
/**
|
|
2297
3135
|
* The create time.
|
|
@@ -2326,6 +3164,26 @@ export declare namespace transit_router {
|
|
|
2326
3164
|
*/
|
|
2327
3165
|
updateTime?: pulumi.Input<string>;
|
|
2328
3166
|
}
|
|
3167
|
+
interface TransitRoutersTag {
|
|
3168
|
+
/**
|
|
3169
|
+
* The Key of Tags.
|
|
3170
|
+
*/
|
|
3171
|
+
key: string;
|
|
3172
|
+
/**
|
|
3173
|
+
* The Value of Tags.
|
|
3174
|
+
*/
|
|
3175
|
+
value: string;
|
|
3176
|
+
}
|
|
3177
|
+
interface TransitRoutersTagArgs {
|
|
3178
|
+
/**
|
|
3179
|
+
* The Key of Tags.
|
|
3180
|
+
*/
|
|
3181
|
+
key: pulumi.Input<string>;
|
|
3182
|
+
/**
|
|
3183
|
+
* The Value of Tags.
|
|
3184
|
+
*/
|
|
3185
|
+
value: pulumi.Input<string>;
|
|
3186
|
+
}
|
|
2329
3187
|
interface VpcAttachmentAttachPoint {
|
|
2330
3188
|
/**
|
|
2331
3189
|
* The id of subnet.
|
|
@@ -2336,6 +3194,66 @@ export declare namespace transit_router {
|
|
|
2336
3194
|
*/
|
|
2337
3195
|
zoneId: pulumi.Input<string>;
|
|
2338
3196
|
}
|
|
3197
|
+
interface VpcAttachmentTag {
|
|
3198
|
+
/**
|
|
3199
|
+
* The Key of Tags.
|
|
3200
|
+
*/
|
|
3201
|
+
key: pulumi.Input<string>;
|
|
3202
|
+
/**
|
|
3203
|
+
* The Value of Tags.
|
|
3204
|
+
*/
|
|
3205
|
+
value: pulumi.Input<string>;
|
|
3206
|
+
}
|
|
3207
|
+
interface VpcAttachmentsTag {
|
|
3208
|
+
/**
|
|
3209
|
+
* The Key of Tags.
|
|
3210
|
+
*/
|
|
3211
|
+
key: string;
|
|
3212
|
+
/**
|
|
3213
|
+
* The Value of Tags.
|
|
3214
|
+
*/
|
|
3215
|
+
value: string;
|
|
3216
|
+
}
|
|
3217
|
+
interface VpcAttachmentsTagArgs {
|
|
3218
|
+
/**
|
|
3219
|
+
* The Key of Tags.
|
|
3220
|
+
*/
|
|
3221
|
+
key: pulumi.Input<string>;
|
|
3222
|
+
/**
|
|
3223
|
+
* The Value of Tags.
|
|
3224
|
+
*/
|
|
3225
|
+
value: pulumi.Input<string>;
|
|
3226
|
+
}
|
|
3227
|
+
interface VpnAttachmentTag {
|
|
3228
|
+
/**
|
|
3229
|
+
* The Key of Tags.
|
|
3230
|
+
*/
|
|
3231
|
+
key: pulumi.Input<string>;
|
|
3232
|
+
/**
|
|
3233
|
+
* The Value of Tags.
|
|
3234
|
+
*/
|
|
3235
|
+
value: pulumi.Input<string>;
|
|
3236
|
+
}
|
|
3237
|
+
interface VpnAttachmentsTag {
|
|
3238
|
+
/**
|
|
3239
|
+
* The Key of Tags.
|
|
3240
|
+
*/
|
|
3241
|
+
key: string;
|
|
3242
|
+
/**
|
|
3243
|
+
* The Value of Tags.
|
|
3244
|
+
*/
|
|
3245
|
+
value: string;
|
|
3246
|
+
}
|
|
3247
|
+
interface VpnAttachmentsTagArgs {
|
|
3248
|
+
/**
|
|
3249
|
+
* The Key of Tags.
|
|
3250
|
+
*/
|
|
3251
|
+
key: pulumi.Input<string>;
|
|
3252
|
+
/**
|
|
3253
|
+
* The Value of Tags.
|
|
3254
|
+
*/
|
|
3255
|
+
value: pulumi.Input<string>;
|
|
3256
|
+
}
|
|
2339
3257
|
}
|
|
2340
3258
|
export declare namespace veenedge {
|
|
2341
3259
|
interface CloudServerBillingConfig {
|
|
@@ -2758,6 +3676,10 @@ export declare namespace vke {
|
|
|
2758
3676
|
* The Labels of KubernetesConfig.
|
|
2759
3677
|
*/
|
|
2760
3678
|
labels?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfigLabel>[]>;
|
|
3679
|
+
/**
|
|
3680
|
+
* The NamePrefix of node metadata.
|
|
3681
|
+
*/
|
|
3682
|
+
namePrefix?: pulumi.Input<string>;
|
|
2761
3683
|
/**
|
|
2762
3684
|
* The Taints of KubernetesConfig.
|
|
2763
3685
|
*/
|
|
@@ -2922,6 +3844,10 @@ export declare namespace vke {
|
|
|
2922
3844
|
* The Labels of KubernetesConfig.
|
|
2923
3845
|
*/
|
|
2924
3846
|
labels?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigLabel>[]>;
|
|
3847
|
+
/**
|
|
3848
|
+
* The NamePrefix of node metadata.
|
|
3849
|
+
*/
|
|
3850
|
+
namePrefix?: pulumi.Input<string>;
|
|
2925
3851
|
/**
|
|
2926
3852
|
* The Taints of KubernetesConfig.
|
|
2927
3853
|
*/
|
|
@@ -3089,15 +4015,21 @@ export declare namespace vke {
|
|
|
3089
4015
|
*/
|
|
3090
4016
|
runningCount?: pulumi.Input<number>;
|
|
3091
4017
|
/**
|
|
3092
|
-
* The StartingCount of Node.
|
|
4018
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StartingCount of Node.
|
|
4019
|
+
*
|
|
4020
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
3093
4021
|
*/
|
|
3094
4022
|
startingCount?: pulumi.Input<number>;
|
|
3095
4023
|
/**
|
|
3096
|
-
* The StoppedCount of Node.
|
|
4024
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppedCount of Node.
|
|
4025
|
+
*
|
|
4026
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
3097
4027
|
*/
|
|
3098
4028
|
stoppedCount?: pulumi.Input<number>;
|
|
3099
4029
|
/**
|
|
3100
|
-
* The StoppingCount of Node.
|
|
4030
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppingCount of Node.
|
|
4031
|
+
*
|
|
4032
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
3101
4033
|
*/
|
|
3102
4034
|
stoppingCount?: pulumi.Input<number>;
|
|
3103
4035
|
/**
|
|
@@ -3347,6 +4279,36 @@ export declare namespace vpc {
|
|
|
3347
4279
|
*/
|
|
3348
4280
|
value: pulumi.Input<string>;
|
|
3349
4281
|
}
|
|
4282
|
+
interface SubnetTag {
|
|
4283
|
+
/**
|
|
4284
|
+
* The Key of Tags.
|
|
4285
|
+
*/
|
|
4286
|
+
key: pulumi.Input<string>;
|
|
4287
|
+
/**
|
|
4288
|
+
* The Value of Tags.
|
|
4289
|
+
*/
|
|
4290
|
+
value: pulumi.Input<string>;
|
|
4291
|
+
}
|
|
4292
|
+
interface SubnetsTag {
|
|
4293
|
+
/**
|
|
4294
|
+
* The Key of Tags.
|
|
4295
|
+
*/
|
|
4296
|
+
key: string;
|
|
4297
|
+
/**
|
|
4298
|
+
* The Value of Tags.
|
|
4299
|
+
*/
|
|
4300
|
+
value: string;
|
|
4301
|
+
}
|
|
4302
|
+
interface SubnetsTagArgs {
|
|
4303
|
+
/**
|
|
4304
|
+
* The Key of Tags.
|
|
4305
|
+
*/
|
|
4306
|
+
key: pulumi.Input<string>;
|
|
4307
|
+
/**
|
|
4308
|
+
* The Value of Tags.
|
|
4309
|
+
*/
|
|
4310
|
+
value: pulumi.Input<string>;
|
|
4311
|
+
}
|
|
3350
4312
|
interface VpcAssociateCen {
|
|
3351
4313
|
/**
|
|
3352
4314
|
* The ID of CEN.
|