@pulumi/gcp 7.5.0-alpha.1704757231 → 7.5.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/bigqueryanalyticshub/listing.d.ts +48 -0
- package/bigqueryanalyticshub/listing.js +35 -0
- package/bigqueryanalyticshub/listing.js.map +1 -1
- package/clouddeploy/automation.d.ts +399 -0
- package/clouddeploy/automation.js +224 -0
- package/clouddeploy/automation.js.map +1 -0
- package/clouddeploy/index.d.ts +3 -0
- package/clouddeploy/index.js +6 -1
- package/clouddeploy/index.js.map +1 -1
- package/cloudrunv2/job.d.ts +2 -2
- package/cloudrunv2/job.js +2 -2
- package/compute/getInstanceTemplate.d.ts +3 -0
- package/compute/getInstanceTemplate.js.map +1 -1
- package/compute/getRegionInstanceTemplate.d.ts +3 -0
- package/compute/getRegionInstanceTemplate.js.map +1 -1
- package/compute/getReservation.d.ts +86 -0
- package/compute/getReservation.js +49 -0
- package/compute/getReservation.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +6 -3
- package/compute/index.js.map +1 -1
- package/compute/instanceTemplate.d.ts +18 -0
- package/compute/instanceTemplate.js +2 -0
- package/compute/instanceTemplate.js.map +1 -1
- package/compute/networkFirewallPolicy.d.ts +9 -11
- package/compute/networkFirewallPolicy.js +3 -5
- package/compute/networkFirewallPolicy.js.map +1 -1
- package/compute/regionInstanceTemplate.d.ts +18 -0
- package/compute/regionInstanceTemplate.js +2 -0
- package/compute/regionInstanceTemplate.js.map +1 -1
- package/compute/regionNetworkFirewallPolicy.d.ts +14 -17
- package/compute/regionNetworkFirewallPolicy.js +5 -8
- package/compute/regionNetworkFirewallPolicy.js.map +1 -1
- package/container/cluster.d.ts +21 -6
- package/container/cluster.js +2 -0
- package/container/cluster.js.map +1 -1
- package/container/getCluster.d.ts +1 -0
- package/container/getCluster.js.map +1 -1
- package/dataproc/metastoreService.d.ts +36 -0
- package/dataproc/metastoreService.js +33 -0
- package/dataproc/metastoreService.js.map +1 -1
- package/filestore/instance.d.ts +3 -3
- package/gkebackup/backupPlan.d.ts +8 -0
- package/gkebackup/backupPlan.js +8 -0
- package/gkebackup/backupPlan.js.map +1 -1
- package/gkebackup/restorePlan.d.ts +12 -0
- package/gkebackup/restorePlan.js +12 -0
- package/gkebackup/restorePlan.js.map +1 -1
- package/gkebackup/restorePlanIamBinding.d.ts +12 -0
- package/gkebackup/restorePlanIamBinding.js +12 -0
- package/gkebackup/restorePlanIamBinding.js.map +1 -1
- package/gkebackup/restorePlanIamMember.d.ts +12 -0
- package/gkebackup/restorePlanIamMember.js +12 -0
- package/gkebackup/restorePlanIamMember.js.map +1 -1
- package/gkebackup/restorePlanIamPolicy.d.ts +12 -0
- package/gkebackup/restorePlanIamPolicy.js +12 -0
- package/gkebackup/restorePlanIamPolicy.js.map +1 -1
- package/gkehub/membership.d.ts +6 -0
- package/gkehub/membership.js +6 -0
- package/gkehub/membership.js.map +1 -1
- package/integrationconnectors/endpointAttachment.d.ts +235 -0
- package/integrationconnectors/endpointAttachment.js +127 -0
- package/integrationconnectors/endpointAttachment.js.map +1 -0
- package/integrationconnectors/index.d.ts +3 -0
- package/integrationconnectors/index.js +6 -1
- package/integrationconnectors/index.js.map +1 -1
- package/kms/cryptoKey.d.ts +12 -0
- package/kms/cryptoKey.js +2 -0
- package/kms/cryptoKey.js.map +1 -1
- package/kms/getKMSCryptoKey.d.ts +1 -0
- package/kms/getKMSCryptoKey.js.map +1 -1
- package/logging/folderSettings.d.ts +175 -0
- package/logging/folderSettings.js +122 -0
- package/logging/folderSettings.js.map +1 -0
- package/logging/folderSink.d.ts +9 -9
- package/logging/index.d.ts +6 -0
- package/logging/index.js +11 -1
- package/logging/index.js.map +1 -1
- package/logging/organizationSettings.d.ts +171 -0
- package/logging/organizationSettings.js +118 -0
- package/logging/organizationSettings.js.map +1 -0
- package/logging/organizationSink.d.ts +9 -9
- package/logging/projectSink.d.ts +3 -6
- package/logging/projectSink.js.map +1 -1
- package/netapp/activeDirectory.d.ts +441 -0
- package/netapp/activeDirectory.js +187 -0
- package/netapp/activeDirectory.js.map +1 -0
- package/netapp/backupVault.d.ts +215 -0
- package/netapp/backupVault.js +120 -0
- package/netapp/backupVault.js.map +1 -0
- package/netapp/index.d.ts +6 -0
- package/netapp/index.js +11 -1
- package/netapp/index.js.map +1 -1
- package/package.json +1 -1
- package/pubsub/subscription.d.ts +13 -19
- package/pubsub/subscription.js +4 -16
- package/pubsub/subscription.js.map +1 -1
- package/sql/user.d.ts +3 -3
- package/storage/transferJob.d.ts +6 -2
- package/storage/transferJob.js +1 -1
- package/storage/transferJob.js.map +1 -1
- package/types/input.d.ts +343 -19
- package/types/output.d.ts +414 -36
- package/vertex/aiFeatureGroup.d.ts +261 -0
- package/vertex/aiFeatureGroup.js +154 -0
- package/vertex/aiFeatureGroup.js.map +1 -0
- package/vertex/aiFeatureOnlineStore.d.ts +346 -0
- package/vertex/aiFeatureOnlineStore.js +188 -0
- package/vertex/aiFeatureOnlineStore.js.map +1 -0
- package/vertex/index.d.ts +6 -0
- package/vertex/index.js +11 -1
- package/vertex/index.js.map +1 -1
|
@@ -40,6 +40,39 @@ import * as outputs from "../types/output";
|
|
|
40
40
|
* },
|
|
41
41
|
* });
|
|
42
42
|
* ```
|
|
43
|
+
* ### Bigquery Analyticshub Listing Restricted
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as gcp from "@pulumi/gcp";
|
|
48
|
+
*
|
|
49
|
+
* const listingDataExchange = new gcp.bigqueryanalyticshub.DataExchange("listingDataExchange", {
|
|
50
|
+
* location: "US",
|
|
51
|
+
* dataExchangeId: "my_data_exchange",
|
|
52
|
+
* displayName: "my_data_exchange",
|
|
53
|
+
* description: "example data exchange",
|
|
54
|
+
* });
|
|
55
|
+
* const listingDataset = new gcp.bigquery.Dataset("listingDataset", {
|
|
56
|
+
* datasetId: "my_listing",
|
|
57
|
+
* friendlyName: "my_listing",
|
|
58
|
+
* description: "example data exchange",
|
|
59
|
+
* location: "US",
|
|
60
|
+
* });
|
|
61
|
+
* const listingListing = new gcp.bigqueryanalyticshub.Listing("listingListing", {
|
|
62
|
+
* location: "US",
|
|
63
|
+
* dataExchangeId: listingDataExchange.dataExchangeId,
|
|
64
|
+
* listingId: "my_listing",
|
|
65
|
+
* displayName: "my_listing",
|
|
66
|
+
* description: "example data exchange",
|
|
67
|
+
* bigqueryDataset: {
|
|
68
|
+
* dataset: listingDataset.id,
|
|
69
|
+
* },
|
|
70
|
+
* restrictedExportConfig: {
|
|
71
|
+
* enabled: true,
|
|
72
|
+
* restrictQueryResult: true,
|
|
73
|
+
* },
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
43
76
|
*
|
|
44
77
|
* ## Import
|
|
45
78
|
*
|
|
@@ -145,6 +178,11 @@ export declare class Listing extends pulumi.CustomResource {
|
|
|
145
178
|
* Email or URL of the request access of the listing. Subscribers can use this reference to request access.
|
|
146
179
|
*/
|
|
147
180
|
readonly requestAccess: pulumi.Output<string | undefined>;
|
|
181
|
+
/**
|
|
182
|
+
* If set, restricted export configuration will be propagated and enforced on the linked dataset.
|
|
183
|
+
* Structure is documented below.
|
|
184
|
+
*/
|
|
185
|
+
readonly restrictedExportConfig: pulumi.Output<outputs.bigqueryanalyticshub.ListingRestrictedExportConfig | undefined>;
|
|
148
186
|
/**
|
|
149
187
|
* Create a Listing resource with the given unique name, arguments, and options.
|
|
150
188
|
*
|
|
@@ -222,6 +260,11 @@ export interface ListingState {
|
|
|
222
260
|
* Email or URL of the request access of the listing. Subscribers can use this reference to request access.
|
|
223
261
|
*/
|
|
224
262
|
requestAccess?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* If set, restricted export configuration will be propagated and enforced on the linked dataset.
|
|
265
|
+
* Structure is documented below.
|
|
266
|
+
*/
|
|
267
|
+
restrictedExportConfig?: pulumi.Input<inputs.bigqueryanalyticshub.ListingRestrictedExportConfig>;
|
|
225
268
|
}
|
|
226
269
|
/**
|
|
227
270
|
* The set of arguments for constructing a Listing resource.
|
|
@@ -287,4 +330,9 @@ export interface ListingArgs {
|
|
|
287
330
|
* Email or URL of the request access of the listing. Subscribers can use this reference to request access.
|
|
288
331
|
*/
|
|
289
332
|
requestAccess?: pulumi.Input<string>;
|
|
333
|
+
/**
|
|
334
|
+
* If set, restricted export configuration will be propagated and enforced on the linked dataset.
|
|
335
|
+
* Structure is documented below.
|
|
336
|
+
*/
|
|
337
|
+
restrictedExportConfig?: pulumi.Input<inputs.bigqueryanalyticshub.ListingRestrictedExportConfig>;
|
|
290
338
|
}
|
|
@@ -44,6 +44,39 @@ const utilities = require("../utilities");
|
|
|
44
44
|
* },
|
|
45
45
|
* });
|
|
46
46
|
* ```
|
|
47
|
+
* ### Bigquery Analyticshub Listing Restricted
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as gcp from "@pulumi/gcp";
|
|
52
|
+
*
|
|
53
|
+
* const listingDataExchange = new gcp.bigqueryanalyticshub.DataExchange("listingDataExchange", {
|
|
54
|
+
* location: "US",
|
|
55
|
+
* dataExchangeId: "my_data_exchange",
|
|
56
|
+
* displayName: "my_data_exchange",
|
|
57
|
+
* description: "example data exchange",
|
|
58
|
+
* });
|
|
59
|
+
* const listingDataset = new gcp.bigquery.Dataset("listingDataset", {
|
|
60
|
+
* datasetId: "my_listing",
|
|
61
|
+
* friendlyName: "my_listing",
|
|
62
|
+
* description: "example data exchange",
|
|
63
|
+
* location: "US",
|
|
64
|
+
* });
|
|
65
|
+
* const listingListing = new gcp.bigqueryanalyticshub.Listing("listingListing", {
|
|
66
|
+
* location: "US",
|
|
67
|
+
* dataExchangeId: listingDataExchange.dataExchangeId,
|
|
68
|
+
* listingId: "my_listing",
|
|
69
|
+
* displayName: "my_listing",
|
|
70
|
+
* description: "example data exchange",
|
|
71
|
+
* bigqueryDataset: {
|
|
72
|
+
* dataset: listingDataset.id,
|
|
73
|
+
* },
|
|
74
|
+
* restrictedExportConfig: {
|
|
75
|
+
* enabled: true,
|
|
76
|
+
* restrictQueryResult: true,
|
|
77
|
+
* },
|
|
78
|
+
* });
|
|
79
|
+
* ```
|
|
47
80
|
*
|
|
48
81
|
* ## Import
|
|
49
82
|
*
|
|
@@ -112,6 +145,7 @@ class Listing extends pulumi.CustomResource {
|
|
|
112
145
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
113
146
|
resourceInputs["publisher"] = state ? state.publisher : undefined;
|
|
114
147
|
resourceInputs["requestAccess"] = state ? state.requestAccess : undefined;
|
|
148
|
+
resourceInputs["restrictedExportConfig"] = state ? state.restrictedExportConfig : undefined;
|
|
115
149
|
}
|
|
116
150
|
else {
|
|
117
151
|
const args = argsOrState;
|
|
@@ -144,6 +178,7 @@ class Listing extends pulumi.CustomResource {
|
|
|
144
178
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
145
179
|
resourceInputs["publisher"] = args ? args.publisher : undefined;
|
|
146
180
|
resourceInputs["requestAccess"] = args ? args.requestAccess : undefined;
|
|
181
|
+
resourceInputs["restrictedExportConfig"] = args ? args.restrictedExportConfig : undefined;
|
|
147
182
|
resourceInputs["name"] = undefined /*out*/;
|
|
148
183
|
}
|
|
149
184
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listing.js","sourceRoot":"","sources":["../../bigqueryanalyticshub/listing.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"listing.js","sourceRoot":"","sources":["../../bigqueryanalyticshub/listing.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
* ### Clouddeploy Automation Basic
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as gcp from "@pulumi/gcp";
|
|
11
|
+
*
|
|
12
|
+
* const pipeline = new gcp.clouddeploy.DeliveryPipeline("pipeline", {
|
|
13
|
+
* location: "us-central1",
|
|
14
|
+
* serialPipeline: {
|
|
15
|
+
* stages: [{
|
|
16
|
+
* targetId: "test",
|
|
17
|
+
* profiles: [],
|
|
18
|
+
* }],
|
|
19
|
+
* },
|
|
20
|
+
* }, {
|
|
21
|
+
* provider: google_beta,
|
|
22
|
+
* });
|
|
23
|
+
* const b_automation = new gcp.clouddeploy.Automation("b-automation", {
|
|
24
|
+
* project: pipeline.project,
|
|
25
|
+
* location: pipeline.location,
|
|
26
|
+
* deliveryPipeline: pipeline.name,
|
|
27
|
+
* serviceAccount: "my@service-account.com",
|
|
28
|
+
* selector: {
|
|
29
|
+
* targets: [{
|
|
30
|
+
* id: "*",
|
|
31
|
+
* }],
|
|
32
|
+
* },
|
|
33
|
+
* suspended: false,
|
|
34
|
+
* rules: [{
|
|
35
|
+
* promoteReleaseRule: {
|
|
36
|
+
* id: "promote-release",
|
|
37
|
+
* },
|
|
38
|
+
* }],
|
|
39
|
+
* }, {
|
|
40
|
+
* provider: google_beta,
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
* ### Clouddeploy Automation Full
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as gcp from "@pulumi/gcp";
|
|
48
|
+
*
|
|
49
|
+
* const pipeline = new gcp.clouddeploy.DeliveryPipeline("pipeline", {
|
|
50
|
+
* location: "us-central1",
|
|
51
|
+
* serialPipeline: {
|
|
52
|
+
* stages: [{
|
|
53
|
+
* targetId: "test",
|
|
54
|
+
* profiles: ["test-profile"],
|
|
55
|
+
* }],
|
|
56
|
+
* },
|
|
57
|
+
* }, {
|
|
58
|
+
* provider: google_beta,
|
|
59
|
+
* });
|
|
60
|
+
* const f_automation = new gcp.clouddeploy.Automation("f-automation", {
|
|
61
|
+
* location: "us-central1",
|
|
62
|
+
* deliveryPipeline: pipeline.name,
|
|
63
|
+
* serviceAccount: "my@service-account.com",
|
|
64
|
+
* annotations: {
|
|
65
|
+
* my_first_annotation: "example-annotation-1",
|
|
66
|
+
* my_second_annotation: "example-annotation-2",
|
|
67
|
+
* },
|
|
68
|
+
* labels: {
|
|
69
|
+
* my_first_label: "example-label-1",
|
|
70
|
+
* my_second_label: "example-label-2",
|
|
71
|
+
* },
|
|
72
|
+
* description: "automation resource",
|
|
73
|
+
* selector: {
|
|
74
|
+
* targets: [{
|
|
75
|
+
* id: "test",
|
|
76
|
+
* labels: {
|
|
77
|
+
* foo: "bar",
|
|
78
|
+
* },
|
|
79
|
+
* }],
|
|
80
|
+
* },
|
|
81
|
+
* suspended: true,
|
|
82
|
+
* rules: [
|
|
83
|
+
* {
|
|
84
|
+
* promoteReleaseRule: {
|
|
85
|
+
* id: "promote-release",
|
|
86
|
+
* wait: "200s",
|
|
87
|
+
* destinationTargetId: "@next",
|
|
88
|
+
* destinationPhase: "stable",
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* {
|
|
92
|
+
* advanceRolloutRule: {
|
|
93
|
+
* id: "advance-rollout",
|
|
94
|
+
* sourcePhases: ["deploy"],
|
|
95
|
+
* wait: "200s",
|
|
96
|
+
* },
|
|
97
|
+
* },
|
|
98
|
+
* ],
|
|
99
|
+
* }, {
|
|
100
|
+
* provider: google_beta,
|
|
101
|
+
* });
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* ## Import
|
|
105
|
+
*
|
|
106
|
+
* Automation can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/deliveryPipelines/{{delivery_pipeline}}/automations/{{name}}` * `{{project}}/{{location}}/{{delivery_pipeline}}/{{name}}` * `{{location}}/{{delivery_pipeline}}/{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Automation using one of the formats above. For exampletf import {
|
|
107
|
+
*
|
|
108
|
+
* id = "projects/{{project}}/locations/{{location}}/deliveryPipelines/{{delivery_pipeline}}/automations/{{name}}"
|
|
109
|
+
*
|
|
110
|
+
* to = google_clouddeploy_automation.default }
|
|
111
|
+
*
|
|
112
|
+
* ```sh
|
|
113
|
+
* $ pulumi import gcp:clouddeploy/automation:Automation When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Automation can be imported using one of the formats above. For example
|
|
114
|
+
* ```
|
|
115
|
+
*
|
|
116
|
+
* ```sh
|
|
117
|
+
* $ pulumi import gcp:clouddeploy/automation:Automation default projects/{{project}}/locations/{{location}}/deliveryPipelines/{{delivery_pipeline}}/automations/{{name}}
|
|
118
|
+
* ```
|
|
119
|
+
*
|
|
120
|
+
* ```sh
|
|
121
|
+
* $ pulumi import gcp:clouddeploy/automation:Automation default {{project}}/{{location}}/{{delivery_pipeline}}/{{name}}
|
|
122
|
+
* ```
|
|
123
|
+
*
|
|
124
|
+
* ```sh
|
|
125
|
+
* $ pulumi import gcp:clouddeploy/automation:Automation default {{location}}/{{delivery_pipeline}}/{{name}}
|
|
126
|
+
* ```
|
|
127
|
+
*/
|
|
128
|
+
export declare class Automation extends pulumi.CustomResource {
|
|
129
|
+
/**
|
|
130
|
+
* Get an existing Automation resource's state with the given name, ID, and optional extra
|
|
131
|
+
* properties used to qualify the lookup.
|
|
132
|
+
*
|
|
133
|
+
* @param name The _unique_ name of the resulting resource.
|
|
134
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
135
|
+
* @param state Any extra arguments used during the lookup.
|
|
136
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
137
|
+
*/
|
|
138
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutomationState, opts?: pulumi.CustomResourceOptions): Automation;
|
|
139
|
+
/**
|
|
140
|
+
* Returns true if the given object is an instance of Automation. This is designed to work even
|
|
141
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
142
|
+
*/
|
|
143
|
+
static isInstance(obj: any): obj is Automation;
|
|
144
|
+
/**
|
|
145
|
+
* Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
|
146
|
+
* **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
|
147
|
+
* Please refer to the field `effectiveAnnotations` for all of the annotations present on the resource.
|
|
148
|
+
*/
|
|
149
|
+
readonly annotations: pulumi.Output<{
|
|
150
|
+
[key: string]: string;
|
|
151
|
+
} | undefined>;
|
|
152
|
+
/**
|
|
153
|
+
* Output only. Time at which the automation was created.
|
|
154
|
+
*/
|
|
155
|
+
readonly createTime: pulumi.Output<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The deliveryPipeline for the resource
|
|
158
|
+
*/
|
|
159
|
+
readonly deliveryPipeline: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Optional. Description of the `Automation`. Max length is 255 characters.
|
|
162
|
+
*/
|
|
163
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
|
166
|
+
* Terraform, other clients and services.
|
|
167
|
+
*/
|
|
168
|
+
readonly effectiveAnnotations: pulumi.Output<{
|
|
169
|
+
[key: string]: string;
|
|
170
|
+
}>;
|
|
171
|
+
/**
|
|
172
|
+
* All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
|
173
|
+
*/
|
|
174
|
+
readonly effectiveLabels: pulumi.Output<{
|
|
175
|
+
[key: string]: string;
|
|
176
|
+
}>;
|
|
177
|
+
/**
|
|
178
|
+
* Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
|
179
|
+
*/
|
|
180
|
+
readonly etag: pulumi.Output<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
|
183
|
+
* **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
|
184
|
+
* Please refer to the field `effectiveLabels` for all of the labels present on the resource.
|
|
185
|
+
*/
|
|
186
|
+
readonly labels: pulumi.Output<{
|
|
187
|
+
[key: string]: string;
|
|
188
|
+
} | undefined>;
|
|
189
|
+
/**
|
|
190
|
+
* The location for the resource
|
|
191
|
+
*/
|
|
192
|
+
readonly location: pulumi.Output<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Name of the `Automation`.
|
|
195
|
+
*/
|
|
196
|
+
readonly name: pulumi.Output<string>;
|
|
197
|
+
/**
|
|
198
|
+
* The ID of the project in which the resource belongs.
|
|
199
|
+
* If it is not provided, the provider project is used.
|
|
200
|
+
*/
|
|
201
|
+
readonly project: pulumi.Output<string>;
|
|
202
|
+
/**
|
|
203
|
+
* The combination of labels configured directly on the resource
|
|
204
|
+
* and default labels configured on the provider.
|
|
205
|
+
*/
|
|
206
|
+
readonly pulumiLabels: pulumi.Output<{
|
|
207
|
+
[key: string]: string;
|
|
208
|
+
}>;
|
|
209
|
+
/**
|
|
210
|
+
* Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.
|
|
211
|
+
* Structure is documented below.
|
|
212
|
+
*/
|
|
213
|
+
readonly rules: pulumi.Output<outputs.clouddeploy.AutomationRule[]>;
|
|
214
|
+
/**
|
|
215
|
+
* Required. Selected resources to which the automation will be applied.
|
|
216
|
+
* Structure is documented below.
|
|
217
|
+
*/
|
|
218
|
+
readonly selector: pulumi.Output<outputs.clouddeploy.AutomationSelector>;
|
|
219
|
+
/**
|
|
220
|
+
* Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.
|
|
221
|
+
*/
|
|
222
|
+
readonly serviceAccount: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Optional. When Suspended, automation is deactivated from execution.
|
|
225
|
+
*/
|
|
226
|
+
readonly suspended: pulumi.Output<boolean | undefined>;
|
|
227
|
+
/**
|
|
228
|
+
* Output only. Unique identifier of the `Automation`.
|
|
229
|
+
*/
|
|
230
|
+
readonly uid: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Output only. Time at which the automation was updated.
|
|
233
|
+
*/
|
|
234
|
+
readonly updateTime: pulumi.Output<string>;
|
|
235
|
+
/**
|
|
236
|
+
* Create a Automation resource with the given unique name, arguments, and options.
|
|
237
|
+
*
|
|
238
|
+
* @param name The _unique_ name of the resource.
|
|
239
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
240
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
241
|
+
*/
|
|
242
|
+
constructor(name: string, args: AutomationArgs, opts?: pulumi.CustomResourceOptions);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Input properties used for looking up and filtering Automation resources.
|
|
246
|
+
*/
|
|
247
|
+
export interface AutomationState {
|
|
248
|
+
/**
|
|
249
|
+
* Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
|
250
|
+
* **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
|
251
|
+
* Please refer to the field `effectiveAnnotations` for all of the annotations present on the resource.
|
|
252
|
+
*/
|
|
253
|
+
annotations?: pulumi.Input<{
|
|
254
|
+
[key: string]: pulumi.Input<string>;
|
|
255
|
+
}>;
|
|
256
|
+
/**
|
|
257
|
+
* Output only. Time at which the automation was created.
|
|
258
|
+
*/
|
|
259
|
+
createTime?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* The deliveryPipeline for the resource
|
|
262
|
+
*/
|
|
263
|
+
deliveryPipeline?: pulumi.Input<string>;
|
|
264
|
+
/**
|
|
265
|
+
* Optional. Description of the `Automation`. Max length is 255 characters.
|
|
266
|
+
*/
|
|
267
|
+
description?: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
|
270
|
+
* Terraform, other clients and services.
|
|
271
|
+
*/
|
|
272
|
+
effectiveAnnotations?: pulumi.Input<{
|
|
273
|
+
[key: string]: pulumi.Input<string>;
|
|
274
|
+
}>;
|
|
275
|
+
/**
|
|
276
|
+
* All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
|
277
|
+
*/
|
|
278
|
+
effectiveLabels?: pulumi.Input<{
|
|
279
|
+
[key: string]: pulumi.Input<string>;
|
|
280
|
+
}>;
|
|
281
|
+
/**
|
|
282
|
+
* Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
|
283
|
+
*/
|
|
284
|
+
etag?: pulumi.Input<string>;
|
|
285
|
+
/**
|
|
286
|
+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
|
287
|
+
* **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
|
288
|
+
* Please refer to the field `effectiveLabels` for all of the labels present on the resource.
|
|
289
|
+
*/
|
|
290
|
+
labels?: pulumi.Input<{
|
|
291
|
+
[key: string]: pulumi.Input<string>;
|
|
292
|
+
}>;
|
|
293
|
+
/**
|
|
294
|
+
* The location for the resource
|
|
295
|
+
*/
|
|
296
|
+
location?: pulumi.Input<string>;
|
|
297
|
+
/**
|
|
298
|
+
* Name of the `Automation`.
|
|
299
|
+
*/
|
|
300
|
+
name?: pulumi.Input<string>;
|
|
301
|
+
/**
|
|
302
|
+
* The ID of the project in which the resource belongs.
|
|
303
|
+
* If it is not provided, the provider project is used.
|
|
304
|
+
*/
|
|
305
|
+
project?: pulumi.Input<string>;
|
|
306
|
+
/**
|
|
307
|
+
* The combination of labels configured directly on the resource
|
|
308
|
+
* and default labels configured on the provider.
|
|
309
|
+
*/
|
|
310
|
+
pulumiLabels?: pulumi.Input<{
|
|
311
|
+
[key: string]: pulumi.Input<string>;
|
|
312
|
+
}>;
|
|
313
|
+
/**
|
|
314
|
+
* Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.
|
|
315
|
+
* Structure is documented below.
|
|
316
|
+
*/
|
|
317
|
+
rules?: pulumi.Input<pulumi.Input<inputs.clouddeploy.AutomationRule>[]>;
|
|
318
|
+
/**
|
|
319
|
+
* Required. Selected resources to which the automation will be applied.
|
|
320
|
+
* Structure is documented below.
|
|
321
|
+
*/
|
|
322
|
+
selector?: pulumi.Input<inputs.clouddeploy.AutomationSelector>;
|
|
323
|
+
/**
|
|
324
|
+
* Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.
|
|
325
|
+
*/
|
|
326
|
+
serviceAccount?: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* Optional. When Suspended, automation is deactivated from execution.
|
|
329
|
+
*/
|
|
330
|
+
suspended?: pulumi.Input<boolean>;
|
|
331
|
+
/**
|
|
332
|
+
* Output only. Unique identifier of the `Automation`.
|
|
333
|
+
*/
|
|
334
|
+
uid?: pulumi.Input<string>;
|
|
335
|
+
/**
|
|
336
|
+
* Output only. Time at which the automation was updated.
|
|
337
|
+
*/
|
|
338
|
+
updateTime?: pulumi.Input<string>;
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* The set of arguments for constructing a Automation resource.
|
|
342
|
+
*/
|
|
343
|
+
export interface AutomationArgs {
|
|
344
|
+
/**
|
|
345
|
+
* Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
|
346
|
+
* **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
|
347
|
+
* Please refer to the field `effectiveAnnotations` for all of the annotations present on the resource.
|
|
348
|
+
*/
|
|
349
|
+
annotations?: pulumi.Input<{
|
|
350
|
+
[key: string]: pulumi.Input<string>;
|
|
351
|
+
}>;
|
|
352
|
+
/**
|
|
353
|
+
* The deliveryPipeline for the resource
|
|
354
|
+
*/
|
|
355
|
+
deliveryPipeline: pulumi.Input<string>;
|
|
356
|
+
/**
|
|
357
|
+
* Optional. Description of the `Automation`. Max length is 255 characters.
|
|
358
|
+
*/
|
|
359
|
+
description?: pulumi.Input<string>;
|
|
360
|
+
/**
|
|
361
|
+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
|
362
|
+
* **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
|
363
|
+
* Please refer to the field `effectiveLabels` for all of the labels present on the resource.
|
|
364
|
+
*/
|
|
365
|
+
labels?: pulumi.Input<{
|
|
366
|
+
[key: string]: pulumi.Input<string>;
|
|
367
|
+
}>;
|
|
368
|
+
/**
|
|
369
|
+
* The location for the resource
|
|
370
|
+
*/
|
|
371
|
+
location: pulumi.Input<string>;
|
|
372
|
+
/**
|
|
373
|
+
* Name of the `Automation`.
|
|
374
|
+
*/
|
|
375
|
+
name?: pulumi.Input<string>;
|
|
376
|
+
/**
|
|
377
|
+
* The ID of the project in which the resource belongs.
|
|
378
|
+
* If it is not provided, the provider project is used.
|
|
379
|
+
*/
|
|
380
|
+
project?: pulumi.Input<string>;
|
|
381
|
+
/**
|
|
382
|
+
* Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.
|
|
383
|
+
* Structure is documented below.
|
|
384
|
+
*/
|
|
385
|
+
rules: pulumi.Input<pulumi.Input<inputs.clouddeploy.AutomationRule>[]>;
|
|
386
|
+
/**
|
|
387
|
+
* Required. Selected resources to which the automation will be applied.
|
|
388
|
+
* Structure is documented below.
|
|
389
|
+
*/
|
|
390
|
+
selector: pulumi.Input<inputs.clouddeploy.AutomationSelector>;
|
|
391
|
+
/**
|
|
392
|
+
* Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.
|
|
393
|
+
*/
|
|
394
|
+
serviceAccount: pulumi.Input<string>;
|
|
395
|
+
/**
|
|
396
|
+
* Optional. When Suspended, automation is deactivated from execution.
|
|
397
|
+
*/
|
|
398
|
+
suspended?: pulumi.Input<boolean>;
|
|
399
|
+
}
|