@pulumi/gcp 7.31.0-alpha.1720850808 → 7.31.0
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/applicationintegration/authConfig.d.ts +1 -1
- package/applicationintegration/authConfig.js +1 -1
- package/bigquery/reservationAssignment.d.ts +23 -14
- package/bigquery/reservationAssignment.js +13 -6
- package/bigquery/reservationAssignment.js.map +1 -1
- package/certificateauthority/certificateTemplate.d.ts +1 -1
- package/certificateauthority/certificateTemplate.js +1 -1
- package/certificatemanager/trustConfig.d.ts +46 -0
- package/certificatemanager/trustConfig.js +30 -0
- package/certificatemanager/trustConfig.js.map +1 -1
- package/compute/caExternalAccountKey.d.ts +1 -1
- package/compute/caExternalAccountKey.js +1 -1
- package/compute/getHealthCheck.d.ts +1 -0
- package/compute/getHealthCheck.js.map +1 -1
- package/compute/globalForwardingRule.d.ts +1 -2
- package/compute/globalForwardingRule.js +1 -2
- package/compute/globalForwardingRule.js.map +1 -1
- package/compute/healthCheck.d.ts +45 -0
- package/compute/healthCheck.js +2 -0
- package/compute/healthCheck.js.map +1 -1
- package/compute/instance.d.ts +6 -6
- package/compute/instanceGroupMembership.d.ts +1 -1
- package/compute/instanceGroupMembership.js +1 -1
- package/compute/regionNetworkEndpoint.d.ts +1 -1
- package/compute/regionNetworkEndpoint.js +1 -1
- package/compute/regionNetworkEndpointGroup.d.ts +1 -1
- package/compute/regionNetworkEndpointGroup.js +1 -1
- package/compute/subnetwork.d.ts +1 -1
- package/compute/subnetwork.js +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/containeranalysis/note.d.ts +1 -1
- package/containeranalysis/note.js +1 -1
- package/dataloss/preventionJobTrigger.d.ts +46 -0
- package/dataloss/preventionJobTrigger.js +46 -0
- package/dataloss/preventionJobTrigger.js.map +1 -1
- package/dataplex/datascan.d.ts +6 -0
- package/dataplex/datascan.js +6 -0
- package/dataplex/datascan.js.map +1 -1
- package/filestore/backup.d.ts +1 -1
- package/filestore/backup.js +1 -1
- package/filestore/instance.d.ts +1 -1
- package/filestore/instance.js +1 -1
- package/filestore/snapshot.d.ts +1 -1
- package/filestore/snapshot.js +1 -1
- package/kms/cryptoKey.d.ts +3 -3
- package/kms/getCryptoKeys.d.ts +77 -0
- package/kms/getCryptoKeys.js +38 -0
- package/kms/getCryptoKeys.js.map +1 -0
- package/kms/getKeyRings.d.ts +33 -0
- package/kms/getKeyRings.js +21 -0
- package/kms/getKeyRings.js.map +1 -0
- package/kms/index.d.ts +6 -0
- package/kms/index.js +7 -1
- package/kms/index.js.map +1 -1
- package/logging/folderBucketConfig.d.ts +3 -3
- package/logging/folderBucketConfig.js +3 -3
- package/logging/organizationBucketConfig.d.ts +3 -3
- package/logging/organizationBucketConfig.js +3 -3
- package/logging/projectBucketConfig.d.ts +3 -3
- package/logging/projectBucketConfig.js +3 -3
- package/looker/instance.d.ts +1 -1
- package/looker/instance.js +1 -1
- package/monitoring/customService.d.ts +1 -1
- package/monitoring/customService.js +1 -1
- package/monitoring/genericService.d.ts +1 -1
- package/monitoring/genericService.js +1 -1
- package/monitoring/notificationChannel.d.ts +1 -1
- package/monitoring/notificationChannel.js +1 -1
- package/monitoring/slo.d.ts +1 -1
- package/monitoring/slo.js +1 -1
- package/netapp/storagePool.d.ts +39 -24
- package/netapp/storagePool.js +4 -18
- package/netapp/storagePool.js.map +1 -1
- package/netapp/volume.d.ts +17 -1
- package/netapp/volume.js +5 -1
- package/netapp/volume.js.map +1 -1
- package/networksecurity/addressGroup.d.ts +31 -0
- package/networksecurity/addressGroup.js +18 -0
- package/networksecurity/addressGroup.js.map +1 -1
- package/networksecurity/firewallEndpoint.d.ts +1 -1
- package/networksecurity/firewallEndpoint.js +1 -1
- package/networksecurity/firewallEndpointAssociation.d.ts +1 -1
- package/networksecurity/firewallEndpointAssociation.js +1 -1
- package/networksecurity/securityProfileGroup.d.ts +1 -1
- package/networksecurity/securityProfileGroup.js +1 -1
- package/orgpolicy/policy.d.ts +25 -17
- package/orgpolicy/policy.js +19 -14
- package/orgpolicy/policy.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +2 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/securesourcemanager/getRepositoryIamPolicy.d.ts +100 -0
- package/securesourcemanager/getRepositoryIamPolicy.js +53 -0
- package/securesourcemanager/getRepositoryIamPolicy.js.map +1 -0
- package/securesourcemanager/index.d.ts +15 -0
- package/securesourcemanager/index.js +24 -1
- package/securesourcemanager/index.js.map +1 -1
- package/securesourcemanager/repository.d.ts +247 -0
- package/securesourcemanager/repository.js +158 -0
- package/securesourcemanager/repository.js.map +1 -0
- package/securesourcemanager/repositoryIamBinding.d.ts +313 -0
- package/securesourcemanager/repositoryIamBinding.js +223 -0
- package/securesourcemanager/repositoryIamBinding.js.map +1 -0
- package/securesourcemanager/repositoryIamMember.d.ts +313 -0
- package/securesourcemanager/repositoryIamMember.js +223 -0
- package/securesourcemanager/repositoryIamMember.js.map +1 -0
- package/securesourcemanager/repositoryIamPolicy.d.ts +263 -0
- package/securesourcemanager/repositoryIamPolicy.js +216 -0
- package/securesourcemanager/repositoryIamPolicy.js.map +1 -0
- package/securitycenter/index.d.ts +3 -0
- package/securitycenter/index.js +6 -1
- package/securitycenter/index.js.map +1 -1
- package/securitycenter/v2organizationNotificationConfig.d.ts +193 -0
- package/securitycenter/v2organizationNotificationConfig.js +129 -0
- package/securitycenter/v2organizationNotificationConfig.js.map +1 -0
- package/securityposture/postureDeployment.d.ts +0 -41
- package/securityposture/postureDeployment.js +0 -41
- package/securityposture/postureDeployment.js.map +1 -1
- package/servicenetworking/vpcServiceControls.d.ts +1 -1
- package/servicenetworking/vpcServiceControls.js +1 -1
- package/types/input.d.ts +129 -10
- package/types/output.d.ts +231 -14
- package/vertex/aiFeatureOnlineStoreFeatureview.d.ts +126 -0
- package/vertex/aiFeatureOnlineStoreFeatureview.js +126 -0
- package/vertex/aiFeatureOnlineStoreFeatureview.js.map +1 -1
- package/workstations/workstationConfig.d.ts +11 -0
- package/workstations/workstationConfig.js +11 -0
- package/workstations/workstationConfig.js.map +1 -1
|
@@ -8,8 +8,8 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* * [API documentation](https://cloud.google.com/application-integration/docs/reference/rest/v1/projects.locations.authConfigs)
|
|
10
10
|
* * How-to Guides
|
|
11
|
-
* * [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
|
12
11
|
* * [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
|
12
|
+
* * [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
|
13
13
|
*
|
|
14
14
|
* ## Example Usage
|
|
15
15
|
*
|
|
@@ -12,8 +12,8 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* * [API documentation](https://cloud.google.com/application-integration/docs/reference/rest/v1/projects.locations.authConfigs)
|
|
14
14
|
* * How-to Guides
|
|
15
|
-
* * [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
|
16
15
|
* * [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
|
16
|
+
* * [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
|
17
17
|
*
|
|
18
18
|
* ## Example Usage
|
|
19
19
|
*
|
|
@@ -1,22 +1,29 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* The BigqueryReservation Assignment resource
|
|
3
|
+
* The BigqueryReservation Assignment resource.
|
|
4
|
+
*
|
|
5
|
+
* To get more information about ReservationAssignment, see:
|
|
6
|
+
*
|
|
7
|
+
* * [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations.assignments)
|
|
8
|
+
* * How-to Guides
|
|
9
|
+
* * [Work with reservation assignments](https://cloud.google.com/bigquery/docs/reservations-assignments)
|
|
4
10
|
*
|
|
5
11
|
* ## Example Usage
|
|
6
12
|
*
|
|
7
|
-
* ### Basic
|
|
13
|
+
* ### Bigquery Reservation Assignment Basic
|
|
14
|
+
*
|
|
8
15
|
* ```typescript
|
|
9
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
17
|
* import * as gcp from "@pulumi/gcp";
|
|
11
18
|
*
|
|
12
19
|
* const basic = new gcp.bigquery.Reservation("basic", {
|
|
13
|
-
* name: "
|
|
20
|
+
* name: "example-reservation",
|
|
14
21
|
* project: "my-project-name",
|
|
15
22
|
* location: "us-central1",
|
|
16
23
|
* slotCapacity: 0,
|
|
17
24
|
* ignoreIdleSlots: false,
|
|
18
25
|
* });
|
|
19
|
-
* const
|
|
26
|
+
* const assignment = new gcp.bigquery.ReservationAssignment("assignment", {
|
|
20
27
|
* assignee: "projects/my-project-name",
|
|
21
28
|
* jobType: "PIPELINE",
|
|
22
29
|
* reservation: basic.id,
|
|
@@ -25,7 +32,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
32
|
*
|
|
26
33
|
* ## Import
|
|
27
34
|
*
|
|
28
|
-
*
|
|
35
|
+
* ReservationAssignment can be imported using any of these accepted formats:
|
|
29
36
|
*
|
|
30
37
|
* * `projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}`
|
|
31
38
|
*
|
|
@@ -33,7 +40,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
40
|
*
|
|
34
41
|
* * `{{location}}/{{reservation}}/{{name}}`
|
|
35
42
|
*
|
|
36
|
-
* When using the `pulumi import` command,
|
|
43
|
+
* When using the `pulumi import` command, ReservationAssignment can be imported using one of the formats above. For example:
|
|
37
44
|
*
|
|
38
45
|
* ```sh
|
|
39
46
|
* $ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}
|
|
@@ -80,19 +87,20 @@ export declare class ReservationAssignment extends pulumi.CustomResource {
|
|
|
80
87
|
*/
|
|
81
88
|
readonly name: pulumi.Output<string>;
|
|
82
89
|
/**
|
|
83
|
-
* The project
|
|
90
|
+
* The ID of the project in which the resource belongs.
|
|
91
|
+
* If it is not provided, the provider project is used.
|
|
84
92
|
*/
|
|
85
93
|
readonly project: pulumi.Output<string>;
|
|
86
94
|
/**
|
|
87
95
|
* The reservation for the resource
|
|
88
96
|
*
|
|
89
97
|
*
|
|
90
|
-
*
|
|
91
98
|
* - - -
|
|
92
99
|
*/
|
|
93
100
|
readonly reservation: pulumi.Output<string>;
|
|
94
101
|
/**
|
|
95
|
-
* Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
|
102
|
+
* Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
|
103
|
+
* Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
|
96
104
|
*/
|
|
97
105
|
readonly state: pulumi.Output<string>;
|
|
98
106
|
/**
|
|
@@ -125,19 +133,20 @@ export interface ReservationAssignmentState {
|
|
|
125
133
|
*/
|
|
126
134
|
name?: pulumi.Input<string>;
|
|
127
135
|
/**
|
|
128
|
-
* The project
|
|
136
|
+
* The ID of the project in which the resource belongs.
|
|
137
|
+
* If it is not provided, the provider project is used.
|
|
129
138
|
*/
|
|
130
139
|
project?: pulumi.Input<string>;
|
|
131
140
|
/**
|
|
132
141
|
* The reservation for the resource
|
|
133
142
|
*
|
|
134
143
|
*
|
|
135
|
-
*
|
|
136
144
|
* - - -
|
|
137
145
|
*/
|
|
138
146
|
reservation?: pulumi.Input<string>;
|
|
139
147
|
/**
|
|
140
|
-
* Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
|
148
|
+
* Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
|
149
|
+
* Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
|
141
150
|
*/
|
|
142
151
|
state?: pulumi.Input<string>;
|
|
143
152
|
}
|
|
@@ -158,14 +167,14 @@ export interface ReservationAssignmentArgs {
|
|
|
158
167
|
*/
|
|
159
168
|
location?: pulumi.Input<string>;
|
|
160
169
|
/**
|
|
161
|
-
* The project
|
|
170
|
+
* The ID of the project in which the resource belongs.
|
|
171
|
+
* If it is not provided, the provider project is used.
|
|
162
172
|
*/
|
|
163
173
|
project?: pulumi.Input<string>;
|
|
164
174
|
/**
|
|
165
175
|
* The reservation for the resource
|
|
166
176
|
*
|
|
167
177
|
*
|
|
168
|
-
*
|
|
169
178
|
* - - -
|
|
170
179
|
*/
|
|
171
180
|
reservation: pulumi.Input<string>;
|
|
@@ -6,23 +6,30 @@ exports.ReservationAssignment = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The BigqueryReservation Assignment resource
|
|
9
|
+
* The BigqueryReservation Assignment resource.
|
|
10
|
+
*
|
|
11
|
+
* To get more information about ReservationAssignment, see:
|
|
12
|
+
*
|
|
13
|
+
* * [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations.assignments)
|
|
14
|
+
* * How-to Guides
|
|
15
|
+
* * [Work with reservation assignments](https://cloud.google.com/bigquery/docs/reservations-assignments)
|
|
10
16
|
*
|
|
11
17
|
* ## Example Usage
|
|
12
18
|
*
|
|
13
|
-
* ### Basic
|
|
19
|
+
* ### Bigquery Reservation Assignment Basic
|
|
20
|
+
*
|
|
14
21
|
* ```typescript
|
|
15
22
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
23
|
* import * as gcp from "@pulumi/gcp";
|
|
17
24
|
*
|
|
18
25
|
* const basic = new gcp.bigquery.Reservation("basic", {
|
|
19
|
-
* name: "
|
|
26
|
+
* name: "example-reservation",
|
|
20
27
|
* project: "my-project-name",
|
|
21
28
|
* location: "us-central1",
|
|
22
29
|
* slotCapacity: 0,
|
|
23
30
|
* ignoreIdleSlots: false,
|
|
24
31
|
* });
|
|
25
|
-
* const
|
|
32
|
+
* const assignment = new gcp.bigquery.ReservationAssignment("assignment", {
|
|
26
33
|
* assignee: "projects/my-project-name",
|
|
27
34
|
* jobType: "PIPELINE",
|
|
28
35
|
* reservation: basic.id,
|
|
@@ -31,7 +38,7 @@ const utilities = require("../utilities");
|
|
|
31
38
|
*
|
|
32
39
|
* ## Import
|
|
33
40
|
*
|
|
34
|
-
*
|
|
41
|
+
* ReservationAssignment can be imported using any of these accepted formats:
|
|
35
42
|
*
|
|
36
43
|
* * `projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}`
|
|
37
44
|
*
|
|
@@ -39,7 +46,7 @@ const utilities = require("../utilities");
|
|
|
39
46
|
*
|
|
40
47
|
* * `{{location}}/{{reservation}}/{{name}}`
|
|
41
48
|
*
|
|
42
|
-
* When using the `pulumi import` command,
|
|
49
|
+
* When using the `pulumi import` command, ReservationAssignment can be imported using one of the formats above. For example:
|
|
43
50
|
*
|
|
44
51
|
* ```sh
|
|
45
52
|
* $ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reservationAssignment.js","sourceRoot":"","sources":["../../bigquery/reservationAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"reservationAssignment.js","sourceRoot":"","sources":["../../bigquery/reservationAssignment.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,9 +8,9 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* * [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
|
10
10
|
* * How-to Guides
|
|
11
|
+
* * [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
|
11
12
|
* * [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
|
12
13
|
* * [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
|
13
|
-
* * [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -12,9 +12,9 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* * [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
|
14
14
|
* * How-to Guides
|
|
15
|
+
* * [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
|
15
16
|
* * [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
|
16
17
|
* * [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
|
17
|
-
* * [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
|
@@ -40,6 +40,34 @@ import * as outputs from "../types/output";
|
|
|
40
40
|
* },
|
|
41
41
|
* });
|
|
42
42
|
* ```
|
|
43
|
+
* ### Certificate Manager Trust Config Allowlisted Certificates
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as gcp from "@pulumi/gcp";
|
|
48
|
+
* import * as std from "@pulumi/std";
|
|
49
|
+
*
|
|
50
|
+
* const _default = new gcp.certificatemanager.TrustConfig("default", {
|
|
51
|
+
* name: "trust-config",
|
|
52
|
+
* description: "A sample trust config resource with allowlisted certificates",
|
|
53
|
+
* location: "global",
|
|
54
|
+
* allowlistedCertificates: [
|
|
55
|
+
* {
|
|
56
|
+
* pemCertificate: std.file({
|
|
57
|
+
* input: "test-fixtures/cert.pem",
|
|
58
|
+
* }).then(invoke => invoke.result),
|
|
59
|
+
* },
|
|
60
|
+
* {
|
|
61
|
+
* pemCertificate: std.file({
|
|
62
|
+
* input: "test-fixtures/cert2.pem",
|
|
63
|
+
* }).then(invoke => invoke.result),
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* labels: {
|
|
67
|
+
* foo: "bar",
|
|
68
|
+
* },
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
43
71
|
*
|
|
44
72
|
* ## Import
|
|
45
73
|
*
|
|
@@ -81,6 +109,12 @@ export declare class TrustConfig extends pulumi.CustomResource {
|
|
|
81
109
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
82
110
|
*/
|
|
83
111
|
static isInstance(obj: any): obj is TrustConfig;
|
|
112
|
+
/**
|
|
113
|
+
* Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
|
114
|
+
* the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
|
115
|
+
* Structure is documented below.
|
|
116
|
+
*/
|
|
117
|
+
readonly allowlistedCertificates: pulumi.Output<outputs.certificatemanager.TrustConfigAllowlistedCertificate[] | undefined>;
|
|
84
118
|
/**
|
|
85
119
|
* The creation timestamp of a TrustConfig.
|
|
86
120
|
* A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
|
@@ -153,6 +187,12 @@ export declare class TrustConfig extends pulumi.CustomResource {
|
|
|
153
187
|
* Input properties used for looking up and filtering TrustConfig resources.
|
|
154
188
|
*/
|
|
155
189
|
export interface TrustConfigState {
|
|
190
|
+
/**
|
|
191
|
+
* Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
|
192
|
+
* the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
|
193
|
+
* Structure is documented below.
|
|
194
|
+
*/
|
|
195
|
+
allowlistedCertificates?: pulumi.Input<pulumi.Input<inputs.certificatemanager.TrustConfigAllowlistedCertificate>[]>;
|
|
156
196
|
/**
|
|
157
197
|
* The creation timestamp of a TrustConfig.
|
|
158
198
|
* A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
|
@@ -217,6 +257,12 @@ export interface TrustConfigState {
|
|
|
217
257
|
* The set of arguments for constructing a TrustConfig resource.
|
|
218
258
|
*/
|
|
219
259
|
export interface TrustConfigArgs {
|
|
260
|
+
/**
|
|
261
|
+
* Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
|
262
|
+
* the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
|
263
|
+
* Structure is documented below.
|
|
264
|
+
*/
|
|
265
|
+
allowlistedCertificates?: pulumi.Input<pulumi.Input<inputs.certificatemanager.TrustConfigAllowlistedCertificate>[]>;
|
|
220
266
|
/**
|
|
221
267
|
* One or more paragraphs of text description of a trust config.
|
|
222
268
|
*/
|
|
@@ -44,6 +44,34 @@ const utilities = require("../utilities");
|
|
|
44
44
|
* },
|
|
45
45
|
* });
|
|
46
46
|
* ```
|
|
47
|
+
* ### Certificate Manager Trust Config Allowlisted Certificates
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as gcp from "@pulumi/gcp";
|
|
52
|
+
* import * as std from "@pulumi/std";
|
|
53
|
+
*
|
|
54
|
+
* const _default = new gcp.certificatemanager.TrustConfig("default", {
|
|
55
|
+
* name: "trust-config",
|
|
56
|
+
* description: "A sample trust config resource with allowlisted certificates",
|
|
57
|
+
* location: "global",
|
|
58
|
+
* allowlistedCertificates: [
|
|
59
|
+
* {
|
|
60
|
+
* pemCertificate: std.file({
|
|
61
|
+
* input: "test-fixtures/cert.pem",
|
|
62
|
+
* }).then(invoke => invoke.result),
|
|
63
|
+
* },
|
|
64
|
+
* {
|
|
65
|
+
* pemCertificate: std.file({
|
|
66
|
+
* input: "test-fixtures/cert2.pem",
|
|
67
|
+
* }).then(invoke => invoke.result),
|
|
68
|
+
* },
|
|
69
|
+
* ],
|
|
70
|
+
* labels: {
|
|
71
|
+
* foo: "bar",
|
|
72
|
+
* },
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
47
75
|
*
|
|
48
76
|
* ## Import
|
|
49
77
|
*
|
|
@@ -97,6 +125,7 @@ class TrustConfig extends pulumi.CustomResource {
|
|
|
97
125
|
opts = opts || {};
|
|
98
126
|
if (opts.id) {
|
|
99
127
|
const state = argsOrState;
|
|
128
|
+
resourceInputs["allowlistedCertificates"] = state ? state.allowlistedCertificates : undefined;
|
|
100
129
|
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
101
130
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
102
131
|
resourceInputs["effectiveLabels"] = state ? state.effectiveLabels : undefined;
|
|
@@ -113,6 +142,7 @@ class TrustConfig extends pulumi.CustomResource {
|
|
|
113
142
|
if ((!args || args.location === undefined) && !opts.urn) {
|
|
114
143
|
throw new Error("Missing required property 'location'");
|
|
115
144
|
}
|
|
145
|
+
resourceInputs["allowlistedCertificates"] = args ? args.allowlistedCertificates : undefined;
|
|
116
146
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
117
147
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
118
148
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trustConfig.js","sourceRoot":"","sources":["../../certificatemanager/trustConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"trustConfig.js","sourceRoot":"","sources":["../../certificatemanager/trustConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,8 +7,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* * [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
|
|
8
8
|
* * How-to Guides
|
|
9
9
|
* * [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
|
|
10
|
-
* * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
|
11
10
|
* * [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
|
11
|
+
* * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
|
12
12
|
*
|
|
13
13
|
* > **Warning:** This resource is create-only and could not be read from the API.
|
|
14
14
|
* On delete, the resource would be removed from the state.
|
|
@@ -13,8 +13,8 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* * [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
|
|
14
14
|
* * How-to Guides
|
|
15
15
|
* * [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
|
|
16
|
-
* * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
|
17
16
|
* * [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
|
17
|
+
* * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
|
18
18
|
*
|
|
19
19
|
* > **Warning:** This resource is create-only and could not be read from the API.
|
|
20
20
|
* On delete, the resource would be removed from the state.
|
|
@@ -42,6 +42,7 @@ export interface GetHealthCheckResult {
|
|
|
42
42
|
readonly name: string;
|
|
43
43
|
readonly project?: string;
|
|
44
44
|
readonly selfLink: string;
|
|
45
|
+
readonly sourceRegions: string[];
|
|
45
46
|
readonly sslHealthChecks: outputs.compute.GetHealthCheckSslHealthCheck[];
|
|
46
47
|
readonly tcpHealthChecks: outputs.compute.GetHealthCheckTcpHealthCheck[];
|
|
47
48
|
readonly timeoutSec: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getHealthCheck.js","sourceRoot":"","sources":["../../compute/getHealthCheck.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;
|
|
1
|
+
{"version":3,"file":"getHealthCheck.js","sourceRoot":"","sources":["../../compute/getHealthCheck.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA8CD;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -7,8 +7,7 @@ import * as outputs from "../types/output";
|
|
|
7
7
|
* balancing. Global forwarding rules can only be used for HTTP load
|
|
8
8
|
* balancing.
|
|
9
9
|
*
|
|
10
|
-
* For more information, see
|
|
11
|
-
* https://cloud.google.com/compute/docs/load-balancing/http/
|
|
10
|
+
* For more information, see https://cloud.google.com/compute/docs/load-balancing/http/
|
|
12
11
|
*
|
|
13
12
|
* ## Example Usage
|
|
14
13
|
*
|
|
@@ -11,8 +11,7 @@ const utilities = require("../utilities");
|
|
|
11
11
|
* balancing. Global forwarding rules can only be used for HTTP load
|
|
12
12
|
* balancing.
|
|
13
13
|
*
|
|
14
|
-
* For more information, see
|
|
15
|
-
* https://cloud.google.com/compute/docs/load-balancing/http/
|
|
14
|
+
* For more information, see https://cloud.google.com/compute/docs/load-balancing/http/
|
|
16
15
|
*
|
|
17
16
|
* ## Example Usage
|
|
18
17
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globalForwardingRule.js","sourceRoot":"","sources":["../../compute/globalForwardingRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"globalForwardingRule.js","sourceRoot":"","sources":["../../compute/globalForwardingRule.ts"],"names":[],"mappings":"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"}
|
package/compute/healthCheck.d.ts
CHANGED
|
@@ -371,6 +371,21 @@ export declare class HealthCheck extends pulumi.CustomResource {
|
|
|
371
371
|
* The URI of the created resource.
|
|
372
372
|
*/
|
|
373
373
|
readonly selfLink: pulumi.Output<string>;
|
|
374
|
+
/**
|
|
375
|
+
* The list of cloud regions from which health checks are performed. If
|
|
376
|
+
* any regions are specified, then exactly 3 regions should be specified.
|
|
377
|
+
* The region names must be valid names of Google Cloud regions. This can
|
|
378
|
+
* only be set for global health check. If this list is non-empty, then
|
|
379
|
+
* there are restrictions on what other health check fields are supported
|
|
380
|
+
* and what other resources can use this health check:
|
|
381
|
+
* * SSL, HTTP2, and GRPC protocols are not supported.
|
|
382
|
+
* * The TCP request field is not supported.
|
|
383
|
+
* * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
|
384
|
+
* * The checkIntervalSec field must be at least 30.
|
|
385
|
+
* * The health check cannot be used with BackendService nor with managed
|
|
386
|
+
* instance group auto-healing.
|
|
387
|
+
*/
|
|
388
|
+
readonly sourceRegions: pulumi.Output<string[] | undefined>;
|
|
374
389
|
/**
|
|
375
390
|
* A nested object resource
|
|
376
391
|
* Structure is documented below.
|
|
@@ -475,6 +490,21 @@ export interface HealthCheckState {
|
|
|
475
490
|
* The URI of the created resource.
|
|
476
491
|
*/
|
|
477
492
|
selfLink?: pulumi.Input<string>;
|
|
493
|
+
/**
|
|
494
|
+
* The list of cloud regions from which health checks are performed. If
|
|
495
|
+
* any regions are specified, then exactly 3 regions should be specified.
|
|
496
|
+
* The region names must be valid names of Google Cloud regions. This can
|
|
497
|
+
* only be set for global health check. If this list is non-empty, then
|
|
498
|
+
* there are restrictions on what other health check fields are supported
|
|
499
|
+
* and what other resources can use this health check:
|
|
500
|
+
* * SSL, HTTP2, and GRPC protocols are not supported.
|
|
501
|
+
* * The TCP request field is not supported.
|
|
502
|
+
* * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
|
503
|
+
* * The checkIntervalSec field must be at least 30.
|
|
504
|
+
* * The health check cannot be used with BackendService nor with managed
|
|
505
|
+
* instance group auto-healing.
|
|
506
|
+
*/
|
|
507
|
+
sourceRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
478
508
|
/**
|
|
479
509
|
* A nested object resource
|
|
480
510
|
* Structure is documented below.
|
|
@@ -563,6 +593,21 @@ export interface HealthCheckArgs {
|
|
|
563
593
|
* If it is not provided, the provider project is used.
|
|
564
594
|
*/
|
|
565
595
|
project?: pulumi.Input<string>;
|
|
596
|
+
/**
|
|
597
|
+
* The list of cloud regions from which health checks are performed. If
|
|
598
|
+
* any regions are specified, then exactly 3 regions should be specified.
|
|
599
|
+
* The region names must be valid names of Google Cloud regions. This can
|
|
600
|
+
* only be set for global health check. If this list is non-empty, then
|
|
601
|
+
* there are restrictions on what other health check fields are supported
|
|
602
|
+
* and what other resources can use this health check:
|
|
603
|
+
* * SSL, HTTP2, and GRPC protocols are not supported.
|
|
604
|
+
* * The TCP request field is not supported.
|
|
605
|
+
* * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
|
606
|
+
* * The checkIntervalSec field must be at least 30.
|
|
607
|
+
* * The health check cannot be used with BackendService nor with managed
|
|
608
|
+
* instance group auto-healing.
|
|
609
|
+
*/
|
|
610
|
+
sourceRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
566
611
|
/**
|
|
567
612
|
* A nested object resource
|
|
568
613
|
* Structure is documented below.
|
package/compute/healthCheck.js
CHANGED
|
@@ -333,6 +333,7 @@ class HealthCheck extends pulumi.CustomResource {
|
|
|
333
333
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
334
334
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
335
335
|
resourceInputs["selfLink"] = state ? state.selfLink : undefined;
|
|
336
|
+
resourceInputs["sourceRegions"] = state ? state.sourceRegions : undefined;
|
|
336
337
|
resourceInputs["sslHealthCheck"] = state ? state.sslHealthCheck : undefined;
|
|
337
338
|
resourceInputs["tcpHealthCheck"] = state ? state.tcpHealthCheck : undefined;
|
|
338
339
|
resourceInputs["timeoutSec"] = state ? state.timeoutSec : undefined;
|
|
@@ -351,6 +352,7 @@ class HealthCheck extends pulumi.CustomResource {
|
|
|
351
352
|
resourceInputs["logConfig"] = args ? args.logConfig : undefined;
|
|
352
353
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
353
354
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
355
|
+
resourceInputs["sourceRegions"] = args ? args.sourceRegions : undefined;
|
|
354
356
|
resourceInputs["sslHealthCheck"] = args ? args.sslHealthCheck : undefined;
|
|
355
357
|
resourceInputs["tcpHealthCheck"] = args ? args.tcpHealthCheck : undefined;
|
|
356
358
|
resourceInputs["timeoutSec"] = args ? args.timeoutSec : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"healthCheck.js","sourceRoot":"","sources":["../../compute/healthCheck.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+RG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"healthCheck.js","sourceRoot":"","sources":["../../compute/healthCheck.ts"],"names":[],"mappings":"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"}
|
package/compute/instance.d.ts
CHANGED
|
@@ -192,8 +192,8 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
192
192
|
/**
|
|
193
193
|
* Metadata key/value pairs to make available from
|
|
194
194
|
* within the instance. Ssh keys attached in the Cloud Console will be removed.
|
|
195
|
-
* Add them to your config in order to keep them attached to your instance.
|
|
196
|
-
* list of
|
|
195
|
+
* Add them to your config in order to keep them attached to your instance.
|
|
196
|
+
* A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
|
|
197
197
|
*
|
|
198
198
|
* > Depending on the OS you choose for your instance, some metadata keys have
|
|
199
199
|
* special functionality. Most linux-based images will run the content of
|
|
@@ -434,8 +434,8 @@ export interface InstanceState {
|
|
|
434
434
|
/**
|
|
435
435
|
* Metadata key/value pairs to make available from
|
|
436
436
|
* within the instance. Ssh keys attached in the Cloud Console will be removed.
|
|
437
|
-
* Add them to your config in order to keep them attached to your instance.
|
|
438
|
-
* list of
|
|
437
|
+
* Add them to your config in order to keep them attached to your instance.
|
|
438
|
+
* A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
|
|
439
439
|
*
|
|
440
440
|
* > Depending on the OS you choose for your instance, some metadata keys have
|
|
441
441
|
* special functionality. Most linux-based images will run the content of
|
|
@@ -646,8 +646,8 @@ export interface InstanceArgs {
|
|
|
646
646
|
/**
|
|
647
647
|
* Metadata key/value pairs to make available from
|
|
648
648
|
* within the instance. Ssh keys attached in the Cloud Console will be removed.
|
|
649
|
-
* Add them to your config in order to keep them attached to your instance.
|
|
650
|
-
* list of
|
|
649
|
+
* Add them to your config in order to keep them attached to your instance.
|
|
650
|
+
* A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
|
|
651
651
|
*
|
|
652
652
|
* > Depending on the OS you choose for your instance, some metadata keys have
|
|
653
653
|
* special functionality. Most linux-based images will run the content of
|
|
@@ -16,8 +16,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
* * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
|
|
17
17
|
* * How-to Guides
|
|
18
18
|
* * [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
|
|
19
|
-
* * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
|
20
19
|
* * [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
|
20
|
+
* * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
|
21
21
|
*
|
|
22
22
|
* ## Example Usage
|
|
23
23
|
*
|
|
@@ -22,8 +22,8 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
|
|
23
23
|
* * How-to Guides
|
|
24
24
|
* * [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
|
|
25
|
-
* * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
|
26
25
|
* * [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
|
26
|
+
* * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
|
27
27
|
*
|
|
28
28
|
* ## Example Usage
|
|
29
29
|
*
|