@pulumi/confluentcloud 1.45.0 → 1.46.0-alpha.1715336015
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/package.json
CHANGED
|
@@ -87,7 +87,7 @@ export declare class PrivateLinkAttachmentConnection extends pulumi.CustomResour
|
|
|
87
87
|
readonly environment: pulumi.Output<outputs.PrivateLinkAttachmentConnectionEnvironment>;
|
|
88
88
|
readonly gcp: pulumi.Output<outputs.PrivateLinkAttachmentConnectionGcp | undefined>;
|
|
89
89
|
/**
|
|
90
|
-
* The
|
|
90
|
+
* The privateLinkAttachment to which this belongs.
|
|
91
91
|
*/
|
|
92
92
|
readonly privateLinkAttachment: pulumi.Output<outputs.PrivateLinkAttachmentConnectionPrivateLinkAttachment>;
|
|
93
93
|
/**
|
|
@@ -119,7 +119,7 @@ export interface PrivateLinkAttachmentConnectionState {
|
|
|
119
119
|
environment?: pulumi.Input<inputs.PrivateLinkAttachmentConnectionEnvironment>;
|
|
120
120
|
gcp?: pulumi.Input<inputs.PrivateLinkAttachmentConnectionGcp>;
|
|
121
121
|
/**
|
|
122
|
-
* The
|
|
122
|
+
* The privateLinkAttachment to which this belongs.
|
|
123
123
|
*/
|
|
124
124
|
privateLinkAttachment?: pulumi.Input<inputs.PrivateLinkAttachmentConnectionPrivateLinkAttachment>;
|
|
125
125
|
/**
|
|
@@ -143,7 +143,7 @@ export interface PrivateLinkAttachmentConnectionArgs {
|
|
|
143
143
|
environment: pulumi.Input<inputs.PrivateLinkAttachmentConnectionEnvironment>;
|
|
144
144
|
gcp?: pulumi.Input<inputs.PrivateLinkAttachmentConnectionGcp>;
|
|
145
145
|
/**
|
|
146
|
-
* The
|
|
146
|
+
* The privateLinkAttachment to which this belongs.
|
|
147
147
|
*/
|
|
148
148
|
privateLinkAttachment: pulumi.Input<inputs.PrivateLinkAttachmentConnectionPrivateLinkAttachment>;
|
|
149
149
|
}
|