@byteplus/pulumi-bytepluscc 0.0.37 → 0.0.38
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/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
- package/fwcenter/getNatFireWallControlPolicies.js +24 -0
- package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
- package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
- package/fwcenter/getNatFireWallControlPolicy.js +28 -0
- package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
- package/fwcenter/index.d.ts +9 -0
- package/fwcenter/index.js +12 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
- package/fwcenter/natFireWallControlPolicy.js +186 -0
- package/fwcenter/natFireWallControlPolicy.js.map +1 -0
- package/id/authConfig.d.ts +142 -0
- package/id/authConfig.js +79 -0
- package/id/authConfig.js.map +1 -0
- package/id/getAuthConfig.d.ts +77 -0
- package/id/getAuthConfig.js +28 -0
- package/id/getAuthConfig.js.map +1 -0
- package/id/getAuthConfigs.d.ts +22 -0
- package/id/getAuthConfigs.js +24 -0
- package/id/getAuthConfigs.js.map +1 -0
- package/id/getPermissionNamespace.d.ts +73 -0
- package/id/getPermissionNamespace.js +28 -0
- package/id/getPermissionNamespace.js.map +1 -0
- package/id/getPermissionNamespaces.d.ts +22 -0
- package/id/getPermissionNamespaces.js +24 -0
- package/id/getPermissionNamespaces.js.map +1 -0
- package/id/getUserPool.d.ts +173 -0
- package/id/getUserPool.js +28 -0
- package/id/getUserPool.js.map +1 -0
- package/id/getUserPools.d.ts +22 -0
- package/id/getUserPools.js +24 -0
- package/id/getUserPools.js.map +1 -0
- package/id/getWorkloadPool.d.ts +81 -0
- package/id/getWorkloadPool.js +28 -0
- package/id/getWorkloadPool.js.map +1 -0
- package/id/getWorkloadPools.d.ts +22 -0
- package/id/getWorkloadPools.js +24 -0
- package/id/getWorkloadPools.js.map +1 -0
- package/id/index.d.ts +36 -0
- package/id/index.js +45 -1
- package/id/index.js.map +1 -1
- package/id/permissionNamespace.d.ts +143 -0
- package/id/permissionNamespace.js +94 -0
- package/id/permissionNamespace.js.map +1 -0
- package/id/userPool.d.ts +370 -0
- package/id/userPool.js +127 -0
- package/id/userPool.js.map +1 -0
- package/id/workloadPool.d.ts +159 -0
- package/id/workloadPool.js +98 -0
- package/id/workloadPool.js.map +1 -0
- package/kms/getKeyMaterial.d.ts +68 -0
- package/kms/getKeyMaterial.js +28 -0
- package/kms/getKeyMaterial.js.map +1 -0
- package/kms/getKeyMaterials.d.ts +22 -0
- package/kms/getKeyMaterials.js +24 -0
- package/kms/getKeyMaterials.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyMaterial.d.ts +144 -0
- package/kms/keyMaterial.js +96 -0
- package/kms/keyMaterial.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getResolverRule.d.ts +8 -0
- package/privatezone/getResolverRule.js.map +1 -1
- package/privatezone/resolverRule.d.ts +24 -0
- package/privatezone/resolverRule.js +4 -0
- package/privatezone/resolverRule.js.map +1 -1
- package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
- package/rdsmysql/getInstanceReadonlyNode.js +28 -0
- package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
- package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
- package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
- package/rdsmysql/getInstanceReadonlyNodes.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/rdsmysql/instanceReadonlyNode.d.ts +192 -0
- package/rdsmysql/instanceReadonlyNode.js +105 -0
- package/rdsmysql/instanceReadonlyNode.js.map +1 -0
- package/types/input.d.ts +121 -0
- package/types/output.d.ts +245 -0
package/types/output.d.ts
CHANGED
|
@@ -13952,6 +13952,48 @@ export declare namespace fwcenter {
|
|
|
13952
13952
|
*/
|
|
13953
13953
|
vpcId: string;
|
|
13954
13954
|
}
|
|
13955
|
+
interface GetNatFireWallControlPolicyDestPortListV1 {
|
|
13956
|
+
/**
|
|
13957
|
+
* Specific address information.
|
|
13958
|
+
*/
|
|
13959
|
+
address: string;
|
|
13960
|
+
/**
|
|
13961
|
+
* Description.
|
|
13962
|
+
*/
|
|
13963
|
+
description: string;
|
|
13964
|
+
/**
|
|
13965
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
13966
|
+
*/
|
|
13967
|
+
type: string;
|
|
13968
|
+
}
|
|
13969
|
+
interface GetNatFireWallControlPolicyDestinationCidrListV1 {
|
|
13970
|
+
/**
|
|
13971
|
+
* Specific address information.
|
|
13972
|
+
*/
|
|
13973
|
+
address: string;
|
|
13974
|
+
/**
|
|
13975
|
+
* Description.
|
|
13976
|
+
*/
|
|
13977
|
+
description: string;
|
|
13978
|
+
/**
|
|
13979
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
13980
|
+
*/
|
|
13981
|
+
type: string;
|
|
13982
|
+
}
|
|
13983
|
+
interface GetNatFireWallControlPolicySourceCidrListV1 {
|
|
13984
|
+
/**
|
|
13985
|
+
* Specific address information.
|
|
13986
|
+
*/
|
|
13987
|
+
address: string;
|
|
13988
|
+
/**
|
|
13989
|
+
* Description.
|
|
13990
|
+
*/
|
|
13991
|
+
description: string;
|
|
13992
|
+
/**
|
|
13993
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
13994
|
+
*/
|
|
13995
|
+
type: string;
|
|
13996
|
+
}
|
|
13955
13997
|
interface GetVpcFireWallAclRuleDestPortListV1 {
|
|
13956
13998
|
/**
|
|
13957
13999
|
* Detailed address information.
|
|
@@ -13994,6 +14036,48 @@ export declare namespace fwcenter {
|
|
|
13994
14036
|
*/
|
|
13995
14037
|
type: string;
|
|
13996
14038
|
}
|
|
14039
|
+
interface NatFireWallControlPolicyDestPortListV1 {
|
|
14040
|
+
/**
|
|
14041
|
+
* Specific address information.
|
|
14042
|
+
*/
|
|
14043
|
+
address: string;
|
|
14044
|
+
/**
|
|
14045
|
+
* Description.
|
|
14046
|
+
*/
|
|
14047
|
+
description: string;
|
|
14048
|
+
/**
|
|
14049
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14050
|
+
*/
|
|
14051
|
+
type: string;
|
|
14052
|
+
}
|
|
14053
|
+
interface NatFireWallControlPolicyDestinationCidrListV1 {
|
|
14054
|
+
/**
|
|
14055
|
+
* Specific address information.
|
|
14056
|
+
*/
|
|
14057
|
+
address: string;
|
|
14058
|
+
/**
|
|
14059
|
+
* Description.
|
|
14060
|
+
*/
|
|
14061
|
+
description: string;
|
|
14062
|
+
/**
|
|
14063
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14064
|
+
*/
|
|
14065
|
+
type: string;
|
|
14066
|
+
}
|
|
14067
|
+
interface NatFireWallControlPolicySourceCidrListV1 {
|
|
14068
|
+
/**
|
|
14069
|
+
* Specific address information.
|
|
14070
|
+
*/
|
|
14071
|
+
address: string;
|
|
14072
|
+
/**
|
|
14073
|
+
* Description.
|
|
14074
|
+
*/
|
|
14075
|
+
description: string;
|
|
14076
|
+
/**
|
|
14077
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14078
|
+
*/
|
|
14079
|
+
type: string;
|
|
14080
|
+
}
|
|
13997
14081
|
interface VpcFireWallAclRuleDestPortListV1 {
|
|
13998
14082
|
/**
|
|
13999
14083
|
* Detailed address information.
|
|
@@ -15419,6 +15503,97 @@ export declare namespace iam {
|
|
|
15419
15503
|
}
|
|
15420
15504
|
}
|
|
15421
15505
|
export declare namespace id {
|
|
15506
|
+
interface AuthConfigApiKeyAuthConfig {
|
|
15507
|
+
/**
|
|
15508
|
+
* ApiKey Value
|
|
15509
|
+
*/
|
|
15510
|
+
apiKey: string;
|
|
15511
|
+
apiKeyMetadatas: outputs.id.AuthConfigApiKeyAuthConfigApiKeyMetadata[];
|
|
15512
|
+
/**
|
|
15513
|
+
* ApiKey Name
|
|
15514
|
+
*/
|
|
15515
|
+
apiKeyName: string;
|
|
15516
|
+
/**
|
|
15517
|
+
* Expiration Timestamp
|
|
15518
|
+
*/
|
|
15519
|
+
expiryTimestamp: number;
|
|
15520
|
+
}
|
|
15521
|
+
interface AuthConfigApiKeyAuthConfigApiKeyMetadata {
|
|
15522
|
+
/**
|
|
15523
|
+
* Parameter Location
|
|
15524
|
+
*/
|
|
15525
|
+
location: string;
|
|
15526
|
+
/**
|
|
15527
|
+
* Parameter Name
|
|
15528
|
+
*/
|
|
15529
|
+
parameterName: string;
|
|
15530
|
+
}
|
|
15531
|
+
interface AuthConfigJwtAuthConfig {
|
|
15532
|
+
/**
|
|
15533
|
+
* Allowed Audience List
|
|
15534
|
+
*/
|
|
15535
|
+
allowedAudiences: string[];
|
|
15536
|
+
/**
|
|
15537
|
+
* Allowed Client List
|
|
15538
|
+
*/
|
|
15539
|
+
allowedClients: string[];
|
|
15540
|
+
/**
|
|
15541
|
+
* JWT Discovery URL。
|
|
15542
|
+
*/
|
|
15543
|
+
discoveryUrl: string;
|
|
15544
|
+
}
|
|
15545
|
+
interface GetAuthConfigApiKeyAuthConfig {
|
|
15546
|
+
/**
|
|
15547
|
+
* ApiKey Value
|
|
15548
|
+
*/
|
|
15549
|
+
apiKey: string;
|
|
15550
|
+
/**
|
|
15551
|
+
* ApiKey Metadata
|
|
15552
|
+
*/
|
|
15553
|
+
apiKeyMetadatas: outputs.id.GetAuthConfigApiKeyAuthConfigApiKeyMetadata[];
|
|
15554
|
+
/**
|
|
15555
|
+
* ApiKey Name
|
|
15556
|
+
*/
|
|
15557
|
+
apiKeyName: string;
|
|
15558
|
+
/**
|
|
15559
|
+
* Expiration Timestamp
|
|
15560
|
+
*/
|
|
15561
|
+
expiryTimestamp: number;
|
|
15562
|
+
}
|
|
15563
|
+
interface GetAuthConfigApiKeyAuthConfigApiKeyMetadata {
|
|
15564
|
+
/**
|
|
15565
|
+
* Parameter Location
|
|
15566
|
+
*/
|
|
15567
|
+
location: string;
|
|
15568
|
+
/**
|
|
15569
|
+
* Parameter Name
|
|
15570
|
+
*/
|
|
15571
|
+
parameterName: string;
|
|
15572
|
+
}
|
|
15573
|
+
interface GetAuthConfigJwtAuthConfig {
|
|
15574
|
+
/**
|
|
15575
|
+
* Allowed Audience List
|
|
15576
|
+
*/
|
|
15577
|
+
allowedAudiences: string[];
|
|
15578
|
+
/**
|
|
15579
|
+
* Allowed Client List
|
|
15580
|
+
*/
|
|
15581
|
+
allowedClients: string[];
|
|
15582
|
+
/**
|
|
15583
|
+
* JWT Discovery URL。
|
|
15584
|
+
*/
|
|
15585
|
+
discoveryUrl: string;
|
|
15586
|
+
}
|
|
15587
|
+
interface GetPermissionNamespaceTag {
|
|
15588
|
+
/**
|
|
15589
|
+
* Tag Key
|
|
15590
|
+
*/
|
|
15591
|
+
key: string;
|
|
15592
|
+
/**
|
|
15593
|
+
* Tag Value
|
|
15594
|
+
*/
|
|
15595
|
+
value: string;
|
|
15596
|
+
}
|
|
15422
15597
|
interface GetServiceBackend {
|
|
15423
15598
|
/**
|
|
15424
15599
|
* Backend service domain name, for example api.example.com
|
|
@@ -15577,6 +15752,46 @@ export declare namespace id {
|
|
|
15577
15752
|
*/
|
|
15578
15753
|
value: string;
|
|
15579
15754
|
}
|
|
15755
|
+
interface GetUserPoolBrand {
|
|
15756
|
+
/**
|
|
15757
|
+
* Brand logo URL
|
|
15758
|
+
*/
|
|
15759
|
+
logoUri: string;
|
|
15760
|
+
/**
|
|
15761
|
+
* Brand name
|
|
15762
|
+
*/
|
|
15763
|
+
name: string;
|
|
15764
|
+
}
|
|
15765
|
+
interface GetUserPoolTag {
|
|
15766
|
+
/**
|
|
15767
|
+
* Tag key
|
|
15768
|
+
*/
|
|
15769
|
+
key: string;
|
|
15770
|
+
/**
|
|
15771
|
+
* Tag value
|
|
15772
|
+
*/
|
|
15773
|
+
value: string;
|
|
15774
|
+
}
|
|
15775
|
+
interface GetWorkloadPoolTag {
|
|
15776
|
+
/**
|
|
15777
|
+
* Tag key
|
|
15778
|
+
*/
|
|
15779
|
+
key: string;
|
|
15780
|
+
/**
|
|
15781
|
+
* Tag value
|
|
15782
|
+
*/
|
|
15783
|
+
value: string;
|
|
15784
|
+
}
|
|
15785
|
+
interface PermissionNamespaceTag {
|
|
15786
|
+
/**
|
|
15787
|
+
* Tag Key
|
|
15788
|
+
*/
|
|
15789
|
+
key: string;
|
|
15790
|
+
/**
|
|
15791
|
+
* Tag Value
|
|
15792
|
+
*/
|
|
15793
|
+
value: string;
|
|
15794
|
+
}
|
|
15580
15795
|
interface ServiceBackend {
|
|
15581
15796
|
/**
|
|
15582
15797
|
* Backend service domain name, for example api.example.com
|
|
@@ -15726,6 +15941,36 @@ export declare namespace id {
|
|
|
15726
15941
|
*/
|
|
15727
15942
|
value: string;
|
|
15728
15943
|
}
|
|
15944
|
+
interface UserPoolBrand {
|
|
15945
|
+
/**
|
|
15946
|
+
* Brand logo URL
|
|
15947
|
+
*/
|
|
15948
|
+
logoUri: string;
|
|
15949
|
+
/**
|
|
15950
|
+
* Brand name
|
|
15951
|
+
*/
|
|
15952
|
+
name: string;
|
|
15953
|
+
}
|
|
15954
|
+
interface UserPoolTag {
|
|
15955
|
+
/**
|
|
15956
|
+
* Tag key
|
|
15957
|
+
*/
|
|
15958
|
+
key: string;
|
|
15959
|
+
/**
|
|
15960
|
+
* Tag value
|
|
15961
|
+
*/
|
|
15962
|
+
value: string;
|
|
15963
|
+
}
|
|
15964
|
+
interface WorkloadPoolTag {
|
|
15965
|
+
/**
|
|
15966
|
+
* Tag key
|
|
15967
|
+
*/
|
|
15968
|
+
key: string;
|
|
15969
|
+
/**
|
|
15970
|
+
* Tag value
|
|
15971
|
+
*/
|
|
15972
|
+
value: string;
|
|
15973
|
+
}
|
|
15729
15974
|
}
|
|
15730
15975
|
export declare namespace kafka {
|
|
15731
15976
|
interface AllowListAssociatedInstance {
|