Socket
Socket
Sign inDemoInstall

@pulumi/cloud

Package Overview
Dependencies
Maintainers
13
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/cloud - npm Package Compare versions

Comparing version 0.9.12-3-g0b91718 to 0.9.12-5-gbadd7ca

6

httpEndpoint.d.ts

@@ -153,3 +153,3 @@ /// <reference types="node" />

*/
proxy(path: string, target: string | pulumi.Computed<Endpoint>): void;
proxy(path: string, target: string | pulumi.Output<Endpoint>): void;
/**

@@ -229,3 +229,3 @@ * Routes any requests with given HTTP method on the given path to the

*/
url: pulumi.Computed<string>;
url: pulumi.Output<string>;
/**

@@ -236,3 +236,3 @@ * An optional list of custom domain names, each corresponding to a

*/
customDomainNames: pulumi.Computed<string>[];
customDomainNames: pulumi.Output<string>[];
}

@@ -239,0 +239,0 @@ /**

{
"name": "@pulumi/cloud",
"version": "v0.9.12-3-g0b91718",
"version": "v0.9.12-5-gbadd7ca",
"description": "A highly productive, cloud neutral programming model.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -46,3 +46,3 @@ import * as pulumi from "pulumi";

environment?: {
[name: string]: pulumi.ComputedValue<string>;
[name: string]: pulumi.Input<string>;
};

@@ -54,3 +54,3 @@ /**

*/
memory?: pulumi.ComputedValue<number>;
memory?: pulumi.Input<number>;
/**

@@ -63,3 +63,3 @@ * The amount of memory to reserve for the container, but the container will

*/
memoryReservation?: pulumi.ComputedValue<number>;
memoryReservation?: pulumi.Input<number>;
/**

@@ -89,3 +89,3 @@ * An array of ports to publish from the container. Ports are exposed using the TCP protocol. If the [external]

*/
command?: pulumi.ComputedValue<string[]>;
command?: pulumi.Input<string[]>;
}

@@ -197,3 +197,3 @@ /**

*/
endpoints: pulumi.Computed<{
endpoints: pulumi.Output<{
[containerName: string]: {

@@ -200,0 +200,0 @@ [port: number]: Endpoint;

@@ -16,3 +16,3 @@ import * as pulumi from "pulumi";

*/
new (name: string, primaryKey?: pulumi.ComputedValue<string>, primaryKeyType?: pulumi.ComputedValue<PrimaryKeyType>, opts?: pulumi.ResourceOptions): Table;
new (name: string, primaryKey?: pulumi.Input<string>, primaryKeyType?: pulumi.Input<PrimaryKeyType>, opts?: pulumi.ResourceOptions): Table;
}

@@ -41,7 +41,7 @@ export declare let Table: TableConstructor;

*/
readonly primaryKey: pulumi.Computed<string>;
readonly primaryKey: pulumi.Output<string>;
/**
* The type of the primary key.
*/
readonly primaryKeyType: pulumi.Computed<string>;
readonly primaryKeyType: pulumi.Output<string>;
/**

@@ -48,0 +48,0 @@ * Get a document from the table.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc