@byteplus/pulumi-bytepluscc 0.0.7 → 0.0.11
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/alb/acl.d.ts +152 -0
- package/alb/acl.js +98 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcl.d.ts +81 -0
- package/alb/getAcl.js +28 -0
- package/alb/getAcl.js.map +1 -0
- package/alb/getAcls.d.ts +22 -0
- package/alb/getAcls.js +24 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +153 -0
- package/alb/getLoadBalancer.js +28 -0
- package/alb/getLoadBalancer.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +22 -0
- package/alb/getLoadBalancers.js +24 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getServerGroup.d.ts +109 -0
- package/alb/getServerGroup.js +28 -0
- package/alb/getServerGroup.js.map +1 -0
- package/alb/getServerGroups.d.ts +22 -0
- package/alb/getServerGroups.js +24 -0
- package/alb/getServerGroups.js.map +1 -0
- package/alb/index.d.ts +27 -0
- package/alb/index.js +34 -1
- package/alb/index.js.map +1 -1
- package/alb/loadBalancer.d.ts +341 -0
- package/alb/loadBalancer.js +120 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/serverGroup.d.ts +219 -0
- package/alb/serverGroup.js +95 -0
- package/alb/serverGroup.js.map +1 -0
- package/autoscaling/getScalingConfiguration.d.ts +4 -1
- package/autoscaling/getScalingConfiguration.js.map +1 -1
- package/autoscaling/scalingConfiguration.d.ts +3 -3
- package/bmq/getGroup.d.ts +77 -0
- package/bmq/getGroup.js +28 -0
- package/bmq/getGroup.js.map +1 -0
- package/bmq/getGroups.d.ts +22 -0
- package/bmq/getGroups.js +24 -0
- package/bmq/getGroups.js.map +1 -0
- package/bmq/group.d.ts +137 -0
- package/bmq/group.js +76 -0
- package/bmq/group.js.map +1 -0
- package/bmq/index.d.ts +9 -0
- package/bmq/index.js +12 -1
- package/bmq/index.js.map +1 -1
- package/cdn/getShareConfig.d.ts +1 -1
- package/cdn/shareConfig.d.ts +3 -3
- package/cdn/shareConfig.js +2 -2
- package/cdn/shareConfig.js.map +1 -1
- package/clb/acl.d.ts +166 -0
- package/clb/acl.js +107 -0
- package/clb/acl.js.map +1 -0
- package/clb/certificate.d.ts +187 -0
- package/clb/certificate.js +109 -0
- package/clb/certificate.js.map +1 -0
- package/clb/getAcl.d.ts +85 -0
- package/clb/getAcl.js +28 -0
- package/clb/getAcl.js.map +1 -0
- package/clb/getAcls.d.ts +22 -0
- package/clb/getAcls.js +24 -0
- package/clb/getAcls.js.map +1 -0
- package/clb/getCertificate.d.ts +89 -0
- package/clb/getCertificate.js +28 -0
- package/clb/getCertificate.js.map +1 -0
- package/clb/getCertificates.d.ts +22 -0
- package/clb/getCertificates.js +24 -0
- package/clb/getCertificates.js.map +1 -0
- package/clb/getListener.d.ts +5 -1
- package/clb/getListener.js.map +1 -1
- package/clb/getNlb.d.ts +141 -0
- package/clb/getNlb.js +28 -0
- package/clb/getNlb.js.map +1 -0
- package/clb/getNlbListener.d.ts +109 -0
- package/clb/getNlbListener.js +28 -0
- package/clb/getNlbListener.js.map +1 -0
- package/clb/getNlbListeners.d.ts +22 -0
- package/clb/getNlbListeners.js +24 -0
- package/clb/getNlbListeners.js.map +1 -0
- package/clb/getNlbServerGroup.d.ts +145 -0
- package/clb/getNlbServerGroup.js +28 -0
- package/clb/getNlbServerGroup.js.map +1 -0
- package/clb/getNlbServerGroups.d.ts +22 -0
- package/clb/getNlbServerGroups.js +24 -0
- package/clb/getNlbServerGroups.js.map +1 -0
- package/clb/getNlbs.d.ts +22 -0
- package/clb/getNlbs.js +24 -0
- package/clb/getNlbs.js.map +1 -0
- package/clb/getServerGroup.d.ts +85 -0
- package/clb/getServerGroup.js +28 -0
- package/clb/getServerGroup.js.map +1 -0
- package/clb/getServerGroups.d.ts +22 -0
- package/clb/getServerGroups.js +24 -0
- package/clb/getServerGroups.js.map +1 -0
- package/clb/index.d.ts +54 -0
- package/clb/index.js +67 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +11 -3
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +1 -1
- package/clb/nlb.d.ts +297 -0
- package/clb/nlb.js +120 -0
- package/clb/nlb.js.map +1 -0
- package/clb/nlbListener.d.ts +251 -0
- package/clb/nlbListener.js +126 -0
- package/clb/nlbListener.js.map +1 -0
- package/clb/nlbServerGroup.d.ts +325 -0
- package/clb/nlbServerGroup.js +116 -0
- package/clb/nlbServerGroup.js.map +1 -0
- package/clb/serverGroup.d.ts +151 -0
- package/clb/serverGroup.js +83 -0
- package/clb/serverGroup.js.map +1 -0
- package/cloudmonitor/getRule.d.ts +169 -0
- package/cloudmonitor/getRule.js +28 -0
- package/cloudmonitor/getRule.js.map +1 -0
- package/cloudmonitor/getRules.d.ts +22 -0
- package/cloudmonitor/getRules.js +24 -0
- package/cloudmonitor/getRules.js.map +1 -0
- package/cloudmonitor/index.d.ts +9 -0
- package/cloudmonitor/index.js +28 -0
- package/cloudmonitor/index.js.map +1 -0
- package/cloudmonitor/rule.d.ts +387 -0
- package/cloudmonitor/rule.js +152 -0
- package/cloudmonitor/rule.js.map +1 -0
- package/cr/getNameSpace.d.ts +52 -0
- package/cr/getNameSpace.js +28 -0
- package/cr/getNameSpace.js.map +1 -0
- package/cr/getNameSpaces.d.ts +22 -0
- package/cr/getNameSpaces.js +24 -0
- package/cr/getNameSpaces.js.map +1 -0
- package/cr/getRegistries.d.ts +22 -0
- package/cr/getRegistries.js +24 -0
- package/cr/getRegistries.js.map +1 -0
- package/cr/getRegistry.d.ts +81 -0
- package/cr/getRegistry.js +28 -0
- package/cr/getRegistry.js.map +1 -0
- package/cr/index.d.ts +18 -0
- package/cr/index.js +23 -1
- package/cr/index.js.map +1 -1
- package/cr/nameSpace.d.ts +102 -0
- package/cr/nameSpace.js +83 -0
- package/cr/nameSpace.js.map +1 -0
- package/cr/registry.d.ts +159 -0
- package/cr/registry.js +98 -0
- package/cr/registry.js.map +1 -0
- package/directconnect/directConnectGateway.d.ts +202 -0
- package/directconnect/directConnectGateway.js +106 -0
- package/directconnect/directConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateway.d.ts +101 -0
- package/directconnect/getDirectConnectGateway.js +28 -0
- package/directconnect/getDirectConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateways.d.ts +22 -0
- package/directconnect/getDirectConnectGateways.js +24 -0
- package/directconnect/getDirectConnectGateways.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +28 -0
- package/directconnect/index.js.map +1 -0
- package/ecs/command.d.ts +213 -0
- package/ecs/command.js +99 -0
- package/ecs/command.js.map +1 -0
- package/ecs/getCommand.d.ts +105 -0
- package/ecs/getCommand.js +28 -0
- package/ecs/getCommand.js.map +1 -0
- package/ecs/getCommands.d.ts +22 -0
- package/ecs/getCommands.js +24 -0
- package/ecs/getCommands.js.map +1 -0
- package/ecs/getInvocation.d.ts +149 -0
- package/ecs/getInvocation.js +28 -0
- package/ecs/getInvocation.js.map +1 -0
- package/ecs/getInvocations.d.ts +22 -0
- package/ecs/getInvocations.js +24 -0
- package/ecs/getInvocations.js.map +1 -0
- package/ecs/getKeypair.d.ts +77 -0
- package/ecs/getKeypair.js +28 -0
- package/ecs/getKeypair.js.map +1 -0
- package/ecs/getKeypairs.d.ts +22 -0
- package/ecs/getKeypairs.js +24 -0
- package/ecs/getKeypairs.js.map +1 -0
- package/ecs/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- package/ecs/invocation.d.ts +338 -0
- package/ecs/invocation.js +149 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/keypair.d.ts +159 -0
- package/ecs/keypair.js +96 -0
- package/ecs/keypair.js.map +1 -0
- package/filenas/getInstance.d.ts +109 -0
- package/filenas/getInstance.js +28 -0
- package/filenas/getInstance.js.map +1 -0
- package/filenas/getInstances.d.ts +22 -0
- package/filenas/getInstances.js +24 -0
- package/filenas/getInstances.js.map +1 -0
- package/filenas/getSnapshot.d.ts +92 -0
- package/filenas/getSnapshot.js +28 -0
- package/filenas/getSnapshot.js.map +1 -0
- package/filenas/getSnapshots.d.ts +22 -0
- package/filenas/getSnapshots.js +24 -0
- package/filenas/getSnapshots.js.map +1 -0
- package/filenas/index.d.ts +18 -0
- package/filenas/index.js +39 -0
- package/filenas/index.js.map +1 -0
- package/filenas/instance.d.ts +248 -0
- package/filenas/instance.js +125 -0
- package/filenas/instance.js.map +1 -0
- package/filenas/snapshot.d.ts +182 -0
- package/filenas/snapshot.js +103 -0
- package/filenas/snapshot.js.map +1 -0
- package/{firewallcenter → fwcenter}/dnsControlPolicy.d.ts +6 -6
- package/{firewallcenter → fwcenter}/dnsControlPolicy.js +2 -2
- package/fwcenter/dnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.d.ts +2 -2
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.js +4 -4
- package/fwcenter/getDnsControlPolicies.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.d.ts +4 -4
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.js +4 -4
- package/fwcenter/getDnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/index.js +2 -2
- package/fwcenter/index.js.map +1 -0
- package/iam/getGroup.d.ts +73 -0
- package/iam/getGroup.js +28 -0
- package/iam/getGroup.js.map +1 -0
- package/iam/getGroups.d.ts +22 -0
- package/iam/getGroups.js +24 -0
- package/iam/getGroups.js.map +1 -0
- package/iam/group.d.ts +121 -0
- package/iam/group.js +77 -0
- package/iam/group.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/policy.d.ts +0 -4
- package/iam/policy.js +1 -1
- package/iam/policy.js.map +1 -1
- package/index.d.ts +8 -2
- package/index.js +15 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/rdsmysql/database.d.ts +106 -0
- package/rdsmysql/database.js +74 -0
- package/rdsmysql/database.js.map +1 -0
- package/rdsmysql/getDatabase.d.ts +61 -0
- package/rdsmysql/getDatabase.js +28 -0
- package/rdsmysql/getDatabase.js.map +1 -0
- package/rdsmysql/getDatabases.d.ts +22 -0
- package/rdsmysql/getDatabases.js +24 -0
- package/rdsmysql/getDatabases.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/transitrouter/getTransitRouter.d.ts +93 -0
- package/transitrouter/getTransitRouter.js +28 -0
- package/transitrouter/getTransitRouter.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteEntries.js +24 -0
- package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
- package/transitrouter/getTransitRouterRouteEntry.js +28 -0
- package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
- package/transitrouter/getTransitRouterRouteTable.js +28 -0
- package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteTables.js +24 -0
- package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
- package/transitrouter/getTransitRouters.d.ts +22 -0
- package/transitrouter/getTransitRouters.js +24 -0
- package/transitrouter/getTransitRouters.js.map +1 -0
- package/transitrouter/index.d.ts +27 -0
- package/transitrouter/index.js +50 -0
- package/transitrouter/index.js.map +1 -0
- package/transitrouter/transitRouter.d.ts +182 -0
- package/transitrouter/transitRouter.js +102 -0
- package/transitrouter/transitRouter.js.map +1 -0
- package/transitrouter/transitRouterRouteEntry.d.ts +165 -0
- package/transitrouter/transitRouterRouteEntry.js +89 -0
- package/transitrouter/transitRouterRouteEntry.js.map +1 -0
- package/transitrouter/transitRouterRouteTable.d.ts +159 -0
- package/transitrouter/transitRouterRouteTable.js +98 -0
- package/transitrouter/transitRouterRouteTable.js.map +1 -0
- package/types/input.d.ts +1590 -32
- package/types/output.d.ts +6263 -2939
- package/vefaas/kafkaTrigger.d.ts +1 -1
- package/vefaas/kafkaTrigger.js +3 -0
- package/vefaas/kafkaTrigger.js.map +1 -1
- package/vmp/getWorkspace.d.ts +109 -0
- package/vmp/getWorkspace.js +28 -0
- package/vmp/getWorkspace.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +22 -0
- package/vmp/getWorkspaces.js +24 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +28 -0
- package/vmp/index.js.map +1 -0
- package/vmp/workspace.d.ts +235 -0
- package/vmp/workspace.js +119 -0
- package/vmp/workspace.js.map +1 -0
- package/vpc/bandwidthPackage.d.ts +257 -0
- package/vpc/bandwidthPackage.js +103 -0
- package/vpc/bandwidthPackage.js.map +1 -0
- package/vpc/eip.d.ts +382 -0
- package/vpc/eip.js +125 -0
- package/vpc/eip.js.map +1 -0
- package/vpc/getBandwidthPackage.d.ts +125 -0
- package/vpc/getBandwidthPackage.js +28 -0
- package/vpc/getBandwidthPackage.js.map +1 -0
- package/vpc/getBandwidthPackages.d.ts +22 -0
- package/vpc/getBandwidthPackages.js +24 -0
- package/vpc/getBandwidthPackages.js.map +1 -0
- package/vpc/getEip.d.ts +169 -0
- package/vpc/getEip.js +28 -0
- package/vpc/getEip.js.map +1 -0
- package/vpc/getEips.d.ts +22 -0
- package/vpc/getEips.js +24 -0
- package/vpc/getEips.js.map +1 -0
- package/vpc/getNetworkAcl.d.ts +93 -0
- package/vpc/getNetworkAcl.js +28 -0
- package/vpc/getNetworkAcl.js.map +1 -0
- package/vpc/getNetworkAcls.d.ts +22 -0
- package/vpc/getNetworkAcls.js +24 -0
- package/vpc/getNetworkAcls.js.map +1 -0
- package/vpc/getPrefixList.d.ts +93 -0
- package/vpc/getPrefixList.js +28 -0
- package/vpc/getPrefixList.js.map +1 -0
- package/vpc/getPrefixLists.d.ts +22 -0
- package/vpc/getPrefixLists.js +24 -0
- package/vpc/getPrefixLists.js.map +1 -0
- package/vpc/getRouteTable.d.ts +105 -0
- package/vpc/getRouteTable.js +28 -0
- package/vpc/getRouteTable.js.map +1 -0
- package/vpc/getRouteTables.d.ts +22 -0
- package/vpc/getRouteTables.js +24 -0
- package/vpc/getRouteTables.js.map +1 -0
- package/vpc/index.d.ts +45 -0
- package/vpc/index.js +56 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +143 -0
- package/vpc/networkAcl.js +87 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/prefixList.d.ts +180 -0
- package/vpc/prefixList.js +110 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/routeTable.d.ts +199 -0
- package/vpc/routeTable.js +93 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpn/getVpnGateway.d.ts +165 -0
- package/vpn/getVpnGateway.js +28 -0
- package/vpn/getVpnGateway.js.map +1 -0
- package/vpn/getVpnGateways.d.ts +22 -0
- package/vpn/getVpnGateways.js +24 -0
- package/vpn/getVpnGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +28 -0
- package/vpn/index.js.map +1 -0
- package/vpn/vpnGateway.d.ts +389 -0
- package/vpn/vpnGateway.js +152 -0
- package/vpn/vpnGateway.js.map +1 -0
- package/firewallcenter/dnsControlPolicy.js.map +0 -1
- package/firewallcenter/getDnsControlPolicies.js.map +0 -1
- package/firewallcenter/getDnsControlPolicy.js.map +0 -1
- package/firewallcenter/index.js.map +0 -1
- /package/{firewallcenter → fwcenter}/index.d.ts +0 -0
|
@@ -7,7 +7,7 @@ import * as outputs from "../types/output";
|
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
9
9
|
* ```sh
|
|
10
|
-
* $ pulumi import bytepluscc:
|
|
10
|
+
* $ pulumi import bytepluscc:fwcenter/dnsControlPolicy:DnsControlPolicy example "rule_id"
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
13
|
export declare class DnsControlPolicy extends pulumi.CustomResource {
|
|
@@ -46,7 +46,7 @@ export declare class DnsControlPolicy extends pulumi.CustomResource {
|
|
|
46
46
|
* 访问目的的类型。domain:域名;group:域名地址簿。
|
|
47
47
|
*/
|
|
48
48
|
readonly destinationType: pulumi.Output<string>;
|
|
49
|
-
readonly domainListV1s: pulumi.Output<outputs.
|
|
49
|
+
readonly domainListV1s: pulumi.Output<outputs.fwcenter.DnsControlPolicyDomainListV1[]>;
|
|
50
50
|
/**
|
|
51
51
|
* 域名列表。
|
|
52
52
|
*/
|
|
@@ -67,7 +67,7 @@ export declare class DnsControlPolicy extends pulumi.CustomResource {
|
|
|
67
67
|
* 访问控制策略的唯一标识ID。
|
|
68
68
|
*/
|
|
69
69
|
readonly ruleId: pulumi.Output<string>;
|
|
70
|
-
readonly sources: pulumi.Output<outputs.
|
|
70
|
+
readonly sources: pulumi.Output<outputs.fwcenter.DnsControlPolicySource[]>;
|
|
71
71
|
/**
|
|
72
72
|
* 域名黑名单访问控制策略的开关状态。false:关闭;true:开启。
|
|
73
73
|
*/
|
|
@@ -109,7 +109,7 @@ export interface DnsControlPolicyState {
|
|
|
109
109
|
* 访问目的的类型。domain:域名;group:域名地址簿。
|
|
110
110
|
*/
|
|
111
111
|
destinationType?: pulumi.Input<string>;
|
|
112
|
-
domainListV1s?: pulumi.Input<pulumi.Input<inputs.
|
|
112
|
+
domainListV1s?: pulumi.Input<pulumi.Input<inputs.fwcenter.DnsControlPolicyDomainListV1>[]>;
|
|
113
113
|
/**
|
|
114
114
|
* 域名列表。
|
|
115
115
|
*/
|
|
@@ -130,7 +130,7 @@ export interface DnsControlPolicyState {
|
|
|
130
130
|
* 访问控制策略的唯一标识ID。
|
|
131
131
|
*/
|
|
132
132
|
ruleId?: pulumi.Input<string>;
|
|
133
|
-
sources?: pulumi.Input<pulumi.Input<inputs.
|
|
133
|
+
sources?: pulumi.Input<pulumi.Input<inputs.fwcenter.DnsControlPolicySource>[]>;
|
|
134
134
|
/**
|
|
135
135
|
* 域名黑名单访问控制策略的开关状态。false:关闭;true:开启。
|
|
136
136
|
*/
|
|
@@ -160,7 +160,7 @@ export interface DnsControlPolicyArgs {
|
|
|
160
160
|
* 互联网边界防火墙实例ID。
|
|
161
161
|
*/
|
|
162
162
|
internetFirewallId?: pulumi.Input<string>;
|
|
163
|
-
sources?: pulumi.Input<pulumi.Input<inputs.
|
|
163
|
+
sources?: pulumi.Input<pulumi.Input<inputs.fwcenter.DnsControlPolicySource>[]>;
|
|
164
164
|
/**
|
|
165
165
|
* 域名黑名单访问控制策略的开关状态。false:关闭;true:开启。
|
|
166
166
|
*/
|
|
@@ -11,7 +11,7 @@ const utilities = require("../utilities");
|
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
|
-
* $ pulumi import bytepluscc:
|
|
14
|
+
* $ pulumi import bytepluscc:fwcenter/dnsControlPolicy:DnsControlPolicy example "rule_id"
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
class DnsControlPolicy extends pulumi.CustomResource {
|
|
@@ -86,5 +86,5 @@ class DnsControlPolicy extends pulumi.CustomResource {
|
|
|
86
86
|
}
|
|
87
87
|
exports.DnsControlPolicy = DnsControlPolicy;
|
|
88
88
|
/** @internal */
|
|
89
|
-
DnsControlPolicy.__pulumiType = 'bytepluscc:
|
|
89
|
+
DnsControlPolicy.__pulumiType = 'bytepluscc:fwcenter/dnsControlPolicy:DnsControlPolicy';
|
|
90
90
|
//# sourceMappingURL=dnsControlPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnsControlPolicy.js","sourceRoot":"","sources":["../../fwcenter/dnsControlPolicy.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Plural Data Source schema for Byteplus::
|
|
3
|
+
* Plural Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
4
4
|
*/
|
|
5
5
|
export declare function getDnsControlPolicies(opts?: pulumi.InvokeOptions): Promise<GetDnsControlPoliciesResult>;
|
|
6
6
|
/**
|
|
@@ -17,6 +17,6 @@ export interface GetDnsControlPoliciesResult {
|
|
|
17
17
|
readonly ids: string[];
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* Plural Data Source schema for Byteplus::
|
|
20
|
+
* Plural Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
21
21
|
*/
|
|
22
22
|
export declare function getDnsControlPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDnsControlPoliciesResult>;
|
|
@@ -6,19 +6,19 @@ exports.getDnsControlPoliciesOutput = exports.getDnsControlPolicies = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Plural Data Source schema for Byteplus::
|
|
9
|
+
* Plural Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
10
10
|
*/
|
|
11
11
|
function getDnsControlPolicies(opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("bytepluscc:
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:fwcenter/getDnsControlPolicies:getDnsControlPolicies", {}, opts);
|
|
14
14
|
}
|
|
15
15
|
exports.getDnsControlPolicies = getDnsControlPolicies;
|
|
16
16
|
/**
|
|
17
|
-
* Plural Data Source schema for Byteplus::
|
|
17
|
+
* Plural Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
18
18
|
*/
|
|
19
19
|
function getDnsControlPoliciesOutput(opts) {
|
|
20
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
-
return pulumi.runtime.invokeOutput("bytepluscc:
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:fwcenter/getDnsControlPolicies:getDnsControlPolicies", {}, opts);
|
|
22
22
|
}
|
|
23
23
|
exports.getDnsControlPoliciesOutput = getDnsControlPoliciesOutput;
|
|
24
24
|
//# sourceMappingURL=getDnsControlPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDnsControlPolicies.js","sourceRoot":"","sources":["../../fwcenter/getDnsControlPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE,EAC/F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC;AAeD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAiC;IACzE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iEAAiE,EAAE,EACrG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Data Source schema for Byteplus::
|
|
4
|
+
* Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
5
5
|
*/
|
|
6
6
|
export declare function getDnsControlPolicy(args: GetDnsControlPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetDnsControlPolicyResult>;
|
|
7
7
|
/**
|
|
@@ -40,7 +40,7 @@ export interface GetDnsControlPolicyResult {
|
|
|
40
40
|
/**
|
|
41
41
|
* 域名地址簿的域名列表。
|
|
42
42
|
*/
|
|
43
|
-
readonly domainListV1s: outputs.
|
|
43
|
+
readonly domainListV1s: outputs.fwcenter.GetDnsControlPolicyDomainListV1[];
|
|
44
44
|
/**
|
|
45
45
|
* 域名列表。
|
|
46
46
|
*/
|
|
@@ -68,7 +68,7 @@ export interface GetDnsControlPolicyResult {
|
|
|
68
68
|
/**
|
|
69
69
|
* 访问源信息,包含VPC列表。
|
|
70
70
|
*/
|
|
71
|
-
readonly sources: outputs.
|
|
71
|
+
readonly sources: outputs.fwcenter.GetDnsControlPolicySource[];
|
|
72
72
|
/**
|
|
73
73
|
* 域名黑名单访问控制策略的开关状态。false:关闭;true:开启。
|
|
74
74
|
*/
|
|
@@ -79,7 +79,7 @@ export interface GetDnsControlPolicyResult {
|
|
|
79
79
|
readonly useCount: number;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* Data Source schema for Byteplus::
|
|
82
|
+
* Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
83
83
|
*/
|
|
84
84
|
export declare function getDnsControlPolicyOutput(args: GetDnsControlPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDnsControlPolicyResult>;
|
|
85
85
|
/**
|
|
@@ -6,21 +6,21 @@ exports.getDnsControlPolicyOutput = exports.getDnsControlPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data Source schema for Byteplus::
|
|
9
|
+
* Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
10
10
|
*/
|
|
11
11
|
function getDnsControlPolicy(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("bytepluscc:
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:fwcenter/getDnsControlPolicy:getDnsControlPolicy", {
|
|
14
14
|
"id": args.id,
|
|
15
15
|
}, opts);
|
|
16
16
|
}
|
|
17
17
|
exports.getDnsControlPolicy = getDnsControlPolicy;
|
|
18
18
|
/**
|
|
19
|
-
* Data Source schema for Byteplus::
|
|
19
|
+
* Data Source schema for Byteplus::FWCenter::DnsControlPolicy
|
|
20
20
|
*/
|
|
21
21
|
function getDnsControlPolicyOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("bytepluscc:
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:fwcenter/getDnsControlPolicy:getDnsControlPolicy", {
|
|
24
24
|
"id": args.id,
|
|
25
25
|
}, opts);
|
|
26
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDnsControlPolicy.js","sourceRoot":"","sources":["../../fwcenter/getDnsControlPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA6ED;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE;QAC9F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -17,12 +17,12 @@ const _module = {
|
|
|
17
17
|
version: utilities.getVersion(),
|
|
18
18
|
construct: (name, type, urn) => {
|
|
19
19
|
switch (type) {
|
|
20
|
-
case "bytepluscc:
|
|
20
|
+
case "bytepluscc:fwcenter/dnsControlPolicy:DnsControlPolicy":
|
|
21
21
|
return new exports.DnsControlPolicy(name, undefined, { urn });
|
|
22
22
|
default:
|
|
23
23
|
throw new Error(`unknown resource type ${type}`);
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
};
|
|
27
|
-
pulumi.runtime.registerResourceModule("bytepluscc", "
|
|
27
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "fwcenter/dnsControlPolicy", _module);
|
|
28
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fwcenter/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGzH,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,uDAAuD;gBACxD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::IAM::Group
|
|
5
|
+
*/
|
|
6
|
+
export declare function getGroup(args: GetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 用户组所属主账号的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: number;
|
|
24
|
+
/**
|
|
25
|
+
* 用户组绑定的策略信息。
|
|
26
|
+
*/
|
|
27
|
+
readonly attachedPolicies: outputs.iam.GetGroupAttachedPolicy[];
|
|
28
|
+
/**
|
|
29
|
+
* 用户组的创建时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createdTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* 用户组描述信息。长度不超过128。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* 用户组显示名称。长度不超过64。
|
|
38
|
+
*/
|
|
39
|
+
readonly displayName: string;
|
|
40
|
+
/**
|
|
41
|
+
* Uniquely identifies the resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* 用户组的更新时间。
|
|
46
|
+
*/
|
|
47
|
+
readonly updatedTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* 用户组ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly userGroupId: number;
|
|
52
|
+
/**
|
|
53
|
+
* 用户组名称。长度1~64,支持英文、数字和.-_符号。
|
|
54
|
+
*/
|
|
55
|
+
readonly userGroupName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 用户组内绑定的用户信息。
|
|
58
|
+
*/
|
|
59
|
+
readonly users: outputs.iam.GetGroupUser[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data Source schema for Byteplus::IAM::Group
|
|
63
|
+
*/
|
|
64
|
+
export declare function getGroupOutput(args: GetGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGroupResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getGroup.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetGroupOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* Uniquely identifies the resource.
|
|
71
|
+
*/
|
|
72
|
+
id: pulumi.Input<string>;
|
|
73
|
+
}
|
package/iam/getGroup.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGroupOutput = exports.getGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::IAM::Group
|
|
10
|
+
*/
|
|
11
|
+
function getGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:iam/getGroup:getGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getGroup = getGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::IAM::Group
|
|
20
|
+
*/
|
|
21
|
+
function getGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:iam/getGroup:getGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getGroupOutput = getGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../iam/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::IAM::Group
|
|
4
|
+
*/
|
|
5
|
+
export declare function getGroups(opts?: pulumi.InvokeOptions): Promise<GetGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::IAM::Group
|
|
21
|
+
*/
|
|
22
|
+
export declare function getGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGroupsResult>;
|
package/iam/getGroups.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGroupsOutput = exports.getGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::IAM::Group
|
|
10
|
+
*/
|
|
11
|
+
function getGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:iam/getGroups:getGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getGroups = getGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::IAM::Group
|
|
18
|
+
*/
|
|
19
|
+
function getGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:iam/getGroups:getGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getGroupsOutput = getGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../../iam/getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
|
package/iam/group.d.ts
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 用户组是用户的集合。当用户组被关联上策略后,同一用户组里的所有用户会拥有对应的策略权限,同一个用户可存在于多个用户组中,可同时拥有多个用户组的权限。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import bytepluscc:iam/group:Group example "user_group_name"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class Group extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Group resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupState, opts?: pulumi.CustomResourceOptions): Group;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Group. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is Group;
|
|
29
|
+
/**
|
|
30
|
+
* 用户组所属主账号的ID。
|
|
31
|
+
*/
|
|
32
|
+
readonly accountId: pulumi.Output<number>;
|
|
33
|
+
readonly attachedPolicies: pulumi.Output<outputs.iam.GroupAttachedPolicy[]>;
|
|
34
|
+
/**
|
|
35
|
+
* 用户组的创建时间。
|
|
36
|
+
*/
|
|
37
|
+
readonly createdTime: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* 用户组描述信息。长度不超过128。
|
|
40
|
+
*/
|
|
41
|
+
readonly description: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* 用户组显示名称。长度不超过64。
|
|
44
|
+
*/
|
|
45
|
+
readonly displayName: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* 用户组的更新时间。
|
|
48
|
+
*/
|
|
49
|
+
readonly updatedTime: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* 用户组ID。
|
|
52
|
+
*/
|
|
53
|
+
readonly userGroupId: pulumi.Output<number>;
|
|
54
|
+
/**
|
|
55
|
+
* 用户组名称。长度1~64,支持英文、数字和.-_符号。
|
|
56
|
+
*/
|
|
57
|
+
readonly userGroupName: pulumi.Output<string>;
|
|
58
|
+
readonly users: pulumi.Output<outputs.iam.GroupUser[]>;
|
|
59
|
+
/**
|
|
60
|
+
* Create a Group resource with the given unique name, arguments, and options.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resource.
|
|
63
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
64
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
65
|
+
*/
|
|
66
|
+
constructor(name: string, args: GroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Input properties used for looking up and filtering Group resources.
|
|
70
|
+
*/
|
|
71
|
+
export interface GroupState {
|
|
72
|
+
/**
|
|
73
|
+
* 用户组所属主账号的ID。
|
|
74
|
+
*/
|
|
75
|
+
accountId?: pulumi.Input<number>;
|
|
76
|
+
attachedPolicies?: pulumi.Input<pulumi.Input<inputs.iam.GroupAttachedPolicy>[]>;
|
|
77
|
+
/**
|
|
78
|
+
* 用户组的创建时间。
|
|
79
|
+
*/
|
|
80
|
+
createdTime?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* 用户组描述信息。长度不超过128。
|
|
83
|
+
*/
|
|
84
|
+
description?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* 用户组显示名称。长度不超过64。
|
|
87
|
+
*/
|
|
88
|
+
displayName?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* 用户组的更新时间。
|
|
91
|
+
*/
|
|
92
|
+
updatedTime?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* 用户组ID。
|
|
95
|
+
*/
|
|
96
|
+
userGroupId?: pulumi.Input<number>;
|
|
97
|
+
/**
|
|
98
|
+
* 用户组名称。长度1~64,支持英文、数字和.-_符号。
|
|
99
|
+
*/
|
|
100
|
+
userGroupName?: pulumi.Input<string>;
|
|
101
|
+
users?: pulumi.Input<pulumi.Input<inputs.iam.GroupUser>[]>;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* The set of arguments for constructing a Group resource.
|
|
105
|
+
*/
|
|
106
|
+
export interface GroupArgs {
|
|
107
|
+
attachedPolicies?: pulumi.Input<pulumi.Input<inputs.iam.GroupAttachedPolicy>[]>;
|
|
108
|
+
/**
|
|
109
|
+
* 用户组描述信息。长度不超过128。
|
|
110
|
+
*/
|
|
111
|
+
description?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* 用户组显示名称。长度不超过64。
|
|
114
|
+
*/
|
|
115
|
+
displayName?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* 用户组名称。长度1~64,支持英文、数字和.-_符号。
|
|
118
|
+
*/
|
|
119
|
+
userGroupName: pulumi.Input<string>;
|
|
120
|
+
users?: pulumi.Input<pulumi.Input<inputs.iam.GroupUser>[]>;
|
|
121
|
+
}
|
package/iam/group.js
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Group = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 用户组是用户的集合。当用户组被关联上策略后,同一用户组里的所有用户会拥有对应的策略权限,同一个用户可存在于多个用户组中,可同时拥有多个用户组的权限。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import bytepluscc:iam/group:Group example "user_group_name"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class Group extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing Group resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new Group(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Group. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === Group.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
46
|
+
resourceInputs["attachedPolicies"] = state ? state.attachedPolicies : undefined;
|
|
47
|
+
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
48
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
49
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
50
|
+
resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
|
|
51
|
+
resourceInputs["userGroupId"] = state ? state.userGroupId : undefined;
|
|
52
|
+
resourceInputs["userGroupName"] = state ? state.userGroupName : undefined;
|
|
53
|
+
resourceInputs["users"] = state ? state.users : undefined;
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
const args = argsOrState;
|
|
57
|
+
if ((!args || args.userGroupName === undefined) && !opts.urn) {
|
|
58
|
+
throw new Error("Missing required property 'userGroupName'");
|
|
59
|
+
}
|
|
60
|
+
resourceInputs["attachedPolicies"] = args ? args.attachedPolicies : undefined;
|
|
61
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
62
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
63
|
+
resourceInputs["userGroupName"] = args ? args.userGroupName : undefined;
|
|
64
|
+
resourceInputs["users"] = args ? args.users : undefined;
|
|
65
|
+
resourceInputs["accountId"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["createdTime"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["updatedTime"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["userGroupId"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
super(Group.__pulumiType, name, resourceInputs, opts);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.Group = Group;
|
|
75
|
+
/** @internal */
|
|
76
|
+
Group.__pulumiType = 'bytepluscc:iam/group:Group';
|
|
77
|
+
//# sourceMappingURL=group.js.map
|
package/iam/group.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../iam/group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAyCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAlGL,sBAmGC;AArFG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/iam/index.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
|
|
2
|
+
export declare const getGroup: typeof import("./getGroup").getGroup;
|
|
3
|
+
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
|
|
4
|
+
export { GetGroupsResult } from "./getGroups";
|
|
5
|
+
export declare const getGroups: typeof import("./getGroups").getGroups;
|
|
6
|
+
export declare const getGroupsOutput: typeof import("./getGroups").getGroupsOutput;
|
|
1
7
|
export { GetPoliciesResult } from "./getPolicies";
|
|
2
8
|
export declare const getPolicies: typeof import("./getPolicies").getPolicies;
|
|
3
9
|
export declare const getPoliciesOutput: typeof import("./getPolicies").getPoliciesOutput;
|
|
@@ -22,6 +28,9 @@ export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
|
22
28
|
export { GetUsersResult } from "./getUsers";
|
|
23
29
|
export declare const getUsers: typeof import("./getUsers").getUsers;
|
|
24
30
|
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
|
|
31
|
+
export { GroupArgs, GroupState } from "./group";
|
|
32
|
+
export type Group = import("./group").Group;
|
|
33
|
+
export declare const Group: typeof import("./group").Group;
|
|
25
34
|
export { PolicyArgs, PolicyState } from "./policy";
|
|
26
35
|
export type Policy = import("./policy").Policy;
|
|
27
36
|
export declare const Policy: typeof import("./policy").Policy;
|
package/iam/index.js
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.User = exports.Role = exports.Project = exports.Policy = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getRolesOutput = exports.getRoles = exports.getRoleOutput = exports.getRole = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getPolicyOutput = exports.getPolicy = exports.getPoliciesOutput = exports.getPolicies = void 0;
|
|
5
|
+
exports.User = exports.Role = exports.Project = exports.Policy = exports.Group = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getRolesOutput = exports.getRoles = exports.getRoleOutput = exports.getRole = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getPolicyOutput = exports.getPolicy = exports.getPoliciesOutput = exports.getPolicies = exports.getGroupsOutput = exports.getGroups = exports.getGroupOutput = exports.getGroup = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.getGroup = null;
|
|
9
|
+
exports.getGroupOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getGroup", "getGroupOutput"], () => require("./getGroup"));
|
|
11
|
+
exports.getGroups = null;
|
|
12
|
+
exports.getGroupsOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getGroups", "getGroupsOutput"], () => require("./getGroups"));
|
|
8
14
|
exports.getPolicies = null;
|
|
9
15
|
exports.getPoliciesOutput = null;
|
|
10
16
|
utilities.lazyLoad(exports, ["getPolicies", "getPoliciesOutput"], () => require("./getPolicies"));
|
|
@@ -29,6 +35,8 @@ utilities.lazyLoad(exports, ["getUser", "getUserOutput"], () => require("./getUs
|
|
|
29
35
|
exports.getUsers = null;
|
|
30
36
|
exports.getUsersOutput = null;
|
|
31
37
|
utilities.lazyLoad(exports, ["getUsers", "getUsersOutput"], () => require("./getUsers"));
|
|
38
|
+
exports.Group = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["Group"], () => require("./group"));
|
|
32
40
|
exports.Policy = null;
|
|
33
41
|
utilities.lazyLoad(exports, ["Policy"], () => require("./policy"));
|
|
34
42
|
exports.Project = null;
|
|
@@ -41,6 +49,8 @@ const _module = {
|
|
|
41
49
|
version: utilities.getVersion(),
|
|
42
50
|
construct: (name, type, urn) => {
|
|
43
51
|
switch (type) {
|
|
52
|
+
case "bytepluscc:iam/group:Group":
|
|
53
|
+
return new exports.Group(name, undefined, { urn });
|
|
44
54
|
case "bytepluscc:iam/policy:Policy":
|
|
45
55
|
return new exports.Policy(name, undefined, { urn });
|
|
46
56
|
case "bytepluscc:iam/project:Project":
|
|
@@ -54,6 +64,7 @@ const _module = {
|
|
|
54
64
|
}
|
|
55
65
|
},
|
|
56
66
|
};
|
|
67
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "iam/group", _module);
|
|
57
68
|
pulumi.runtime.registerResourceModule("bytepluscc", "iam/policy", _module);
|
|
58
69
|
pulumi.runtime.registerResourceModule("bytepluscc", "iam/project", _module);
|
|
59
70
|
pulumi.runtime.registerResourceModule("bytepluscc", "iam/role", _module);
|