@pulumi/gcp 6.15.0 → 6.15.1
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/billing/accountIamBinding.d.ts +105 -0
- package/billing/accountIamBinding.js +75 -0
- package/billing/accountIamBinding.js.map +1 -1
- package/billing/accountIamMember.d.ts +105 -0
- package/billing/accountIamMember.js +75 -0
- package/billing/accountIamMember.js.map +1 -1
- package/billing/accountIamPolicy.d.ts +99 -0
- package/billing/accountIamPolicy.js +75 -0
- package/billing/accountIamPolicy.js.map +1 -1
- package/cloudfunctions/functionIamBinding.d.ts +142 -0
- package/cloudfunctions/functionIamBinding.js +85 -0
- package/cloudfunctions/functionIamBinding.js.map +1 -1
- package/cloudfunctions/functionIamMember.d.ts +142 -0
- package/cloudfunctions/functionIamMember.js +85 -0
- package/cloudfunctions/functionIamMember.js.map +1 -1
- package/cloudfunctions/functionIamPolicy.d.ts +139 -0
- package/cloudfunctions/functionIamPolicy.js +85 -0
- package/cloudfunctions/functionIamPolicy.js.map +1 -1
- package/compute/backendServiceIamBinding.d.ts +79 -0
- package/compute/backendServiceIamBinding.js +25 -0
- package/compute/backendServiceIamBinding.js.map +1 -1
- package/compute/backendServiceIamMember.d.ts +79 -0
- package/compute/backendServiceIamMember.js +25 -0
- package/compute/backendServiceIamMember.js.map +1 -1
- package/compute/backendServiceIamPolicy.d.ts +64 -0
- package/compute/backendServiceIamPolicy.js +25 -0
- package/compute/backendServiceIamPolicy.js.map +1 -1
- package/compute/mangedSslCertificate.d.ts +157 -27
- package/compute/mangedSslCertificate.js +97 -0
- package/compute/mangedSslCertificate.js.map +1 -1
- package/compute/regionBackendServiceIamBinding.d.ts +100 -0
- package/compute/regionBackendServiceIamBinding.js +25 -0
- package/compute/regionBackendServiceIamBinding.js.map +1 -1
- package/compute/regionBackendServiceIamMember.d.ts +100 -0
- package/compute/regionBackendServiceIamMember.js +25 -0
- package/compute/regionBackendServiceIamMember.js.map +1 -1
- package/compute/regionBackendServiceIamPolicy.d.ts +85 -0
- package/compute/regionBackendServiceIamPolicy.js +25 -0
- package/compute/regionBackendServiceIamPolicy.js.map +1 -1
- package/datacatalog/tagTemplateIamBinding.d.ts +121 -0
- package/datacatalog/tagTemplateIamBinding.js +79 -0
- package/datacatalog/tagTemplateIamBinding.js.map +1 -1
- package/datacatalog/tagTemplateIamMember.d.ts +121 -0
- package/datacatalog/tagTemplateIamMember.js +79 -0
- package/datacatalog/tagTemplateIamMember.js.map +1 -1
- package/datacatalog/tagTemplateIamPolicy.d.ts +118 -0
- package/datacatalog/tagTemplateIamPolicy.js +79 -0
- package/datacatalog/tagTemplateIamPolicy.js.map +1 -1
- package/folder/iamAuditConfig.d.ts +200 -8
- package/folder/iamAuditConfig.js +183 -0
- package/folder/iamAuditConfig.js.map +1 -1
- package/folder/iammember.d.ts +225 -0
- package/folder/iammember.js +183 -0
- package/folder/iammember.js.map +1 -1
- package/folder/iampolicy.d.ts +213 -0
- package/folder/iampolicy.js +183 -0
- package/folder/iampolicy.js.map +1 -1
- package/kms/registry.d.ts +149 -18
- package/kms/registry.js +89 -0
- package/kms/registry.js.map +1 -1
- package/monitoring/getSecretVersion.d.ts +52 -0
- package/monitoring/getSecretVersion.js +14 -0
- package/monitoring/getSecretVersion.js.map +1 -1
- package/organizations/iammember.d.ts +228 -3
- package/organizations/iammember.js +186 -0
- package/organizations/iammember.js.map +1 -1
- package/organizations/iampolicy.d.ts +216 -3
- package/organizations/iampolicy.js +186 -0
- package/organizations/iampolicy.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/sourcerepo/getRepository.d.ts +29 -0
- package/sourcerepo/getRepository.js +17 -0
- package/sourcerepo/getRepository.js.map +1 -1
- package/types/input.d.ts +77 -0
- package/types/output.d.ts +77 -0
package/types/input.d.ts
CHANGED
|
@@ -7709,13 +7709,31 @@ export declare namespace compute {
|
|
|
7709
7709
|
seconds: pulumi.Input<number>;
|
|
7710
7710
|
}
|
|
7711
7711
|
interface BackendServiceIamBindingCondition {
|
|
7712
|
+
/**
|
|
7713
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
7714
|
+
*/
|
|
7712
7715
|
description?: pulumi.Input<string>;
|
|
7716
|
+
/**
|
|
7717
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
7718
|
+
*/
|
|
7713
7719
|
expression: pulumi.Input<string>;
|
|
7720
|
+
/**
|
|
7721
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
7722
|
+
*/
|
|
7714
7723
|
title: pulumi.Input<string>;
|
|
7715
7724
|
}
|
|
7716
7725
|
interface BackendServiceIamMemberCondition {
|
|
7726
|
+
/**
|
|
7727
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
7728
|
+
*/
|
|
7717
7729
|
description?: pulumi.Input<string>;
|
|
7730
|
+
/**
|
|
7731
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
7732
|
+
*/
|
|
7718
7733
|
expression: pulumi.Input<string>;
|
|
7734
|
+
/**
|
|
7735
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
7736
|
+
*/
|
|
7719
7737
|
title: pulumi.Input<string>;
|
|
7720
7738
|
}
|
|
7721
7739
|
interface BackendServiceIap {
|
|
@@ -9556,6 +9574,10 @@ export declare namespace compute {
|
|
|
9556
9574
|
domains: pulumi.Input<pulumi.Input<string>[]>;
|
|
9557
9575
|
}
|
|
9558
9576
|
interface MangedSslCertificateManaged {
|
|
9577
|
+
/**
|
|
9578
|
+
* Domains for which a managed SSL certificate will be valid. Currently,
|
|
9579
|
+
* there can be up to 100 domains in this list.
|
|
9580
|
+
*/
|
|
9559
9581
|
domains: pulumi.Input<pulumi.Input<string>[]>;
|
|
9560
9582
|
}
|
|
9561
9583
|
interface NodeGroupAutoscalingPolicy {
|
|
@@ -10374,13 +10396,31 @@ export declare namespace compute {
|
|
|
10374
10396
|
failoverRatio?: pulumi.Input<number>;
|
|
10375
10397
|
}
|
|
10376
10398
|
interface RegionBackendServiceIamBindingCondition {
|
|
10399
|
+
/**
|
|
10400
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
10401
|
+
*/
|
|
10377
10402
|
description?: pulumi.Input<string>;
|
|
10403
|
+
/**
|
|
10404
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
10405
|
+
*/
|
|
10378
10406
|
expression: pulumi.Input<string>;
|
|
10407
|
+
/**
|
|
10408
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
10409
|
+
*/
|
|
10379
10410
|
title: pulumi.Input<string>;
|
|
10380
10411
|
}
|
|
10381
10412
|
interface RegionBackendServiceIamMemberCondition {
|
|
10413
|
+
/**
|
|
10414
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
10415
|
+
*/
|
|
10382
10416
|
description?: pulumi.Input<string>;
|
|
10417
|
+
/**
|
|
10418
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
10419
|
+
*/
|
|
10383
10420
|
expression: pulumi.Input<string>;
|
|
10421
|
+
/**
|
|
10422
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
10423
|
+
*/
|
|
10384
10424
|
title: pulumi.Input<string>;
|
|
10385
10425
|
}
|
|
10386
10426
|
interface RegionBackendServiceIap {
|
|
@@ -20715,12 +20755,27 @@ export declare namespace folder {
|
|
|
20715
20755
|
title: pulumi.Input<string>;
|
|
20716
20756
|
}
|
|
20717
20757
|
interface IAMMemberCondition {
|
|
20758
|
+
/**
|
|
20759
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
20760
|
+
*/
|
|
20718
20761
|
description?: pulumi.Input<string>;
|
|
20762
|
+
/**
|
|
20763
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
20764
|
+
*/
|
|
20719
20765
|
expression: pulumi.Input<string>;
|
|
20766
|
+
/**
|
|
20767
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
20768
|
+
*/
|
|
20720
20769
|
title: pulumi.Input<string>;
|
|
20721
20770
|
}
|
|
20722
20771
|
interface IamAuditConfigAuditLogConfig {
|
|
20772
|
+
/**
|
|
20773
|
+
* Identities that do not cause logging for this type of permission. The format is the same as that for `members`.
|
|
20774
|
+
*/
|
|
20723
20775
|
exemptedMembers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
20776
|
+
/**
|
|
20777
|
+
* Permission type for which logging is to be configured. Must be one of `DATA_READ`, `DATA_WRITE`, or `ADMIN_READ`.
|
|
20778
|
+
*/
|
|
20724
20779
|
logType: pulumi.Input<string>;
|
|
20725
20780
|
}
|
|
20726
20781
|
interface OrganizationPolicyBooleanPolicy {
|
|
@@ -21742,12 +21797,25 @@ export declare namespace kms {
|
|
|
21742
21797
|
pem?: pulumi.Input<string>;
|
|
21743
21798
|
}
|
|
21744
21799
|
interface RegistryCredential {
|
|
21800
|
+
/**
|
|
21801
|
+
* A public key certificate format and data.
|
|
21802
|
+
*/
|
|
21745
21803
|
publicKeyCertificate: pulumi.Input<{
|
|
21746
21804
|
[key: string]: any;
|
|
21747
21805
|
}>;
|
|
21748
21806
|
}
|
|
21749
21807
|
interface RegistryEventNotificationConfigItem {
|
|
21808
|
+
/**
|
|
21809
|
+
* PubSub topic name to publish device events.
|
|
21810
|
+
*/
|
|
21750
21811
|
pubsubTopicName: pulumi.Input<string>;
|
|
21812
|
+
/**
|
|
21813
|
+
* If the subfolder name matches this string exactly, this
|
|
21814
|
+
* configuration will be used. The string must not include the
|
|
21815
|
+
* leading '/' character. If empty, all strings are matched. Empty
|
|
21816
|
+
* value can only be used for the last `eventNotificationConfigs`
|
|
21817
|
+
* item.
|
|
21818
|
+
*/
|
|
21751
21819
|
subfolderMatches?: pulumi.Input<string>;
|
|
21752
21820
|
}
|
|
21753
21821
|
}
|
|
@@ -24420,8 +24488,17 @@ export declare namespace organizations {
|
|
|
24420
24488
|
title: pulumi.Input<string>;
|
|
24421
24489
|
}
|
|
24422
24490
|
interface IAMMemberCondition {
|
|
24491
|
+
/**
|
|
24492
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
24493
|
+
*/
|
|
24423
24494
|
description?: pulumi.Input<string>;
|
|
24495
|
+
/**
|
|
24496
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
24497
|
+
*/
|
|
24424
24498
|
expression: pulumi.Input<string>;
|
|
24499
|
+
/**
|
|
24500
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
24501
|
+
*/
|
|
24425
24502
|
title: pulumi.Input<string>;
|
|
24426
24503
|
}
|
|
24427
24504
|
interface IamAuditConfigAuditLogConfig {
|
package/types/output.d.ts
CHANGED
|
@@ -8183,13 +8183,31 @@ export declare namespace compute {
|
|
|
8183
8183
|
seconds: number;
|
|
8184
8184
|
}
|
|
8185
8185
|
interface BackendServiceIamBindingCondition {
|
|
8186
|
+
/**
|
|
8187
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
8188
|
+
*/
|
|
8186
8189
|
description?: string;
|
|
8190
|
+
/**
|
|
8191
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
8192
|
+
*/
|
|
8187
8193
|
expression: string;
|
|
8194
|
+
/**
|
|
8195
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
8196
|
+
*/
|
|
8188
8197
|
title: string;
|
|
8189
8198
|
}
|
|
8190
8199
|
interface BackendServiceIamMemberCondition {
|
|
8200
|
+
/**
|
|
8201
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
8202
|
+
*/
|
|
8191
8203
|
description?: string;
|
|
8204
|
+
/**
|
|
8205
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
8206
|
+
*/
|
|
8192
8207
|
expression: string;
|
|
8208
|
+
/**
|
|
8209
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
8210
|
+
*/
|
|
8193
8211
|
title: string;
|
|
8194
8212
|
}
|
|
8195
8213
|
interface BackendServiceIap {
|
|
@@ -10816,6 +10834,10 @@ export declare namespace compute {
|
|
|
10816
10834
|
domains: string[];
|
|
10817
10835
|
}
|
|
10818
10836
|
interface MangedSslCertificateManaged {
|
|
10837
|
+
/**
|
|
10838
|
+
* Domains for which a managed SSL certificate will be valid. Currently,
|
|
10839
|
+
* there can be up to 100 domains in this list.
|
|
10840
|
+
*/
|
|
10819
10841
|
domains: string[];
|
|
10820
10842
|
}
|
|
10821
10843
|
interface NodeGroupAutoscalingPolicy {
|
|
@@ -11634,13 +11656,31 @@ export declare namespace compute {
|
|
|
11634
11656
|
failoverRatio?: number;
|
|
11635
11657
|
}
|
|
11636
11658
|
interface RegionBackendServiceIamBindingCondition {
|
|
11659
|
+
/**
|
|
11660
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
11661
|
+
*/
|
|
11637
11662
|
description?: string;
|
|
11663
|
+
/**
|
|
11664
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
11665
|
+
*/
|
|
11638
11666
|
expression: string;
|
|
11667
|
+
/**
|
|
11668
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
11669
|
+
*/
|
|
11639
11670
|
title: string;
|
|
11640
11671
|
}
|
|
11641
11672
|
interface RegionBackendServiceIamMemberCondition {
|
|
11673
|
+
/**
|
|
11674
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
11675
|
+
*/
|
|
11642
11676
|
description?: string;
|
|
11677
|
+
/**
|
|
11678
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
11679
|
+
*/
|
|
11643
11680
|
expression: string;
|
|
11681
|
+
/**
|
|
11682
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
11683
|
+
*/
|
|
11644
11684
|
title: string;
|
|
11645
11685
|
}
|
|
11646
11686
|
interface RegionBackendServiceIap {
|
|
@@ -22502,12 +22542,27 @@ export declare namespace folder {
|
|
|
22502
22542
|
title: string;
|
|
22503
22543
|
}
|
|
22504
22544
|
interface IAMMemberCondition {
|
|
22545
|
+
/**
|
|
22546
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
22547
|
+
*/
|
|
22505
22548
|
description?: string;
|
|
22549
|
+
/**
|
|
22550
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
22551
|
+
*/
|
|
22506
22552
|
expression: string;
|
|
22553
|
+
/**
|
|
22554
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
22555
|
+
*/
|
|
22507
22556
|
title: string;
|
|
22508
22557
|
}
|
|
22509
22558
|
interface IamAuditConfigAuditLogConfig {
|
|
22559
|
+
/**
|
|
22560
|
+
* Identities that do not cause logging for this type of permission. The format is the same as that for `members`.
|
|
22561
|
+
*/
|
|
22510
22562
|
exemptedMembers?: string[];
|
|
22563
|
+
/**
|
|
22564
|
+
* Permission type for which logging is to be configured. Must be one of `DATA_READ`, `DATA_WRITE`, or `ADMIN_READ`.
|
|
22565
|
+
*/
|
|
22511
22566
|
logType: string;
|
|
22512
22567
|
}
|
|
22513
22568
|
interface OrganizationPolicyBooleanPolicy {
|
|
@@ -23579,12 +23634,25 @@ export declare namespace kms {
|
|
|
23579
23634
|
pem: string;
|
|
23580
23635
|
}
|
|
23581
23636
|
interface RegistryCredential {
|
|
23637
|
+
/**
|
|
23638
|
+
* A public key certificate format and data.
|
|
23639
|
+
*/
|
|
23582
23640
|
publicKeyCertificate: {
|
|
23583
23641
|
[key: string]: any;
|
|
23584
23642
|
};
|
|
23585
23643
|
}
|
|
23586
23644
|
interface RegistryEventNotificationConfigItem {
|
|
23645
|
+
/**
|
|
23646
|
+
* PubSub topic name to publish device events.
|
|
23647
|
+
*/
|
|
23587
23648
|
pubsubTopicName: string;
|
|
23649
|
+
/**
|
|
23650
|
+
* If the subfolder name matches this string exactly, this
|
|
23651
|
+
* configuration will be used. The string must not include the
|
|
23652
|
+
* leading '/' character. If empty, all strings are matched. Empty
|
|
23653
|
+
* value can only be used for the last `eventNotificationConfigs`
|
|
23654
|
+
* item.
|
|
23655
|
+
*/
|
|
23588
23656
|
subfolderMatches?: string;
|
|
23589
23657
|
}
|
|
23590
23658
|
}
|
|
@@ -26269,8 +26337,17 @@ export declare namespace organizations {
|
|
|
26269
26337
|
title: string;
|
|
26270
26338
|
}
|
|
26271
26339
|
interface IAMMemberCondition {
|
|
26340
|
+
/**
|
|
26341
|
+
* An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
|
26342
|
+
*/
|
|
26272
26343
|
description?: string;
|
|
26344
|
+
/**
|
|
26345
|
+
* Textual representation of an expression in Common Expression Language syntax.
|
|
26346
|
+
*/
|
|
26273
26347
|
expression: string;
|
|
26348
|
+
/**
|
|
26349
|
+
* A title for the expression, i.e. a short string describing its purpose.
|
|
26350
|
+
*/
|
|
26274
26351
|
title: string;
|
|
26275
26352
|
}
|
|
26276
26353
|
interface IamAuditConfigAuditLogConfig {
|