serialize_as_secret_always (pulumi.dynamic.ResourceProvider attribute)
+
+ server_operation_index (pulumi_esc_sdk.Configuration attribute)
+
+ server_operation_variables (pulumi_esc_sdk.Configuration attribute)
set() (in module pulumi)
@@ -1190,10 +1810,16 @@ S
(pulumi.automation.Workspace method)
- set_mocks() (in module pulumi.runtime)
-
Settings (class in pulumi.runtime)
+
+ socket_options (pulumi_esc_sdk.Configuration attribute)
ssh_private_key (pulumi.automation.RemoteGitAuth attribute)
ssh_private_key_path (pulumi.automation.RemoteGitAuth attribute)
+
+ ssl_ca_cert (pulumi_esc_sdk.Configuration attribute)
stables (pulumi.dynamic.DiffResult attribute)
@@ -1264,7 +1894,13 @@ S
T
to_json() (in module pulumi.runtime)
+
+
+
-
@@ -1352,6 +2248,8 @@ U
V
+pulumi_esc_sdk
+
diff --git a/static-prebuilt/docs/reference/pkg/python/objects.inv b/static-prebuilt/docs/reference/pkg/python/objects.inv
index bcb220c961b7..d07cdc4ad36d 100644
Binary files a/static-prebuilt/docs/reference/pkg/python/objects.inv and b/static-prebuilt/docs/reference/pkg/python/objects.inv differ
diff --git a/static-prebuilt/docs/reference/pkg/python/pulumi/index.html b/static-prebuilt/docs/reference/pkg/python/pulumi/index.html
index faf5d3836397..8b3c1e0f03c1 100644
--- a/static-prebuilt/docs/reference/pkg/python/pulumi/index.html
+++ b/static-prebuilt/docs/reference/pkg/python/pulumi/index.html
@@ -530,6 +530,7 @@
pulumi_policy
+pulumi_esc_sdk
@@ -814,11 +815,11 @@
-get_object ( key : str , default : Any ) → Any
+get_object ( key : str , default : Any ) → Any
-get_object ( key : str ) → Any | None
+get_object ( key : str ) → Any | None
-get_object ( key : str , default : Any | None = None ) → Any | None
+get_object ( key : str , default : Any | None = None ) → Any | None
Returns an optional configuration value, as an object, by its key,
a default value if that key is unset and a default is provided, or undefined if it
doesn’t exist. This routine simply JSON parses and doesn’t validate the shape of the
@@ -827,14 +828,14 @@
Parameters:
key (str ) – The requested configuration key.
-default (Optional [ Any ] ) – An optional fallback value to use if the given configuration key is not set.
+default (Optional [ Any ] ) – An optional fallback value to use if the given configuration key is not set.
Returns:
The configuration key’s value, or None if one does not exist.
Return type:
-Optional[Any]
+Optional[Any ]
Raises:
ConfigTypeError – The configuration value existed but couldn’t be coerced to float.
@@ -844,11 +845,11 @@
-get_secret ( key : str , default : str ) → Output [ str ]
+get_secret ( key : str , default : str ) → Output [ str ]
-get_secret ( key : str ) → Output [ str ] | None
+get_secret ( key : str ) → Output [ str ] | None
-get_secret ( key : str , default : str | None = None ) → Output [ str ] | None
+get_secret ( key : str , default : str | None = None ) → Output [ str ] | None
Returns an optional configuration value by its key, marked as a secret,
a default value if that key is unset and a default is provided,
or None if it doesn’t exist.
@@ -870,11 +871,11 @@
-get_secret_bool ( key : str , default : bool ) → Output [ bool ]
+get_secret_bool ( key : str , default : bool ) → Output [ bool ]
-get_secret_bool ( key : str ) → Output [ bool ] | None
+get_secret_bool ( key : str ) → Output [ bool ] | None
-get_secret_bool ( key : str , default : bool | None = None ) → Output [ bool ] | None
+get_secret_bool ( key : str , default : bool | None = None ) → Output [ bool ] | None
Returns an optional configuration value, as a bool, by its key, marked as a secret,
a default value if that key is unset and a default is provided,
or None if it doesn’t exist.
@@ -900,11 +901,11 @@
-get_secret_float ( key : str , default : float ) → Output [ float ]
+get_secret_float ( key : str , default : float ) → Output [ float ]
-get_secret_float ( key : str ) → Output [ float ] | None
+get_secret_float ( key : str ) → Output [ float ] | None
-get_secret_float ( key : str , default : float | None = None ) → Output [ float ] | None
+get_secret_float ( key : str , default : float | None = None ) → Output [ float ] | None
Returns an optional configuration value, as a float, by its key, marked as a secret,
a default value if that key is unset and a default is provided,
or None if it doesn’t exist.
@@ -930,11 +931,11 @@
-get_secret_int ( key : str , default : int ) → Output [ int ]
+get_secret_int ( key : str , default : int ) → Output [ int ]
-get_secret_int ( key : str ) → Output [ int ] | None
+get_secret_int ( key : str ) → Output [ int ] | None
-get_secret_int ( key : str , default : int | None = None ) → Output [ int ] | None
+get_secret_int ( key : str , default : int | None = None ) → Output [ int ] | None
Returns an optional configuration value, as an int, by its key, marked as a secret,
a default value if that key is unset and a default is provided,
or None if it doesn’t exist.
@@ -960,11 +961,11 @@
-get_secret_object ( key : str , default : Any ) → Output [ Any ]
+get_secret_object ( key : str , default : Any ) → Output [ Any ]
-get_secret_object ( key : str ) → Output [ Any ] | None
+get_secret_object ( key : str ) → Output [ Any ] | None
-get_secret_object ( key : str , default : Any | None = None ) → Output [ Any ] | None
+get_secret_object ( key : str , default : Any | None = None ) → Output [ Any ] | None
Returns an optional configuration value, as an object, by its key, marking it as a secret,
a default value if that key is unset and a default is provided,
or undefined if it doesn’t exist. This routine simply JSON parses and doesn’t validate the
@@ -973,14 +974,14 @@
Parameters:
key (str ) – The requested configuration key.
-default (Optional [ Any ] ) – An optional fallback value to use if the given configuration key is not set.
+default (Optional [ Any ] ) – An optional fallback value to use if the given configuration key is not set.
Returns:
The configuration key’s value, or None if one does not exist.
Return type:
-Optional[Any]
+Optional[Any ]
Raises:
ConfigTypeError – The configuration value existed but couldn’t be coerced to float.
@@ -1088,7 +1089,7 @@
-require_object ( key : str ) → Any
+require_object ( key : str ) → Any
Returns a configuration value as a JSON string and deserializes the JSON into a Python
object. If it doesn’t exist, or the configuration value is not a legal JSON string, an error
is thrown.
@@ -1188,7 +1189,7 @@
-require_secret_object ( key : str ) → Output [ Any ]
+require_secret_object ( key : str ) → Output [ Any ]
Returns a configuration value as a JSON string and deserializes the JSON into a Python
object, marking it as a secret. If it doesn’t exist, or the configuration value is not a
legal JSON string, an error is thrown.
@@ -1483,13 +1484,13 @@
dependency graph’ to be created, which properly tracks the relationship between resources.
-static all ( * args : Output [ Any ] ) → Output [ List [ Any ] ]
+static all ( * args : Output [ Any ] ) → Output [ List [ Any ] ]
-static all ( ** kwargs : Output [ Any ] ) → Output [ Dict [ str , Any ] ]
+static all ( ** kwargs : Output [ Any ] ) → Output [ Dict [ str , Any ] ]
-static all ( * args : Any | Awaitable [ Any ] | Output [ T ] ) → Output [ List [ Any ] ]
+static all ( * args : Input [ Any ] ) → Output [ List [ Any ] ]
-static all ( ** kwargs : Any | Awaitable [ Any ] | Output [ T ] ) → Output [ Dict [ str , Any ] ]
+static all ( ** kwargs : Input [ Any ] ) → Output [ Dict [ str , Any ] ]
Produces an Output of a list (if args i.e a list of inputs are supplied)
or dict (if kwargs i.e. keyworded arguments are supplied).
This function can be used to combine multiple, separate Inputs into a single
@@ -1584,9 +1585,9 @@
-static from_input ( val : Output [ U ] ) → Output [ U ]
+static from_input ( val : Output [ U ] ) → Output [ U ]
-static from_input ( val : U | Awaitable [ U ] | Output [ T ] ) → Output [ U ]
+static from_input ( val : Input [ U ] ) → Output [ U ]
Takes an Input value and produces an Output value from it, deeply unwrapping nested Input values through nested
lists, dicts, and input classes. Nested objects of other types (including Resources) are not deeply unwrapped.
@@ -1615,14 +1616,14 @@
-static json_dumps ( obj : Any | Awaitable [ Any ] | Output [ T ] , * , skipkeys : bool = False , ensure_ascii : bool = True , check_circular : bool = True , allow_nan : bool = True , cls : Type [ JSONEncoder ] | None = None , indent : int | str | None = None , separators : Tuple [ str , str ] | None = None , default : Callable [ [ Any ] , Any ] | None = None , sort_keys : bool = False , ** kw : Any ) → Output [ str ]
+static json_dumps ( obj : Any | Awaitable [ Any ] | Output [ T ] , * , skipkeys : bool = False , ensure_ascii : bool = True , check_circular : bool = True , allow_nan : bool = True , cls : Type [ JSONEncoder ] | None = None , indent : int | str | None = None , separators : Tuple [ str , str ] | None = None , default : Callable [ [ Any ] , Any ] | None = None , sort_keys : bool = False , ** kw : Any ) → Output [ str ]
Uses json.dumps to serialize the given Input[object] value into a JSON string.
The arguments have the same meaning as in json.dumps except obj is an Input.
-static json_loads ( s : str | bytes | bytearray | Awaitable [ str | bytes | bytearray ] | Output [ T ] , * , cls : Type [ JSONDecoder ] | None = None , object_hook : Callable [ [ Dict [ Any , Any ] ] , Any ] | None = None , parse_float : Callable [ [ str ] , Any ] | None = None , parse_int : Callable [ [ str ] , Any ] | None = None , parse_constant : Callable [ [ str ] , Any ] | None = None , object_pairs_hook : Callable [ [ List [ Tuple [ Any , Any ] ] ] , Any ] | None = None , ** kwds : Any ) → Output [ Any ]
+static json_loads ( s : str | bytes | bytearray | Awaitable [ str | bytes | bytearray ] | Output [ T ] , * , cls : Type [ JSONDecoder ] | None = None , object_hook : Callable [ [ Dict [ Any , Any ] ] , Any ] | None = None , parse_float : Callable [ [ str ] , Any ] | None = None , parse_int : Callable [ [ str ] , Any ] | None = None , parse_constant : Callable [ [ str ] , Any ] | None = None , object_pairs_hook : Callable [ [ List [ Tuple [ Any , Any ] ] ] , Any ] | None = None , ** kwds : Any ) → Output [ Any ]
Uses json.loads to deserialize the given JSON Input[str] value into a value.
The arguments have the same meaning as in json.loads except s is an Input.
@@ -2156,7 +2157,7 @@
-get_output ( name : str | Awaitable [ str ] | Output [ T ] ) → Output [ Any ]
+get_output ( name : str | Awaitable [ str ] | Output [ T ] ) → Output [ Any ]
Fetches the value of the named stack output, or None if the stack output was not found.
Parameters:
@@ -2183,13 +2184,13 @@
-outputs : Output [ Dict [ str , Any ] ]
+outputs : Output [ Dict [ str , Any ] ]
The outputs of the referenced stack.
-require_output ( name : str | Awaitable [ str ] | Output [ T ] ) → Output [ Any ]
+require_output ( name : str | Awaitable [ str ] | Output [ T ] ) → Output [ Any ]
Fetches the value of the named stack output, or raises a KeyError if the output was not
found.
@@ -2227,27 +2228,27 @@
-class pulumi. StackReferenceOutputDetails ( value : Any | None = None , secret_value : Any | None = None )
+class pulumi. StackReferenceOutputDetails ( value : Any | None = None , secret_value : Any | None = None )
Records the output of a StackReference.
At most one of the value and secret_value fields will be set.
Parameters:
-value (Optional [ Any ] ) – Non-secret output value, if any.
-secret_value (Optional [ Any ] ) – Secret output value, if any.
+value (Optional [ Any ] ) – Non-secret output value, if any.
+secret_value (Optional [ Any ] ) – Secret output value, if any.
-secret_value : Any | None
+secret_value : Any | None
Secret value returned by the StackReference.
None if the value is not a secret or if it does not exist.
-value : Any | None
+value : Any | None
Output value returned by the StackReference.
None if the value is a secret or if it does not exist.
@@ -2319,13 +2320,13 @@
-pulumi. export ( name : str , value : Any )
+pulumi. export ( name : str , value : Any )
Exports a named stack output.
Parameters:
name (str ) – The name to assign to this output.
-value (Any ) – The value of this output.
+value (Any ) – The value of this output.
@@ -2333,7 +2334,7 @@
-pulumi. get ( self , name : str ) → Any
+pulumi. get ( self , name : str ) → Any
Used to get values in types decorated with @input_type or @output_type.
@@ -2397,14 +2398,14 @@
-pulumi. property ( name: str , * , default: ~typing.Any = <pulumi._types._MISSING_TYPE object> ) → Any
+pulumi. property ( name: str , * , default: ~typing.Any = <pulumi._types._MISSING_TYPE object> ) → Any
Return an object to identify Pulumi properties.
name is the Pulumi property name.
-pulumi. set ( self , name : str , value : Any ) → None
+pulumi. set ( self , name : str , value : Any ) → None
Used to set values in types decorated with @input_type or @output_type.
@@ -2562,7 +2563,7 @@ Attributes
DiffKind enumerates the possible kinds of diffs.
Values
@@ -3098,7 +3099,7 @@ Attributes
The granular CRUD operation performed on a particular resource during an update.
@@ -3154,13 +3155,13 @@ Attributes
Deserialize a ProjectBackend from a dictionary.
-to_dict ( ) → Dict [ str , Any ]
+to_dict ( ) → Dict [ str , Any ]
Serialize a ProjectBackend to a dictionary.
@@ -3168,17 +3169,17 @@ Attributes
A description of the Project’s program runtime and associated metadata.
-static from_dict ( data : Dict [ str , Any ] ) → ProjectRuntimeInfo
+static from_dict ( data : Dict [ str , Any ] ) → ProjectRuntimeInfo
Deserialize a ProjectRuntimeInfo from a dictionary.
-to_dict ( ) → Dict [ str , Any ]
+to_dict ( ) → Dict [ str , Any ]
Serialize a ProjectRuntimeInfo to a dictionary.
@@ -3190,13 +3191,13 @@ Attributes
Deserialize a ProjectSettings from a dictionary.
-to_dict ( ) → Dict [ str , Any ]
+to_dict ( ) → Dict [ str , Any ]
Serialize a ProjectSettings to a dictionary.
@@ -3208,13 +3209,13 @@ Attributes
Deserialize a ProjectTemplate from a dictionary.
-to_dict ( ) → Dict [ str , Any ]
+to_dict ( ) → Dict [ str , Any ]
Serialize a ProjectTemplate to a dictionary.
@@ -3226,13 +3227,13 @@ Attributes
Deserialize a ProjectTemplateConfigValue from a dictionary.
-to_dict ( ) → Dict [ str , Any ]
+to_dict ( ) → Dict [ str , Any ]
Serialize a ProjectTemplateConfigValue to a dictionary.
@@ -3292,7 +3293,7 @@ Attributes
Runs a Pulumi command, returning a CommandResult. If the command fails, a CommandError is raised.
Parameters:
@@ -3373,7 +3374,7 @@ Attributes
Destroy deletes all resources in a stack, leaving all history and configuration intact.
Parameters:
@@ -3444,7 +3445,7 @@ Attributes
Performs a dry-run update to a stack, returning pending changes.
https://www.pulumi.com/docs/cli/commands/pulumi_preview/
@@ -3462,7 +3463,7 @@ Attributes
Compares the current stack’s resource state with the state known to exist in the actual
cloud provider. Any such changes are adopted into the current stack.
@@ -3480,7 +3481,7 @@ Attributes
Creates or updates the resources in a stack by executing the program in the Workspace.
https://www.pulumi.com/docs/cli/commands/pulumi_up/
@@ -3546,7 +3547,7 @@ Attributes
A description of the Stack’s configuration and encryption metadata.
@@ -3606,7 +3607,7 @@ Attributes
StepEventStateMetadata is the more detailed state information for a resource as it relates to
a step(s) being performed.
@@ -4390,7 +4391,7 @@ Attributes
CheckResult represents the results of a call to ResourceProvider.check .
@@ -4400,7 +4401,7 @@ Attributes
The inputs to use, if any.
@@ -4408,19 +4409,19 @@ Attributes
Config is a bag of configuration values that can be passed to a provider’s configure method.
Use the Config.get and Config.require methods to retrieve a configuration value by key.
-get ( key : str ) → Any
+get ( key : str ) → Any
get retrieves a configuration value by key. Returns None if the key is not present.
If no namespace is provided in the key, the project name will be used as the namespace.
-require ( key : str ) → Any
+require ( key : str ) → Any
require retrieves a configuration value by key. Returns an error if the key is not present.
If no namespace is provided in the key, the project name will be used as the namespace.
@@ -4442,7 +4443,7 @@ Attributes
CreateResult represents the results of a call to ResourceProvider.create .
@@ -4452,7 +4453,7 @@ Attributes
Any properties that were computed during creation.
@@ -4491,7 +4492,7 @@ Attributes
The ID of the resource ready back (or blank if missing).
@@ -4501,7 +4502,7 @@ Attributes
The current property state read from the live environment.
@@ -4531,7 +4532,7 @@ Attributes
Check validates that the given property bag is valid for a resource of the given type.
@@ -4544,7 +4545,7 @@ Attributes
Create allocates a new instance of the provided resource and returns its unique ID
afterwards. If this call fails, the resource must not have been created (i.e., it is
“transactional”).
@@ -4552,20 +4553,20 @@ Attributes
Delete tears down an existing resource with the given ID. If it fails, the resource is
assumed to still exist.
-diff ( _id : str , _olds : Dict [ str , Any ] , _news : Dict [ str , Any ] ) → DiffResult
+diff ( _id : str , _olds : Dict [ str , Any ] , _news : Dict [ str , Any ] ) → DiffResult
Diff checks what impacts a hypothetical update will have on the resource’s properties.
-read ( id_ : str , props : Dict [ str , Any ] ) → ReadResult
+read ( id_ : str , props : Dict [ str , Any ] ) → ReadResult
Reads the current live state associated with a resource. Enough state must be included in
the inputs to uniquely identify the resource; this is typically just the resource ID, but it
may also include some properties.
@@ -4582,7 +4583,7 @@ Attributes
Update updates an existing resource with new values.
@@ -4590,11 +4591,11 @@ Attributes
UpdateResult represents the results of a call to ResourceProvider.update .
-outs : Dict [ str , Any ] | None
+outs : Dict [ str , Any ] | None
Any properties that were computed during updating.
@@ -4605,7 +4606,7 @@ Attributes
-class pulumi.provider. CallResult ( outputs : Mapping [ str , Any | Awaitable [ Any ] | Output [ T ] ] , failures : Sequence [ CheckFailure ] | None = None )
+class pulumi.provider. CallResult ( outputs : Mapping [ str , Any | Awaitable [ Any ] | Output [ T ] ] , failures : Sequence [ CheckFailure ] | None = None )
CallResult represents the results of a call to Provider.call .
@@ -4615,7 +4616,7 @@ pulumi.provider
The outputs returned by the invoked function, if any.
@@ -4641,12 +4642,12 @@ pulumi.provider
ConstructResult represents the results of a call to
Provider.construct .
-state : Mapping [ str , Any | Awaitable [ Any ] | Output [ T ] ]
+state : Mapping [ str , Any | Awaitable [ Any ] | Output [ T ] ]
Any state that was computed during construction.
@@ -4673,7 +4674,7 @@ pulumi.provider
Call calls the indicated function.
Parameters:
@@ -4687,7 +4688,7 @@ pulumi.provider
Construct creates a new component resource.
Parameters:
@@ -4703,7 +4704,7 @@ pulumi.provider
Invoke calls the indicated function.
Parameters:
@@ -4804,13 +4805,13 @@ pulumi.provider
A bag of properties for configuring the Pulumi Python language runtime.
-pulumi.runtime. call ( tok : str , props : Inputs , res : Resource | None = None , typ : type | None = None , package_ref : Awaitable [ str | None ] | None = None ) → Output [ Any ]
+pulumi.runtime. call ( tok : str , props : Inputs , res : Resource | None = None , typ : type | None = None , package_ref : Awaitable [ str | None ] | None = None ) → Output [ Any ]
call dynamically invokes the function, tok, which is offered by a provider plugin. The inputs
can be a bag of computed values (Ts or Awaitable[T]s).
@@ -4823,13 +4824,13 @@ pulumi.provider
Returns a configuration variable’s value or None if it is unset.
-pulumi.runtime. get_config_env ( ) → Dict [ str , Any ]
+pulumi.runtime. get_config_env ( ) → Dict [ str , Any ]
Returns the environment map that will be used for config checking when variables aren’t set.
@@ -4862,7 +4863,7 @@ pulumi.provider
invoke_async dynamically asynchronously invokes the function, tok, which is offered by a provider plugin.
the inputs can be a bag of computed values (Ts or Awaitable[T]s), and the result is a Awaitable[Any] that
resolves when the invoke finishes.
@@ -4870,7 +4871,7 @@ pulumi.provider
invoke_output dynamically invokes the function, tok, which is offered by a provider plugin. The inputs
can be a bag of computed values (Ts or Awaitable[T]s), and the result is an Output[T] that
resolves when the invoke finishes.
@@ -4937,7 +4938,7 @@ pulumi.provider
Sets a configuration variable. Meant for internal use only.
@@ -4956,7 +4957,7 @@ pulumi.provider
Serialize obj to a JSON formatted str .
diff --git a/static-prebuilt/docs/reference/pkg/python/pulumi_esc_sdk/index.html b/static-prebuilt/docs/reference/pkg/python/pulumi_esc_sdk/index.html
new file mode 100644
index 000000000000..6a682a01dd1d
--- /dev/null
+++ b/static-prebuilt/docs/reference/pkg/python/pulumi_esc_sdk/index.html
@@ -0,0 +1,6237 @@
+
+
+
+
+
+
+ pulumi_esc_sdk — Pulumi documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pulumi
+
+
+
+
+
+
+
+
+
+pulumi_esc_sdk
+ESC (Environments, Secrets, Config) API
+Pulumi ESC allows you to compose and manage hierarchical collections of configuration and secrets and consume them in various ways.
+The version of the OpenAPI document: 0.1.0
+Generated by OpenAPI Generator (https://openapi-generator.tech )
+Do not edit the class manually.
+
+
+class pulumi_esc_sdk. Access ( * , receiver : Range | None = None , accessors : List [ Accessor ] | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Access from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Access from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Accessor ( * , index : int | None = None , key : str , range : Range )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Accessor from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Accessor from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+exception pulumi_esc_sdk. ApiAttributeError ( msg , path_to_item = None )
+Raised when an attribute reference or assignment fails.
+
+Args: msg (str): the exception message
+
+Keyword Args:
+path_to_item (None/list) the path to the exception in the received_data dict
+
+
+
+
+
+
+
+
+class pulumi_esc_sdk. ApiClient ( configuration = None , header_name = None , header_value = None , cookie = None )
+Generic API client for OpenAPI client library builds.
+OpenAPI generic API client. This client handles the client-
+server communication, and is invariant across implementations. Specifics of
+the methods and models for each application are generated from the OpenAPI
+templates.
+
+Parameters:
+
+configuration – .Configuration object for this client
+header_name – a header to pass when making calls to the API.
+header_value – a header value to pass when making calls to
+the API.
+cookie – a cookie to include in the header when making calls
+to the API
+
+
+
+
+
+call_api ( method , url , header_params = None , body = None , post_params = None , _request_timeout = None ) → RESTResponse
+Makes the HTTP request (synchronous)
+:param method: Method to call.
+:param url: Path to method endpoint.
+:param header_params: Header parameters to be
+
+placed in the request header.
+
+
+Parameters:
+
+body – Request body.
+dict (post_params ) – Request post form parameters,
+for application/x-www-form-urlencoded , multipart/form-data .
+_request_timeout – timeout setting for this request.
+
+
+Returns:
+RESTResponse
+
+
+
+
+
+
+deserialize ( response_text , response_type , content_type = 'application/json' )
+Deserializes response into an object.
+
+Parameters:
+
+response – RESTResponse object to be deserialized.
+response_type – class literal for
+deserialized object, or string of class name.
+
+
+Returns:
+deserialized object.
+
+
+
+
+
+
+files_parameters ( files = None )
+Builds form parameters.
+
+Parameters:
+files – File parameters.
+
+Returns:
+Form parameters with files.
+
+
+
+
+
+
+classmethod get_default ( )
+Return new instance of ApiClient.
+This method returns newly created, based on default constructor,
+object of ApiClient class or returns a copy of default
+ApiClient.
+
+Returns:
+The ApiClient object.
+
+
+
+
+
+
+param_serialize ( method , resource_path , path_params = None , query_params = None , header_params = None , body = None , post_params = None , files = None , auth_settings = None , collection_formats = None , _host = None , _request_auth = None ) → Tuple [ str , str , Dict [ str , str ] , str | None , List [ str ] ]
+Builds the HTTP request params needed by the request.
+:param method: Method to call.
+:param resource_path: Path to method endpoint.
+:param path_params: Path parameters in the url.
+:param query_params: Query parameters in the url.
+:param header_params: Header parameters to be
+
+placed in the request header.
+
+
+Parameters:
+
+body – Request body.
+dict (files ) – Request post form parameters,
+for application/x-www-form-urlencoded , multipart/form-data .
+list (auth_settings ) – Auth Settings names for the request.
+dict – key -> filename, value -> filepath,
+for multipart/form-data .
+collection_formats – dict of collection formats for path, query,
+header, and post parameters.
+_request_auth – set to override the auth_settings for an a single
+request; this effectively ignores the authentication
+in the spec for a single request.
+
+
+Returns:
+tuple of form (path, http_method, query_params, header_params,
+body, post_params, files)
+
+
+
+
+
+
+parameters_to_tuples ( params , collection_formats )
+Get parameters as list of tuples, formatting collections.
+
+Parameters:
+
+
+Returns:
+Parameters as list of tuples, collections formatted
+
+
+
+
+
+
+parameters_to_url_query ( params , collection_formats )
+Get parameters as list of tuples, formatting collections.
+
+Parameters:
+
+
+Returns:
+URL query string (e.g. a=Hello%20World&b=123)
+
+
+
+
+
+
+response_deserialize ( response_data : RESTResponse , response_types_map : Dict [ str , T ] | None = None ) → ApiResponse
+Deserializes response into an object.
+:param response_data: RESTResponse object to be deserialized.
+:param response_types_map: dict of response types.
+:return: ApiResponse
+
+
+
+
+sanitize_for_serialization ( obj )
+Builds a JSON POST object.
+If obj is None, return None.
+If obj is str, int, long, float, bool, return directly.
+If obj is datetime.datetime, datetime.date
+
+convert to string in iso8601 format.
+
+If obj is list, sanitize each element in the list.
+If obj is dict, return the dict.
+If obj is OpenAPI model, return the properties dict.
+
+Parameters:
+obj – The data to serialize.
+
+Returns:
+The serialized form of data.
+
+
+
+
+
+
+Returns Accept based on an array of accepts provided.
+
+Parameters:
+accepts – List of headers.
+
+Returns:
+Accept (e.g. application/json).
+
+
+
+
+
+
+Returns Content-Type based on an array of content_types provided.
+
+Parameters:
+content_types – List of content-types.
+
+Returns:
+Content-Type (e.g. application/json).
+
+
+
+
+
+
+classmethod set_default ( default )
+Set default instance of ApiClient.
+It stores default ApiClient.
+
+Parameters:
+default – object of ApiClient.
+
+
+
+
+
+
+update_params_for_auth ( headers , queries , auth_settings , resource_path , method , body , request_auth = None ) → None
+Updates header and query params based on authentication setting.
+
+Parameters:
+
+headers – Header parameters dict to be updated.
+queries – Query parameters tuple list to be updated.
+auth_settings – Authentication setting identifiers list.
+
+
+Resource_path:
+A string representation of the HTTP request resource path.
+
+Method:
+A string representation of the HTTP request method.
+
+Body:
+A object representing the body of the HTTP request.
+
+
+The object type is the return value of sanitize_for_serialization().
+:param request_auth: if set, the provided settings will
+
+override the token in the configuration.
+
+
+
+
+
+property user_agent
+User agent for this API client
+
+
+
+
+
+
+exception pulumi_esc_sdk. ApiException ( status = None , reason = None , http_resp = None , * , body : str | None = None , data : Any | None = None )
+
+
+
+
+exception pulumi_esc_sdk. ApiKeyError ( msg , path_to_item = None )
+
+Args: msg (str): the exception message
+
+Keyword Args:
+path_to_item (None/list) the path to the exception in the received_data dict
+
+
+
+
+
+
+
+
+class pulumi_esc_sdk. ApiResponse ( * , status_code : int , headers : Mapping [ str , str ] | None = None , data : T , raw_data : bytes )
+API response object
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+model_config : ClassVar [ ConfigDict ] = {'arbitrary_types_allowed': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+
+
+exception pulumi_esc_sdk. ApiTypeError ( msg , path_to_item = None , valid_classes = None , key_type = None )
+Raises an exception for TypeErrors
+
+Args: msg (str): the exception message
+
+Keyword Args:
+path_to_item (list): a list of keys an indices to get to the current_item
+None if unset
+
+valid_classes (tuple): the primitive classes that current item should be an instance of
+None if unset
+
+key_type (bool): False if our value is a value in a dict True if it is a key in a dict
+False if our item is an item in a list
+None if unset
+
+
+
+
+
+
+
+
+exception pulumi_esc_sdk. ApiValueError ( msg , path_to_item = None )
+
+Args: msg (str): the exception message
+
+Keyword Args:
+path_to_item (list) the path to the exception in the received_data dict. None if unset
+
+
+
+
+
+
+
+
+class pulumi_esc_sdk. CheckEnvironment ( * , exprs : Dict [ str , Expr ] | None = None , properties : Dict [ str , Value ] | None = None , schema : Any | None = None , executionContext : EvaluatedExecutionContext | None = None , diagnostics : List [ EnvironmentDiagnostic ] | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of CheckEnvironment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of CheckEnvironment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. CloneEnvironment ( * , project : str , name : str , preserveAccess : bool | None = None , preserveEnvironmentTags : bool | None = None , preserveHistory : bool | None = None , preserveRevisionTags : bool | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of CloneEnvironment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of CloneEnvironment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+classmethod name_validate_regular_expression ( value )
+Validates the regular expression
+
+
+
+
+classmethod project_validate_regular_expression ( value )
+Validates the regular expression
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Configuration ( host = None , access_token = None , server_index = None , server_variables = None , server_operation_index = None , server_operation_variables = None , ssl_ca_cert = None )
+This class contains various settings of the API client.
+
+
+param host:
+Base url.
+
+param access_token:
+Access token.
+
+param server_index:
+Index to servers configuration.
+
+param server_variables:
+Mapping with string values to replace variables in
+templated server configuration. The validation of enums is performed for
+variables with defined enum values before.
+
+param server_operation_index:
+Mapping from operation ID to an index to server
+configuration.
+
+param server_operation_variables:
+Mapping from operation ID to a mapping with
+string values to replace variables in templated server configuration.
+The validation of enums is performed for variables with defined enum
+values before.
+
+param ssl_ca_cert:
+str - the path to a file of concatenated CA certificates
+in PEM format.
+
+Example:
+
+
+
API Key Authentication Example.
+Given the following security scheme in the OpenAPI specification:
+
+
+components:
+securitySchemes:
+cookieAuth: # name for the security scheme type: apiKey
+in: cookie
+name: JSESSIONID # cookie name
+
+
+
+
+
+
+
+
You can programmatically set the cookie:
+
+
+conf = pulumi_esc_sdk.Configuration( api_key={‘cookieAuth’: ‘abc123’}
+api_key_prefix={‘cookieAuth’: ‘JSESSIONID’}
+
+
+)
+
+
+The following cookie will be added to the HTTP request: Cookie: JSESSIONID abc123
+
+
+
+Constructor
+
+
+assert_hostname
+Set this to True/False to enable/disable SSL hostname verification.
+
+
+
+
+auth_settings ( )
+Gets Auth Settings dict for api client.
+
+Returns:
+The Auth Settings information dict.
+
+
+
+
+
+
+cert_file
+client certificate file
+
+
+
+
+connection_pool_maxsize
+urllib3 connection pool’s maximum number of connections saved
+per pool. urllib3 uses 1 connection as default value, but this is
+not the best value when you are making a lot of possibly parallel
+requests to the same host, which is often the case here.
+cpu_count * 5 is used as default value to increase performance.
+
+
+
+
+date_format
+date format
+
+
+
+
+datetime_format
+datetime format
+
+
+
+
+property debug
+Debug switch
+
+
+
+
+get_api_key_with_prefix ( identifier , alias = None )
+Gets API key (with prefix if set).
+
+Parameters:
+
+
+Returns:
+The token for api key authentication.
+
+
+
+
+
+
+get_basic_auth_token ( )
+Gets HTTP basic authentication header (string).
+
+Returns:
+The token for basic HTTP authentication.
+
+
+
+
+
+
+classmethod get_default ( )
+Return the default configuration.
+This method returns newly created, based on default constructor,
+object of Configuration class or returns a copy of default
+configuration.
+
+Returns:
+The configuration object.
+
+
+
+
+
+
+classmethod get_default_copy ( )
+Deprecated. Please use get_default instead.
+Deprecated. Please use get_default instead.
+
+Returns:
+The configuration object.
+
+
+
+
+
+
+get_host_from_settings ( index , variables = None , servers = None )
+Gets host URL based on the index and variables
+:param index: array index of the host settings
+:param variables: hash of variable and the corresponding value
+:param servers: an array of host settings or None
+:return: URL based on host settings
+
+
+
+
+get_host_settings ( )
+Gets an array of host settings
+
+Returns:
+An array of host settings
+
+
+
+
+
+
+property host
+Return generated host.
+
+
+
+
+key_file
+client key file
+
+
+
+
+logger
+Logging Settings
+
+
+
+
+property logger_file
+Debug file location
+
+
+
+
+logger_file_handler : FileHandler | None
+Log file handler
+
+
+
+
+property logger_format
+Log format
+
+
+
+
+logger_stream_handler
+Log stream handler
+
+
+
+
+proxy : str | None
+Proxy URL
+
+
+
+
+Proxy headers
+
+
+
+
+refresh_api_key_hook
+function hook to refresh API key if expired
+
+
+
+
+retries
+Adding retries to override urllib3 default value 3
+
+
+
+
+safe_chars_for_path_param
+Safe chars for path_param
+
+
+
+
+server_operation_index
+Default server index
+
+
+
+
+server_operation_variables
+Default server variables
+
+
+
+
+classmethod set_default ( default )
+Set default instance of configuration.
+It stores default configuration, which can be
+returned by get_default_copy method.
+
+Parameters:
+default – object of Configuration
+
+
+
+
+
+
+socket_options
+Options to pass down to the underlying urllib3 socket
+
+
+
+
+ssl_ca_cert
+Set this to customize the certificate file to verify the peer.
+
+
+
+
+temp_folder_path
+Temp file folder for downloading files
+
+
+
+
+tls_server_name
+SSL/TLS Server Name Indication (SNI)
+Set this to the SNI value expected by the server.
+
+
+
+
+to_debug_report ( )
+Gets the essential information for debugging.
+
+Returns:
+The report for debugging.
+
+
+
+
+
+
+verify_ssl
+SSL/TLS verification
+Set this to false to skip verifying SSL certificate when calling API
+from https server.
+
+
+
+
+
+
+class pulumi_esc_sdk. CreateEnvironment ( * , project : str , name : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of CreateEnvironment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of CreateEnvironment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+classmethod name_validate_regular_expression ( value )
+Validates the regular expression
+
+
+
+
+classmethod project_validate_regular_expression ( value )
+Validates the regular expression
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. CreateEnvironmentRevisionTag ( * , name : str , revision : int )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of CreateEnvironmentRevisionTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of CreateEnvironmentRevisionTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. CreateEnvironmentTag ( * , name : str , value : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of CreateEnvironmentTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of CreateEnvironmentTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Environment ( * , exprs : Dict [ str , Expr ] | None = None , properties : Dict [ str , Value ] | None = None , schema : Any | None = None , executionContext : EvaluatedExecutionContext | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Environment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Environment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentDefinition ( * , imports : List [ str ] | None = None , values : EnvironmentDefinitionValues | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentDefinition from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentDefinition from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentDefinitionValues ( * , pulumiConfig : Dict [ str , Any ] | None = None , environmentVariables : Dict [ str , str ] | None = None , files : Dict [ str , str ] | None = None , additional_properties : Dict [ str , Any ] = {} )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentDefinitionValues from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentDefinitionValues from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+None is only added to the output dict for nullable fields that
+were set at model initialization. Other fields with value None
+are ignored.
+Fields in self.additional_properties are added to the output dict.
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentDiagnostic ( * , summary : str , path : str | None = None , range : Range | None = None , additional_properties : Dict [ str , Any ] = {} )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentDiagnostic from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentDiagnostic from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+None is only added to the output dict for nullable fields that
+were set at model initialization. Other fields with value None
+are ignored.
+Fields in self.additional_properties are added to the output dict.
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentDiagnostics ( * , diagnostics : List [ EnvironmentDiagnostic ] | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentDiagnostics from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentDiagnostics from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentRevision ( * , number : int , creatorLogin : str | None = None , created : str | None = None , creatorName : str | None = None , tags : List [ str ] | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentRevision from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentRevision from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentRevisionTag ( * , revision : int , name : str , created : str | None = None , modified : str | None = None , editorLogin : str | None = None , editorName : str | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentRevisionTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentRevisionTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentRevisionTags ( * , tags : List [ EnvironmentRevisionTag ] | None = None , nextToken : str | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentRevisionTags from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentRevisionTags from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EnvironmentTag ( * , name : str , value : str | None = None , created : str , modified : str , editorLogin : str , editorName : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EnvironmentTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EnvironmentTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Error ( * , message : str , code : int )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Error from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Error from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. EscApi ( api_client = None )
+NOTE: This class is auto generated by OpenAPI Generator
+Ref: https://openapi-generator.tech
+Do not edit the class manually.
+
+
+check_environment_yaml ( org_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → CheckEnvironment
+Checks an environment definition for errors
+Checks an environment definition for errors
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+check_environment_yaml_with_http_info ( org_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ CheckEnvironment ]
+Checks an environment definition for errors
+Checks an environment definition for errors
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+check_environment_yaml_without_preload_content ( org_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Checks an environment definition for errors
+Checks an environment definition for errors
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+clone_environment ( org_name : str , project_name : str , env_name : str , clone_environment : CloneEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Clones an environment
+Clones an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+clone_environment (CloneEnvironment ) – Clone environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+clone_environment_with_http_info ( org_name : str , project_name : str , env_name : str , clone_environment : CloneEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Clones an environment
+Clones an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+clone_environment (CloneEnvironment ) – Clone environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+clone_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , clone_environment : CloneEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Clones an environment
+Clones an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+clone_environment (CloneEnvironment ) – Clone environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment ( org_name : str , create_environment : CreateEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → Error
+Create a new environment
+Creates an environment in the given org with the given name.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+create_environment (CreateEnvironment ) – Create Environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_revision_tag ( org_name : str , project_name : str , env_name : str , create_environment_revision_tag : CreateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Create environment revision tag
+Create environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_revision_tag (CreateEnvironmentRevisionTag ) – Create environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_revision_tag_with_http_info ( org_name : str , project_name : str , env_name : str , create_environment_revision_tag : CreateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Create environment revision tag
+Create environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_revision_tag (CreateEnvironmentRevisionTag ) – Create environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_revision_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , create_environment_revision_tag : CreateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Create environment revision tag
+Create environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_revision_tag (CreateEnvironmentRevisionTag ) – Create environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_tag ( org_name : str , project_name : str , env_name : str , create_environment_tag : CreateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentTag
+Create environment tag
+Create environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_tag (CreateEnvironmentTag ) – Create environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_tag_with_http_info ( org_name : str , project_name : str , env_name : str , create_environment_tag : CreateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentTag ]
+Create environment tag
+Create environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_tag (CreateEnvironmentTag ) – Create environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , create_environment_tag : CreateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Create environment tag
+Create environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+create_environment_tag (CreateEnvironmentTag ) – Create environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_with_http_info ( org_name : str , create_environment : CreateEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ Error ]
+Create a new environment
+Creates an environment in the given org with the given name.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+create_environment (CreateEnvironment ) – Create Environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+create_environment_without_preload_content ( org_name : str , create_environment : CreateEnvironment , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Create a new environment
+Creates an environment in the given org with the given name.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+create_environment (CreateEnvironment ) – Create Environment (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+decrypt_environment ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentDefinition
+Reads the definition for the given environment with static secrets in plaintext
+Reads the definition for the given environment with static secrets in plaintext
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+decrypt_environment_with_http_info ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentDefinition ]
+Reads the definition for the given environment with static secrets in plaintext
+Reads the definition for the given environment with static secrets in plaintext
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+decrypt_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Reads the definition for the given environment with static secrets in plaintext
+Reads the definition for the given environment with static secrets in plaintext
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → Error
+Delete an environment
+Delete an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Delete environment revision tag
+Delete environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_revision_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Delete environment revision tag
+Delete environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_revision_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Delete environment revision tag
+Delete environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Delete environment tag
+Delete environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Delete environment tag
+Delete environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Delete environment tag
+Delete environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_with_http_info ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ Error ]
+Delete an environment
+Delete an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+delete_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Delete an environment
+Delete an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentDefinition
+Read an environment
+Read an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_at_version ( org_name : str , project_name : str , env_name : str , version : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentDefinition
+Read an environment at a specific version
+Read an environmentat a specific revision or tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_at_version_with_http_info ( org_name : str , project_name : str , env_name : str , version : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentDefinition ]
+Read an environment at a specific version
+Read an environmentat a specific revision or tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_at_version_without_preload_content ( org_name : str , project_name : str , env_name : str , version : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read an environment at a specific version
+Read an environmentat a specific revision or tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_e_tag ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Return an Environment ETag
+Returns the ETag for the given environment if it exists.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_e_tag_with_http_info ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Return an Environment ETag
+Returns the ETag for the given environment if it exists.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_e_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Return an Environment ETag
+Returns the ETag for the given environment if it exists.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentRevisionTag
+Read environment revision tag
+Read environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_revision_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentRevisionTag ]
+Read environment revision tag
+Read environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_revision_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read environment revision tag
+Read environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentTag
+Read an environment tag
+Read an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentTag ]
+Read an environment tag
+Read an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read an environment tag
+Read an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_with_http_info ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentDefinition ]
+Read an environment
+Read an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+get_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read an environment
+Read an environment
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revision_tags ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentRevisionTags
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revision_tags_with_http_info ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentRevisionTags ]
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revision_tags_without_preload_content ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revisions ( org_name : str , project_name : str , env_name : str , before : int | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → List [ EnvironmentRevision ]
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+before (int ) – before revision number for pagination
+count (int ) – limit of revisions to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revisions_with_http_info ( org_name : str , project_name : str , env_name : str , before : int | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ List [ EnvironmentRevision ] ]
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+before (int ) – before revision number for pagination
+count (int ) – limit of revisions to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_revisions_without_preload_content ( org_name : str , project_name : str , env_name : str , before : int | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+List environment revisions
+List environment revisions
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+before (int ) – before revision number for pagination
+count (int ) – limit of revisions to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_tags ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ListEnvironmentTags
+List environment tags
+List environment tags
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_tags_with_http_info ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ ListEnvironmentTags ]
+List environment tags
+List environment tags
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environment_tags_without_preload_content ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+List environment tags
+List environment tags
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+after (str ) – after tag for pagination
+count (int ) – limit of tags to return
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environments ( org_name : str , continuation_token : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → OrgEnvironments
+List environments in the organization
+List environments in the organization available to the current user
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+continuation_token (str ) – continuation Token from previous query to fetch next page of results
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environments_with_http_info ( org_name : str , continuation_token : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ OrgEnvironments ]
+List environments in the organization
+List environments in the organization available to the current user
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+continuation_token (str ) – continuation Token from previous query to fetch next page of results
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+list_environments_without_preload_content ( org_name : str , continuation_token : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+List environments in the organization
+List environments in the organization available to the current user
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+continuation_token (str ) – continuation Token from previous query to fetch next page of results
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment ( org_name : str , project_name : str , env_name : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → OpenEnvironment
+Open an environment session
+Opens a session the given environment for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment_at_version ( org_name : str , project_name : str , env_name : str , version : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → OpenEnvironment
+Open an environment session at a specific version
+Opens a session the given environment at a specific version for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment_at_version_with_http_info ( org_name : str , project_name : str , env_name : str , version : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ OpenEnvironment ]
+Open an environment session at a specific version
+Opens a session the given environment at a specific version for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment_at_version_without_preload_content ( org_name : str , project_name : str , env_name : str , version : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Open an environment session at a specific version
+Opens a session the given environment at a specific version for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+version (str ) – Revision or tag (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment_with_http_info ( org_name : str , project_name : str , env_name : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ OpenEnvironment ]
+Open an environment session
+Opens a session the given environment for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+open_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , duration : str | None = None , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Open an environment session
+Opens a session the given environment for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+duration (str ) – open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment ( org_name : str , project_name : str , env_name : str , open_session_id : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → Environment
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment_property ( org_name : str , project_name : str , env_name : str , open_session_id : str , var_property : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → Value
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+var_property (str ) – Path to a specific property using Pulumi path syntax https://www.pulumi.com/docs/concepts/config/#structured-configuration (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment_property_with_http_info ( org_name : str , project_name : str , env_name : str , open_session_id : str , var_property : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ Value ]
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+var_property (str ) – Path to a specific property using Pulumi path syntax https://www.pulumi.com/docs/concepts/config/#structured-configuration (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment_property_without_preload_content ( org_name : str , project_name : str , env_name : str , open_session_id : str , var_property : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+var_property (str ) – Path to a specific property using Pulumi path syntax https://www.pulumi.com/docs/concepts/config/#structured-configuration (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment_with_http_info ( org_name : str , project_name : str , env_name : str , open_session_id : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ Environment ]
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+read_open_environment_without_preload_content ( org_name : str , project_name : str , env_name : str , open_session_id : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Read an open environment
+Reads and decrypts secrets including retrieving dynamic secrets from providers.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+open_session_id (str ) – Open session ID returned from environment open (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_revision_tag : UpdateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → None
+Update environment revision tag
+Update environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_revision_tag (UpdateEnvironmentRevisionTag ) – Update environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_revision_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_revision_tag : UpdateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ NoneType ]
+Update environment revision tag
+Update environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_revision_tag (UpdateEnvironmentRevisionTag ) – Update environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_revision_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_revision_tag : UpdateEnvironmentRevisionTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Update environment revision tag
+Update environment revision tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_revision_tag (UpdateEnvironmentRevisionTag ) – Update environment revision tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_tag : UpdateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentTag
+Update an environment tag
+Update an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_tag (UpdateEnvironmentTag ) – Update environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_tag_with_http_info ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_tag : UpdateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentTag ]
+Update an environment tag
+Update an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_tag (UpdateEnvironmentTag ) – Update environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_tag_without_preload_content ( org_name : str , project_name : str , env_name : str , tag_name : str , update_environment_tag : UpdateEnvironmentTag , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Update an environment tag
+Update an environment tag
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+tag_name (str ) – Tag name (required)
+update_environment_tag (UpdateEnvironmentTag ) – Update environment tag (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_yaml ( org_name : str , project_name : str , env_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → EnvironmentDiagnostics
+Update an existing environment with Yaml file
+Validates and updates the given environment’s definition.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_yaml_with_http_info ( org_name : str , project_name : str , env_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → ApiResponse [ EnvironmentDiagnostics ]
+Update an existing environment with Yaml file
+Validates and updates the given environment’s definition.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+update_environment_yaml_without_preload_content ( org_name : str , project_name : str , env_name : str , body : str , _request_timeout : None | float | Tuple [ float , float ] = None , _request_auth : Dict [ str , Any ] | None = None , _content_type : str | None = None , _headers : Dict [ str , Any ] | None = None , _host_index : int = 0 ) → HTTPResponse
+Update an existing environment with Yaml file
+Validates and updates the given environment’s definition.
+
+Parameters:
+
+org_name (str ) – Organization name (required)
+project_name (str ) – Project name (required)
+env_name (str ) – Environment name (required)
+body (str ) – Environment Yaml content (required)
+_request_timeout (int , tuple ( int , int ) , optional ) – timeout setting for this request. If one
+number provided, it will be total request
+timeout. It can also be a pair (tuple) of
+(connection, read) timeouts.
+_request_auth (dict , optional ) – set to override the auth_settings for an a single
+request; this effectively ignores the
+authentication in the spec for a single request.
+_content_type (str , Optional ) – force content-type for the request.
+_headers (dict , optional ) – set to override the headers for a single
+request; this effectively ignores the headers
+in the spec for a single request.
+_host_index (int , optional ) – set to override the host_index for a single
+request; this effectively ignores the host_index
+in the spec for a single request.
+
+
+Returns:
+Returns the result object.
+
+
+
+
+
+
+
+
+class pulumi_esc_sdk. EscClient ( configuration : Configuration )
+EscClient is a client for the ESC API.
+It wraps the raw API client and provides a more convenient interface.
+
+Parameters:
+configuration – API client configuration.
+
+
+Constructor
+
+
+check_environment ( org_name : str , env : EnvironmentDefinition ) → CheckEnvironment
+Check an environment using the environment definition.
+
+Parameters:
+
+
+Returns:
+The check environment result with diagnostics.
+
+
+
+
+
+
+check_environment_yaml ( org_name : str , yaml_body : str ) → CheckEnvironment
+Check an environment using the YAML body.
+
+Parameters:
+
+
+Returns:
+The check environment result with diagnostics.
+
+
+
+
+
+
+clone_environment ( org_name : str , src_project_name : str , src_env_name : str , dest_project_name : str , dest_env_name : str , clone_options : dict = {} ) → Environment
+Clone an environment.
+
+Parameters:
+
+org_name – The name of the organization.
+src_project_name – The name of the source project.
+src_env_name – The name of the source environment.
+dest_project_name – The name of the destination project.
+dest_env_name – The name of the destination environment.
+clone_options – A dictionary containing clone options.
+
+
+Key bool preserve_access:
+Whether to preserve team access.
+
+Key bool preserve_environment_tags:
+Whether to preserve tags.
+
+Key bool preserve_history:
+Whether to preserve history.
+
+Key bool preserve_revision_tags:
+Whether to preserve version tags.
+
+Returns:
+The created environment.
+
+
+
+
+
+
+create_environment ( org_name : str , project_name : str , env_name : str ) → Environment
+Create an environment.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+Returns:
+The created environment.
+
+
+
+
+
+
+create_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , revision : int ) → None
+Create an environment revision tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+revision – The revision to tag.
+
+
+
+
+
+
+
+create_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , tag_value : str ) → EnvironmentTag
+Create an environment tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+tag_value – The value of the tag.
+
+
+Returns:
+The created environment tag.
+
+
+
+
+
+
+decrypt_environment ( org_name : str , project_name : str , env_name : str ) → tuple [ pulumi_esc_sdk.models.environment_definition.EnvironmentDefinition , str ]
+Decrypt an environment.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+Returns:
+The decrypted environment and the raw data.
+
+
+
+
+
+
+delete_environment ( org_name : str , project_name : str , env_name : str ) → None
+Delete an environment.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+
+
+
+
+
+delete_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str ) → None
+Delete an environment revision tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+
+
+
+
+
+
+
+delete_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str ) → None
+Delete an environment tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+
+
+
+
+
+
+
+get_environment ( org_name : str , project_name : str , env_name : str ) → tuple [ pulumi_esc_sdk.models.environment_definition.EnvironmentDefinition , bytes ]
+Get an environment by name.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+Returns:
+The environment definition and the raw data.
+
+
+
+
+
+
+get_environment_at_version ( org_name : str , project_name : str , env_name : str , version : str ) → tuple [ pulumi_esc_sdk.models.environment_definition.EnvironmentDefinition , bytes ]
+Get an environment by name and version.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+version – The version of the environment.
+
+
+Returns:
+The environment definition and the raw data.
+
+
+
+
+
+
+get_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str ) → EnvironmentRevisionTag
+Get an environment revision tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+
+
+Returns:
+The environment revision tag.
+
+
+
+
+
+
+get_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str ) → EnvironmentTag
+Get an environment tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+
+
+Returns:
+The environment tag.
+
+
+
+
+
+
+list_environment_revision_tags ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None ) → EnvironmentRevisionTags
+List environment revision tags.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+after – The tag after which to list.
+count – The number of tags to list.
+
+
+
+
+
+
+
+list_environment_revisions ( org_name : str , project_name : str , env_name : str , before : int | None = None , count : int | None = None ) → List [ EnvironmentRevision ]
+List environment revisions, from newest to oldest.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+before – The revision before which to list.
+count – The number of revisions to list.
+
+
+
+
+
+
+
+list_environment_tags ( org_name : str , project_name : str , env_name : str , after : str | None = None , count : int | None = None ) → ListEnvironmentTags
+List environment tags.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+after – The tag after which to list.
+count – The number of tags to list.
+
+
+Returns:
+The environment tags.
+
+
+
+
+
+
+list_environments ( org_name : str , continuation_token : str = None ) → OrgEnvironments
+List all environments in an organization.
+
+Parameters:
+
+
+Returns:
+The list of environments.
+
+
+
+
+
+
+open_and_read_environment ( org_name : str , project_name : str , env_name : str ) → tuple[pulumi_esc_sdk.models.environment.Environment, typing.Mapping[str, <built-in function any>], str]
+Open and read an environment and resolves config and data.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+Returns:
+The environment, the values, and the raw data.
+
+
+
+
+
+
+open_and_read_environment_at_version ( org_name : str , project_name : str , env_name : str , version : str ) → tuple[pulumi_esc_sdk.models.environment.Environment, typing.Mapping[str, <built-in function any>], str]
+Open and read an environment at a specific version and resolves config and data.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+version – The version of the environment.
+
+
+Returns:
+The environment, the values, and the raw data.
+
+
+
+
+
+
+open_environment ( org_name : str , project_name : str , env_name : str ) → OpenEnvironment
+Open an environment for reading.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+
+
+Returns:
+The opened environment.
+
+
+
+
+
+
+open_environment_at_version ( org_name : str , project_name : str , env_name : str , version : str ) → OpenEnvironment
+Open an environment for reading at a specific version.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+version – The version of the environment.
+
+
+Returns:
+The opened environment.
+
+
+
+
+
+
+read_open_environment ( org_name : str , project_name : str , env_name : str , open_session_id : str ) → tuple [ pulumi_esc_sdk.models.environment.Environment , Mapping [ str , Any ] , str ]
+Read an open environment and resolves config and data.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+open_session_id – The open session identifier.
+
+
+Returns:
+The environment, the values, and the raw data.
+
+
+
+
+
+
+read_open_environment_property ( org_name : str , project_name : str , env_name : str , open_session_id : str , property_name : str ) → tuple [ pulumi_esc_sdk.models.value.Value , Any ]
+Read a property from an open environment and resolves the value.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+open_session_id – The open session identifier.
+property_name – The property name.
+
+
+Returns:
+The property value and the resolved value.
+
+
+
+
+
+
+update_environment ( org_name : str , project_name : str , env_name : str , env : EnvironmentDefinition ) → Environment
+Update an environment using the environment definition.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+env – The environment definition.
+
+
+Returns:
+The updated environment.
+
+
+
+
+
+
+update_environment_revision_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , revision : int ) → None
+Update an environment revision tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+revision – The revision to tag.
+
+
+
+
+
+
+
+update_environment_tag ( org_name : str , project_name : str , env_name : str , tag_name : str , current_tag_value : str , new_tag_name : str , new_tag_value : str ) → EnvironmentTag
+Update an environment tag.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+tag_name – The name of the tag.
+current_tag_value – The current value of the tag.
+new_tag_name – The new name of the tag.
+new_tag_value – The new value of the tag.
+
+
+Returns:
+The updated environment tag.
+
+
+
+
+
+
+update_environment_yaml ( org_name : str , project_name : str , env_name : str , yaml_body : str ) → EnvironmentDiagnostics
+Update an environment using the YAML body.
+
+Parameters:
+
+org_name – The name of the organization.
+project_name – The name of the project.
+env_name – The name of the environment.
+yaml_body – The YAML text.
+
+
+Returns:
+The environment diagnostics.
+
+
+
+
+
+
+
+
+class pulumi_esc_sdk. EvaluatedExecutionContext ( * , properties : Dict [ str , Value ] | None = None , schema : Any | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of EvaluatedExecutionContext from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of EvaluatedExecutionContext from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Expr ( * , range : Range | None = None , base : Expr | None = None , schema : Any | None = None , keyRanges : Dict [ str , Range ] | None = None , literal : Any | None = None , interpolate : List [ Interpolation ] | None = None , symbol : List [ PropertyAccessor ] | None = None , access : List [ Access ] | None = None , list : List [ Expr ] | None = None , object : Dict [ str , Expr ] | None = None , builtin : ExprBuiltin | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Expr from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Expr from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. ExprBuiltin ( * , name : str , nameRange : Range | None = None , argSchema : Any | None = None , arg : Expr | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of ExprBuiltin from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of ExprBuiltin from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Interpolation ( * , text : str | None = None , value : List [ PropertyAccessor ] | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Interpolation from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Interpolation from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. ListEnvironmentTags ( * , tags : Dict [ str , EnvironmentTag ] , nextToken : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of ListEnvironmentTags from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of ListEnvironmentTags from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+exception pulumi_esc_sdk. OpenApiException
+The base exception class for all OpenAPIExceptions
+
+
+
+
+class pulumi_esc_sdk. OpenEnvironment ( * , id : str , diagnostics : EnvironmentDiagnostics | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of OpenEnvironment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of OpenEnvironment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. OrgEnvironment ( * , organization : str | None = None , project : str , name : str , created : str , modified : str , additional_properties : Dict [ str , Any ] = {} )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of OrgEnvironment from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of OrgEnvironment from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+None is only added to the output dict for nullable fields that
+were set at model initialization. Other fields with value None
+are ignored.
+Fields in self.additional_properties are added to the output dict.
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. OrgEnvironments ( * , environments : List [ OrgEnvironment ] | None = None , nextToken : str | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of OrgEnvironments from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of OrgEnvironments from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Pos ( * , line : int , column : int , byte : int )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Pos from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Pos from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. PropertyAccessor ( * , index : int | None = None , key : str , range : Range , value : Range | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of PropertyAccessor from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of PropertyAccessor from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Range ( * , environment : str , begin : Pos , end : Pos )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Range from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Range from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Reference ( * , ref : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Reference from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Reference from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Trace ( * , var_def : Range | None = None , base : Value | None = None )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Trace from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Trace from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. UpdateEnvironmentRevisionTag ( * , revision : int )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of UpdateEnvironmentRevisionTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of UpdateEnvironmentRevisionTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. UpdateEnvironmentTag ( * , currentTag : UpdateEnvironmentTagCurrentTag , newTag : UpdateEnvironmentTagNewTag )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of UpdateEnvironmentTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of UpdateEnvironmentTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. UpdateEnvironmentTagCurrentTag ( * , value : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of UpdateEnvironmentTagCurrentTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of UpdateEnvironmentTagCurrentTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. UpdateEnvironmentTagNewTag ( * , name : str , value : str )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of UpdateEnvironmentTagNewTag from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of UpdateEnvironmentTagNewTag from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+class pulumi_esc_sdk. Value ( * , value : Any | None , secret : bool | None = None , unknown : bool | None = None , trace : Trace )
+Create a new model by parsing and validating input data from keyword arguments.
+Raises [ValidationError ][pydantic_core.ValidationError] if the input data cannot be
+validated to form a valid model.
+self is explicitly positional-only to allow self as a field name.
+
+
+classmethod from_dict ( obj : Dict [ str , Any ] | None ) → Self | None
+Create an instance of Value from a dict
+
+
+
+
+classmethod from_json ( json_str : str ) → Self | None
+Create an instance of Value from a JSON string
+
+
+
+
+model_config : ClassVar [ ConfigDict ] = {'populate_by_name': True, 'protected_namespaces': (), 'validate_assignment': True}
+Configuration for the model, should be a dictionary conforming to [ConfigDict ][pydantic.config.ConfigDict].
+
+
+
+
+to_dict ( ) → Dict [ str , Any ]
+Return the dictionary representation of the model using alias.
+This has the following differences from calling pydantic’s
+self.model_dump(by_alias=True) :
+
+
+
+
+
+to_json ( ) → str
+Returns the JSON representation of the model using alias
+
+
+
+
+to_str ( ) → str
+Returns the string representation of the model using alias
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static-prebuilt/docs/reference/pkg/python/pulumi_policy/index.html b/static-prebuilt/docs/reference/pkg/python/pulumi_policy/index.html
index b2497e8bc127..7818fcb7bce8 100644
--- a/static-prebuilt/docs/reference/pkg/python/pulumi_policy/index.html
+++ b/static-prebuilt/docs/reference/pkg/python/pulumi_policy/index.html
@@ -19,6 +19,7 @@
+
@@ -112,6 +113,7 @@
StackValidationPolicy
+pulumi_esc_sdk
@@ -142,7 +144,7 @@
The Pulumi Policy SDK for Python.
-class pulumi_policy. EnforcementLevel ( value )
+class pulumi_policy. EnforcementLevel ( value , names=<not given> , *values , module=None , qualname=None , type=None , start=1 , boundary=None )
Indicates the impact of a policy violation.
@@ -194,19 +196,19 @@
-class pulumi_policy. PolicyConfigSchema ( properties : Dict [ str , Dict [ str , Any ] ] , required : List [ str ] | None = None )
+class pulumi_policy. PolicyConfigSchema ( properties : Dict [ str , Dict [ str , Any ] ] , required : List [ str ] | None = None )
Represents the configuration schema for a policy.
Parameters:
-properties (Dict [ str , Dict [ str , Any ] ] ) – The policy’s configuration properties.
+properties (Dict [ str , Dict [ str , Any ] ] ) – The policy’s configuration properties.
required (Optional [ List [ str ] ] ) – The configuration properties that are required.
-properties : Dict [ str , Dict [ str , Any ] ]
+properties : Dict [ str , Dict [ str , Any ] ]
The policy’s configuration properties.
@@ -244,7 +246,7 @@
-class pulumi_policy. PolicyPack ( name : str , policies : List [ Policy ] , enforcement_level : EnforcementLevel | None = None , initial_config : Dict [ str , EnforcementLevel | Dict [ str , Any ] ] | None = None )
+class pulumi_policy. PolicyPack ( name : str , policies : List [ Policy ] , enforcement_level : EnforcementLevel | None = None , initial_config : Dict [ str , EnforcementLevel | Dict [ str , Any ] ] | None = None )
A policy pack contains one or more policies to enforce.
Parameters:
@@ -255,7 +257,7 @@
violation, e.g., block deployment but allow override with
proper permissions. This is the default used for all policies in the policy pack.
Individual policies can override.
- initial_config (Optional [ Dict [ str , Union [ 'EnforcementLevel' , Dict [ str , Any ] ] ] ] ) – Initial
+
initial_config (Optional [ Dict [ str , Union [ 'EnforcementLevel' , Dict [ str , Any ] ] ] ] ) – Initial
configuration for the policy pack. Allows specifying configuration programmatically from reusable
policy libraries.
@@ -265,7 +267,7 @@
-class pulumi_policy. PolicyProviderResource ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str )
+class pulumi_policy. PolicyProviderResource ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str )
Information about the provider.
@@ -275,7 +277,7 @@
-props : Mapping [ str , Any ]
+props : Mapping [ str , Any ]
The properties of the provider resource.
@@ -295,7 +297,7 @@
-class pulumi_policy. PolicyResource ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str , opts : PolicyResourceOptions , provider : PolicyProviderResource | None , parent : PolicyResource | None , dependencies : List [ PolicyResource ] , property_dependencies : Dict [ str , List [ PolicyResource ] ] )
+class pulumi_policy. PolicyResource ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str , opts : PolicyResourceOptions , provider : PolicyProviderResource | None , parent : PolicyResource | None , dependencies : List [ PolicyResource ] , property_dependencies : Dict [ str , List [ PolicyResource ] ] )
PolicyResource represents a resource in the stack.
@@ -329,7 +331,7 @@
-props : Mapping [ str , Any ]
+props : Mapping [ str , Any ]
The outputs of the resource.
@@ -398,11 +400,11 @@
-class pulumi_policy. ResourceValidationArgs ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str , opts : PolicyResourceOptions , provider : PolicyProviderResource | None , config : Mapping [ str , Any ] | None = None )
+class pulumi_policy. ResourceValidationArgs ( resource_type : str , props : Mapping [ str , Any ] , urn : str , name : str , opts : PolicyResourceOptions , provider : PolicyProviderResource | None , config : Mapping [ str , Any ] | None = None )
ResourceValidationArgs is the argument bag passed to a resource validation.
-get_config ( ) → Mapping [ str , Any ]
+get_config ( ) → Mapping [ str , Any ]
Returns configuration for the policy.
@@ -420,7 +422,7 @@
-props : Mapping [ str , Any ]
+props : Mapping [ str , Any ]
The inputs of the resource.
@@ -446,7 +448,7 @@
-class pulumi_policy. ResourceValidationPolicy ( name : str , description : str , validate : Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable | None ] | List [ Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable | None ] ] | None = None , enforcement_level : EnforcementLevel | None = None , config_schema : PolicyConfigSchema | None = None , remediate : Callable [ [ ResourceValidationArgs ] , Awaitable [ Mapping [ str , Any ] ] | None ] | None = None , validate_remediate : Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable [ Mapping [ str , Any ] ] | None ] | None = None )
+class pulumi_policy. ResourceValidationPolicy ( name : str , description : str , validate : Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable | None ] | List [ Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable | None ] ] | None = None , enforcement_level : EnforcementLevel | None = None , config_schema : PolicyConfigSchema | None = None , remediate : Callable [ [ ResourceValidationArgs ] , Awaitable [ Mapping [ str , Any ] ] | None ] | None = None , validate_remediate : Callable [ [ ResourceValidationArgs , Callable [ [ str , str | None ] , None ] ] , Awaitable [ Mapping [ str , Any ] ] | None ] | None = None )
ResourceValidationPolicy is a policy that validates a resource definition.
Parameters:
@@ -471,23 +473,23 @@
-class pulumi_policy. Secret ( value : Any )
+class pulumi_policy. Secret ( value : Any )
Secret allows values to be marked as sensitive, such that the Pulumi engine will encrypt them
as normal with Pulumi secrets upon seeing one returned from a remediation.
Parameters:
-value (Any ) – The plaintext value to turn into a secret.
+value (Any ) – The plaintext value to turn into a secret.
-class pulumi_policy. StackValidationArgs ( resources : List [ PolicyResource ] , config : Mapping [ str , Any ] | None = None )
+class pulumi_policy. StackValidationArgs ( resources : List [ PolicyResource ] , config : Mapping [ str , Any ] | None = None )
StackValidationArgs is the argument bag passed to a stack validation.
-get_config ( ) → Mapping [ str , Any ]
+get_config ( ) → Mapping [ str , Any ]
Returns configuration for the policy.
@@ -525,6 +527,7 @@
diff --git a/static-prebuilt/docs/reference/pkg/python/pulumi_terraform/index.html b/static-prebuilt/docs/reference/pkg/python/pulumi_terraform/index.html
index 54f204a905ad..9c80cd140d9e 100644
--- a/static-prebuilt/docs/reference/pkg/python/pulumi_terraform/index.html
+++ b/static-prebuilt/docs/reference/pkg/python/pulumi_terraform/index.html
@@ -43,6 +43,7 @@
@@ -71,6 +72,20 @@
+
+
+
+ pulumi_esc_sdk
+
diff --git a/static-prebuilt/docs/reference/pkg/python/search/index.html b/static-prebuilt/docs/reference/pkg/python/search/index.html
index 50fdd7bc8775..7848c0b7ab0d 100644
--- a/static-prebuilt/docs/reference/pkg/python/search/index.html
+++ b/static-prebuilt/docs/reference/pkg/python/search/index.html
@@ -45,6 +45,7 @@
diff --git a/static-prebuilt/docs/reference/pkg/python/searchindex.js b/static-prebuilt/docs/reference/pkg/python/searchindex.js
index b51f568f3085..9575b7faa7fd 100644
--- a/static-prebuilt/docs/reference/pkg/python/searchindex.js
+++ b/static-prebuilt/docs/reference/pkg/python/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["index", "pulumi", "pulumi_policy", "pulumi_terraform"], "filenames": ["index.rst", "pulumi.rst", "pulumi_policy.rst", "pulumi_terraform.rst"], "titles": ["Pulumi API Reference (Python)", "pulumi", "pulumi_policy", "pulumi_terraform"], "terms": {"alia": [0, 1], "name": [0, 1, 2, 3], "parent": [0, 1, 2], "project": [0, 1, 3], "stack": [0, 1, 2, 3], "type_": [0, 1], "archiv": [0, 1], "asset": [0, 1], "assetarch": [0, 1], "componentresourc": [0, 1], "register_output": [0, 1], "config": [0, 1, 2, 3], "full_kei": [0, 1], "get": [0, 1], "get_bool": [0, 1], "get_float": [0, 1], "get_int": [0, 1], "get_object": [0, 1], "get_secret": [0, 1], "get_secret_bool": [0, 1], "get_secret_float": [0, 1], "get_secret_int": [0, 1], "get_secret_object": [0, 1], "requir": [0, 1, 2, 3], "require_bool": [0, 1], "require_float": [0, 1], "require_int": [0, 1], "require_object": [0, 1], "require_secret": [0, 1], "require_secret_bool": [0, 1], "require_secret_float": [0, 1], "require_secret_int": [0, 1], "require_secret_object": [0, 1], "configmissingerror": [0, 1], "kei": [0, 1, 3], "secret": [0, 1, 2, 3], "configtypeerror": [0, 1], "expect_typ": [0, 1], "valu": [0, 2, 3], "customresourc": [0, 1], "id": [0, 1, 2, 3], "filearch": [0, 1], "fileasset": [0, 1], "inputpropertieserror": [0, 1], "inputpropertyerror": [0, 1], "inputpropertyerrordetail": [0, 1], "invokeopt": [0, 1], "merg": [0, 1], "plugin_download_url": [0, 1], "provid": [0, 2, 3], "version": [0, 1], "invokeoutputopt": [0, 1], "depends_on": [0, 1], "invoketransformarg": [0, 1], "arg": [0, 1, 3], "opt": [0, 1, 2, 3], "token": [0, 1, 3], "invoketransformresult": [0, 1], "output": [0, 1, 2, 3], "all": [0, 1, 2, 3], "appli": [0, 1, 3], "concat": [0, 1], "format": [0, 1, 3], "from_input": [0, 1], "json_dump": [0, 1], "json_load": [0, 1], "unsecret": [0, 1], "providerresourc": [0, 1], "packag": [0, 1], "remotearch": [0, 1], "remoteasset": [0, 1], "resourc": [0, 1, 2, 3], "get_provid": [0, 1], "translate_input_properti": [0, 1, 3], "translate_output_properti": [0, 1, 3], "urn": [0, 1, 2], "resourceopt": [0, 1, 3], "additional_secret_output": [0, 1, 2], "alias": [0, 1, 2], "custom_timeout": [0, 1, 2], "delete_before_replac": [0, 1, 2], "deleted_with": [0, 1], "ignore_chang": [0, 1, 2], "import_": [0, 1], "protect": [0, 1, 2], "replace_on_chang": [0, 1], "retain_on_delet": [0, 1], "transform": [0, 1, 3], "resourcetransformarg": [0, 1], "custom": [0, 1, 2, 3], "prop": [0, 1, 2, 3], "resourcetransformresult": [0, 1], "resourcetransformationarg": [0, 1], "resourcetransformationresult": [0, 1], "runerror": [0, 1], "stackrefer": [0, 1], "get_output": [0, 1, 3], "get_output_detail": [0, 1], "require_output": [0, 1], "secret_output_nam": [0, 1], "stackreferenceoutputdetail": [0, 1], "secret_valu": [0, 1], "stringasset": [0, 1], "create_urn": [0, 1], "debug": [0, 1], "deferred_output": [0, 1], "deprec": [0, 1], "error": [0, 1], "export": [0, 1], "get_organ": [0, 1], "get_project": [0, 1], "get_stack": [0, 1], "getter": [0, 1], "info": [0, 1], "input_typ": [0, 1, 3], "output_typ": [0, 1], "properti": [0, 1, 2, 3], "set": [0, 1, 2, 3], "warn": [0, 1], "autom": 0, "cancelev": [0, 1], "commanderror": [0, 1], "compilationerror": [0, 1], "concurrentupdateerror": [0, 1], "configvalu": [0, 1], "destroyresult": [0, 1], "diagnosticev": [0, 1], "diffkind": [0, 1], "engineev": [0, 1], "inlinesourceruntimeerror": [0, 1], "invalidversionerror": [0, 1], "localworkspac": [0, 1], "add_environ": [0, 1], "create_stack": [0, 1], "export_stack": [0, 1], "get_all_config": [0, 1], "get_config": [0, 1, 2], "get_tag": [0, 1], "import_stack": [0, 1], "install_plugin": [0, 1], "install_plugin_from_serv": [0, 1], "list_environ": [0, 1], "list_plugin": [0, 1], "list_stack": [0, 1], "list_tag": [0, 1], "post_command_callback": [0, 1], "project_set": [0, 1], "pulumi_vers": [0, 1], "refresh_config": [0, 1], "remove_all_config": [0, 1], "remove_config": [0, 1], "remove_environ": [0, 1], "remove_plugin": [0, 1], "remove_stack": [0, 1], "remove_tag": [0, 1], "save_project_set": [0, 1], "save_stack_set": [0, 1], "select_stack": [0, 1], "serialize_args_for_op": [0, 1], "set_all_config": [0, 1], "set_config": [0, 1], "set_tag": [0, 1], "stack_output": [0, 1], "stack_set": [0, 1], "who_am_i": [0, 1], "optyp": [0, 1], "policyev": [0, 1], "preludeev": [0, 1], "previewresult": [0, 1], "projectbackend": [0, 1], "from_dict": [0, 1], "to_dict": [0, 1], "projectruntimeinfo": [0, 1], "projectset": [0, 1], "projecttempl": [0, 1], "projecttemplateconfigvalu": [0, 1], "propertydiff": [0, 1], "pulumicommand": [0, 1], "instal": [0, 1, 3], "run": [0, 1], "refreshresult": [0, 1], "remotegitauth": [0, 1], "password": [0, 1, 3], "personal_access_token": [0, 1], "ssh_private_kei": [0, 1], "ssh_private_key_path": [0, 1], "usernam": [0, 1, 3], "remotestack": [0, 1], "cancel": [0, 1], "destroi": [0, 1], "histori": [0, 1], "preview": [0, 1], "refresh": [0, 1], "up": [0, 1], "remoteworkspaceopt": [0, 1], "resopfailedev": [0, 1], "resoutputsev": [0, 1], "resourcepreev": [0, 1], "runtimeerror": [0, 1], "stackalreadyexistserror": [0, 1], "stacknotfounderror": [0, 1], "stackset": [0, 1], "stacksummari": [0, 1], "stdoutengineev": [0, 1], "stepeventmetadata": [0, 1], "stepeventstatemetadata": [0, 1], "summaryev": [0, 1], "upresult": [0, 1], "whoamiresult": [0, 1], "workspac": [0, 1, 3], "env_var": [0, 1], "program": [0, 1], "pulumi_command": [0, 1], "pulumi_hom": [0, 1], "secrets_provid": [0, 1], "work_dir": [0, 1], "create_or_select_remote_stack_git_sourc": [0, 1], "create_or_select_stack": [0, 1], "create_remote_stack_git_sourc": [0, 1], "fully_qualified_stack_nam": [0, 1], "select_remote_stack_git_sourc": [0, 1], "dynam": 0, "checkfailur": [0, 1], "reason": [0, 1], "checkresult": [0, 1], "failur": [0, 1], "input": [0, 1, 2, 3], "configurerequest": [0, 1], "createresult": [0, 1], "out": [0, 1], "diffresult": [0, 1], "chang": [0, 1, 2], "replac": [0, 1, 2], "stabl": [0, 1], "readresult": [0, 1], "resourceprovid": [0, 1], "check": [0, 1, 3], "configur": [0, 1, 2, 3], "creat": [0, 1, 2, 3], "delet": [0, 1, 2], "diff": [0, 1], "read": [0, 1, 3], "serialize_as_secret_alwai": [0, 1], "updat": [0, 1, 2, 3], "updateresult": [0, 1], "callresult": [0, 1], "constructresult": [0, 1], "state": [0, 1, 2, 3], "call": [0, 1, 2, 3], "construct": [0, 1, 3], "invok": [0, 1], "main": [0, 1], "runtim": 0, "mockcallarg": [0, 1], "mockresourcearg": [0, 1], "mock": [0, 1], "new_resourc": [0, 1], "resourcemodul": [0, 1], "resourcepackag": [0, 1], "get_config_env": [0, 1], "get_config_env_kei": [0, 1], "get_config_secret_keys_env": [0, 1], "get_root_resourc": [0, 1], "invoke_async": [0, 1], "invoke_output": [0, 1], "is_config_secret": [0, 1], "is_dry_run": [0, 1], "register_invoke_transform": [0, 1], "register_resource_transform": [0, 1], "register_stack_transform": [0, 1], "reset_opt": [0, 1], "run_in_stack": [0, 1], "set_mock": [0, 1], "test": [0, 1], "to_json": [0, 1], "pulumi_polici": 0, "enforcementlevel": [0, 2], "polici": [0, 1, 2, 3], "config_schema": [0, 2], "descript": [0, 1, 2], "enforcement_level": [0, 1, 2], "policyconfigschema": [0, 2], "policycustomtimeout": [0, 2], "create_second": [0, 2], "delete_second": [0, 2], "update_second": [0, 2], "policypack": [0, 1, 2], "policyproviderresourc": [0, 2], "resource_typ": [0, 1, 2], "policyresourc": [0, 2], "depend": [0, 1, 2], "property_depend": [0, 2], "policyresourceopt": [0, 2], "resourcevalidationarg": [0, 2], "resourcevalidationpolici": [0, 2], "stackvalidationarg": [0, 2], "stackvalidationpolici": [0, 2], "The": [1, 2, 3], "core": 1, "sdk": [1, 2], "python": [1, 2], "thi": [1, 2, 3], "defin": 1, "primit": 1, "librari": [1, 2], "ecosystem": 1, "us": [1, 2, 3], "manag": [1, 3], "class": [1, 2, 3], "str": [1, 2, 3], "none": [1, 2, 3], "ellipsi": 1, "i": [1, 2, 3], "partial": 1, "prior": 1, "It": [1, 3], "can": [1, 2, 3], "process": 1, "context": 1, "creation": 1, "determin": [1, 3], "what": [1, 2], "full": [1, 3], "would": 1, "note": [1, 3], "semant": 1, "differ": 1, "between": 1, "being": [1, 3], "given": [1, 2, 3], "specif": 1, "t": [1, 2, 3], "foo": 1, "so": 1, "first": 1, "mean": 1, "origin": 1, "had": 1, "while": 1, "second": [1, 3], "current": [1, 2], "indic": [1, 2], "wa": 1, "previous": 1, "root": [1, 3], "recommend": 1, "you": [1, 3], "root_stack_resourc": 1, "form": 1, "self": 1, "make": 1, "intent": 1, "clearer": 1, "than": 1, "previou": 1, "If": [1, 3], "e": [1, 2], "els": 1, "implicit": 1, "To": 1, "specifi": [1, 2, 3], "default": [1, 2, 3], "getproject": 1, "getstack": 1, "type": [1, 2, 3], "repres": [1, 2, 3], "collect": 1, "singl": [1, 2], "blob": [1, 3], "text": 1, "data": [1, 3], "entiti": 1, "dict": [1, 2], "an": [1, 2, 3], "from": [1, 2, 3], "memori": 1, "other": 1, "remot": [1, 3], "bool": [1, 2, 3], "fals": [1, 3], "package_ref": 1, "await": [1, 2, 3], "aggreg": 1, "one": [1, 2, 3], "more": [1, 2, 3], "child": 1, "higher": 1, "level": 1, "abstract": 1, "compon": 1, "itself": 1, "doe": [1, 3], "crud": 1, "oper": [1, 2, 3], "provis": 1, "paramet": [1, 2, 3], "option": [1, 2, 3], "list": [1, 2, 3], "true": [1, 2, 3], "refer": [1, 3], "regist": 1, "synthet": 1, "ha": 1, "initi": [1, 2], "usual": 1, "alloc": 1, "sub": 1, "propag": 1, "result": [1, 3], "A": [1, 2, 3], "dictionari": 1, "associ": [1, 2], "bag": [1, 2], "relat": 1, "each": [1, 2], "contain": [1, 2, 3], "ani": [1, 2, 3], "number": 1, "variabl": [1, 3], "index": 1, "simpl": 1, "uniqu": [1, 2, 3], "identifi": 1, "two": 1, "do": [1, 2, 3], "share": [1, 3], "otherwis": 1, "same": 1, "For": 1, "exampl": 1, "whose": [1, 3], "b": 1, "c": 1, "entir": 1, "separ": [1, 3], "bar": 1, "fulli": 1, "qualifi": 1, "respect": 1, "": [1, 2, 3], "logic": 1, "turn": [1, 2], "resolv": 1, "prepend": 1, "return": [1, 2, 3], "prefix": [1, 3], "its": [1, 2], "unset": [1, 3], "doesn": 1, "exist": [1, 3], "request": [1, 3], "fallback": 1, "isn": 1, "legal": 1, "boolean": 1, "function": [1, 2], "throw": 1, "rais": 1, "couldn": 1, "coerc": 1, "float": [1, 2], "mark": [1, 2], "int": 1, "object": [1, 3], "undefin": 1, "routin": 1, "simpli": 1, "json": [1, 3], "pars": 1, "valid": [1, 2, 3], "shape": 1, "content": 1, "thrown": 1, "did": 1, "string": [1, 3], "deseri": 1, "except": 1, "miss": 1, "wrong": 1, "expect": 1, "ill": 1, "ar": [1, 2, 3], "perform": [1, 3], "extern": [1, 3], "some": [1, 2], "physic": 1, "engin": [1, 2, 3], "understand": 1, "how": 1, "them": [1, 2], "implement": 1, "load": 1, "plugin": 1, "intern": 1, "track": 1, "assign": 1, "dure": 1, "deploy": [1, 2], "mai": 1, "plan": 1, "phase": 1, "path": [1, 3], "file": [1, 3], "base": [1, 3], "raw": 1, "directori": [1, 3], "support": [1, 3], "tar": 1, "gz": 1, "zip": 1, "pathlik": 1, "kind": 1, "produc": 1, "local": [1, 3], "filesystem": 1, "messag": [1, 2], "client": [1, 3], "made": 1, "bad": 1, "property_path": 1, "control": [1, 2, 3], "behavior": [1, 2], "g": [1, 2], "invoc": 1, "suppli": [1, 3], "exactli": [1, 3], "servic": [1, 3], "url": [1, 3], "download": 1, "overrid": [1, 2], "sourc": [1, 3], "host": 1, "should": [1, 2, 3], "rare": 1, "static": [1, 3], "opts1": 1, "opts2": 1, "new": 1, "instanc": [1, 3], "over": 1, "both": [1, 2], "unchang": 1, "which": [1, 2, 3], "case": 1, "ignor": [1, 2], "conceptu": 1, "follow": 1, "basic": [1, 3], "rule": [1, 2], "final": 1, "scalar": 1, "purpos": 1, "alwai": [1, 2], "treat": [1, 2], "even": 1, "onli": [1, 3], "copi": 1, "method": [1, 3], "either": [1, 3], "like": [1, 3], "former": 1, "where": [1, 3], "caller": 1, "need": [1, 3], "sequenc": [1, 3], "declar": 1, "execut": 1, "argument": [1, 2, 3], "pass": [1, 2, 3], "must": [1, 2, 3], "callback": [1, 2], "includ": [1, 3], "place": 1, "futur": 1, "t_co": 1, "is_known": 1, "is_secret": 1, "help": [1, 2], "encod": [1, 3], "relationship": 1, "applic": [1, 3], "hold": 1, "onto": 1, "piec": 1, "gener": [1, 2], "when": [1, 2, 3], "allow": [1, 2], "know": 1, "well": [1, 2], "came": 1, "precis": 1, "graph": 1, "properli": 1, "kwarg": 1, "keyword": 1, "combin": 1, "multipl": [1, 2], "target": [1, 3], "preserv": 1, "convert": 1, "unnam": 1, "func": 1, "callabl": [1, 2], "u": [1, 3], "run_with_unknown": 1, "remain": 1, "unless": 1, "necessari": [1, 2], "handi": 1, "have": [1, 2, 3], "somev": 1, "want": 1, "transit": 1, "unknown": 1, "prompt": 1, "anoth": 1, "obtain": 1, "concaten": 1, "take": 1, "stringifi": 1, "http": [1, 3], "server": [1, 3], "hostnam": [1, 3], "loadbalanc": 1, "port": [1, 3], "format_str": 1, "handl": 1, "posit": 1, "val": 1, "deepli": 1, "unwrap": 1, "nest": 1, "through": 1, "guarante": 1, "retriev": [1, 3], "underli": 1, "code": 1, "post": [1, 3], "At": 1, "point": 1, "known": 1, "safe": 1, "becaus": 1, "flow": 1, "lose": 1, "obj": 1, "skipkei": 1, "ensure_ascii": 1, "check_circular": 1, "allow_nan": 1, "cl": 1, "jsonencod": 1, "indent": 1, "tupl": 1, "sort_kei": 1, "kw": 1, "dump": 1, "serial": 1, "byte": [1, 3], "bytearrai": 1, "jsondecod": 1, "object_hook": 1, "parse_float": 1, "parse_int": 1, "parse_const": 1, "object_pairs_hook": 1, "kwd": 1, "also": [1, 3], "persist": 1, "encrypt": [1, 2, 3], "without": 1, "non": [1, 3], "pkg": 1, "These": 1, "similarli": 1, "dif": 1, "common": 1, "aw": [1, 3], "azur": [1, 3], "uri": 1, "fetch": [1, 3], "locat": 1, "scheme": [1, 3], "dictat": 1, "protocol": [1, 3], "recogn": 1, "altern": 1, "mere": 1, "most": 1, "decor": [1, 3], "translat": [1, 3], "metadata": [1, 2, 3], "rather": 1, "module_memb": 1, "modul": 1, "member": 1, "been": 1, "subclass": [1, 3], "opportun": [1, 2, 3], "choos": [1, 3], "befor": [1, 2, 3], "send": [1, 3], "those": [1, 3], "__init__": [1, 3], "instead": [1, 3], "potenti": [1, 3], "write": [1, 3], "distinctli": 1, "address": [1, 3], "after": [1, 3], "map": [1, 2, 3], "customtimeout": 1, "union": [1, 2], "pull": 1, "field": 1, "just": 1, "In": 1, "latter": 1, "inform": [1, 2], "infer": 1, "match": [1, 3], "import": 1, "cloud": [1, 3], "constructor": 1, "align": 1, "onc": 1, "remov": 1, "block": [1, 2, 3], "timeout": [1, 2], "resourcetransform": 1, "experiment": 1, "forc": [1, 3], "augment": 1, "alreadi": 1, "your": [1, 3], "certain": 1, "per": [1, 3], "basi": 1, "see": [1, 2], "order": [1, 2, 3], "walk": 1, "termin": 1, "abruptli": 1, "clean": 1, "exit": 1, "verbos": 1, "unhandl": 1, "emit": 1, "complet": 1, "trace": 1, "stack_nam": 1, "referenc": [1, 3], "avail": [1, 3], "via": [1, 3], "found": 1, "async": 1, "build": 1, "whether": [1, 3], "neither": 1, "keyerror": 1, "record": 1, "utf": 1, "8": 1, "comput": 1, "msg": 1, "stream_id": 1, "ephemer": 1, "log": [1, 3], "cli": 1, "channel": 1, "stream": 1, "later": 1, "As": 1, "insert": 1, "appropri": 1, "statement": 1, "tag": [1, 2], "special": 1, "detect": 1, "react": 1, "situat": 1, "print": 1, "consid": 1, "stop": 1, "organ": [1, 3], "_fn": 1, "ad": [1, 3], "accept": 1, "_type": 1, "_missing_typ": 1, "api": [1, 3], "programmat": [1, 2], "interfac": 1, "drive": 1, "thought": 1, "encapsul": 1, "init": 1, "etc": 1, "flexibl": 1, "still": 1, "binari": 1, "addit": [1, 2], "fine": 1, "grain": 1, "box": 1, "wai": [1, 3], "work": 1, "disk": 1, "filepath": 1, "myorg": 1, "myproj": 1, "mystack": 1, "o": 1, "join": 1, "alongsid": 1, "inlin": 1, "def": 1, "pulumi_program": 1, "bucket": [1, 2, 3], "s3": [1, 2, 3], "bucket_nam": 1, "access": [1, 3], "rang": [1, 3], "lifecycl": 1, "preview_respons": 1, "natur": 1, "orchestr": 1, "feed": 1, "next": 1, "shown": 1, "below": 1, "within": [1, 2, 3], "ci": 1, "cd": 1, "workflow": 1, "integr": 1, "multi": 1, "stage": 1, "blue": 1, "green": 1, "pattern": 1, "involv": 1, "databas": 1, "migrat": 1, "tool": 1, "behind": 1, "rest": [1, 3], "grpc": 1, "entrypoint": 1, "enabl": [1, 2, 3], "broad": 1, "environ": [1, 3], "variou": 1, "util": 1, "everi": 1, "abov": 1, "back": 1, "w": 1, "v3": [1, 3], "20": 1, "0": 1, "explicitli": 1, "beyond": 1, "three": 1, "helper": 1, "org": 1, "proj": 1, "reli": 1, "yaml": 1, "intermedi": 1, "modifi": 1, "alter": 1, "ident": [1, 3], "driven": 1, "store": [1, 3], "structur": 1, "sql": 1, "storag": [1, 3], "regardless": 1, "saa": 1, "consol": [1, 3], "abl": 1, "displai": 1, "todai": 1, "concurr": 1, "conflict": [1, 3], "try": 1, "up_respons": 1, "retri": 1, "here": 1, "user": [1, 3], "progress": 1, "successfulli": 1, "command_result": 1, "commandresult": 1, "command": 1, "plaintext": [1, 2], "stdout": 1, "stderr": 1, "summari": 1, "updatesummari": 1, "color": 1, "sever": 1, "whenev": 1, "diagnost": 1, "render": 1, "One": 1, "err": 1, "signifi": 1, "enumer": 1, "possibl": [1, 3], "add": 1, "add_replac": 1, "delete_replac": 1, "update_replac": 1, "timestamp": 1, "cancel_ev": 1, "stdout_ev": 1, "diagnostic_ev": 1, "prelude_ev": 1, "summary_ev": 1, "resource_pre_ev": 1, "res_outputs_ev": 1, "res_op_failed_ev": 1, "policy_ev": 1, "start_debugging_ev": 1, "startdebuggingev": 1, "describ": 1, "event": [1, 2], "discrimin": 1, "nil": 1, "monoton": 1, "increas": 1, "sent": 1, "sinc": 1, "delai": 1, "network": 1, "rout": 1, "ensur": [1, 2], "total": 1, "No": 1, "lower": 1, "unix": 1, "environment_nam": 1, "end": [1, 3], "esc": 1, "behav": 1, "were": 1, "anonym": 1, "fail": 1, "exportstack": 1, "importstack": 1, "edit": 1, "recoveri": 1, "mutablemap": 1, "scope": [1, 3], "configmap": 1, "item": 1, "lookup": 1, "pre": 1, "gcp": 1, "third": 1, "parti": 1, "plugininfo": 1, "include_al": 1, "under": 1, "queri": 1, "backend": [1, 3], "present": [1, 3], "tagmap": 1, "hook": 1, "extens": 1, "cleanup": 1, "last": 1, "pair": 1, "version_rang": 1, "preserve_config": 1, "overwrit": 1, "There": 1, "old": 1, "save": 1, "select": 1, "thei": 1, "append": 1, "outputvalu": 1, "outputmap": 1, "authent": [1, 3], "granular": 1, "particular": 1, "policy_nam": 1, "policy_pack_nam": 1, "policy_pack_vers": 1, "policy_pack_version_tag": 1, "resource_urn": 1, "violat": [1, 2], "pack": [1, 2], "enforc": [1, 2], "mandatori": 1, "start": 1, "blind": 1, "change_summari": 1, "author": [1, 3], "websit": 1, "licens": 1, "templat": 1, "manifest": 1, "quickstart": 1, "seed": 1, "placehold": 1, "diff_kind": 1, "input_diff": 1, "versioninfo": 1, "skip_version_check": 1, "look": 1, "minimum": 1, "compatbil": 1, "skip": [1, 3], "env": [1, 3], "pulumi_automation_api_skip_version_check": 1, "disabl": [1, 3], "precend": 1, "re": 1, "classmethod": 1, "By": 1, "releas": 1, "home": 1, "cwd": 1, "additional_env": 1, "on_output": 1, "l": 1, "repositori": [1, 3], "privat": [1, 3], "git": 1, "repo": [1, 3], "person": 1, "accesstoken": 1, "ssh": [1, 3], "auth": 1, "part": 1, "absolut": 1, "isol": 1, "independencli": 1, "_veri": 1, "dangerous_": 1, "leav": [1, 3], "inconsist": 1, "pend": 1, "on_ev": 1, "intact": 1, "import_st": 1, "page_s": 1, "page": 1, "summar": 1, "pagin": 1, "entri": 1, "show_secret": 1, "show": 1, "appear": 1, "export_st": 1, "dry": 1, "www": 1, "com": [1, 3], "doc": 1, "pulumi_preview": 1, "compar": 1, "actual": 1, "adopt": 1, "pulumi_up": 1, "pre_run_command": 1, "skip_install_depend": 1, "inherit_set": 1, "remoteworkspac": 1, "statu": 1, "step": 1, "typic": 1, "caus": 1, "finish": 1, "encrypted_kei": 1, "encryption_salt": 1, "update_in_progress": 1, "last_upd": 1, "datetim": 1, "resource_count": 1, "written": 1, "less": 1, "op": 1, "detailed_diff": 1, "concret": 1, "action": 1, "init_error": 1, "detail": 1, "due": 1, "cannot": [1, 2, 3], "retainondelet": 1, "filter": 1, "larg": 1, "hash": 1, "encount": 1, "maybe_corrupt": 1, "duration_second": 1, "resource_chang": 1, "policy_pack": 1, "maybecorrupt": 1, "invalid": 1, "durat": 1, "opmap": 1, "resourcechang": 1, "count": 1, "deploi": 1, "stepop": 1, "policypacknam": 1, "we": 1, "forgot": 1, "now": 1, "lock": [1, 3], "pascalcas": 1, "maintain": 1, "backward": 1, "compat": 1, "older": 1, "newer": 1, "ones": 1, "v": 1, "token_inform": 1, "tokeninform": 1, "pulumifn": 1, "decrypt": 1, "intro": 1, "concept": 1, "branch": 1, "commit_hash": 1, "project_path": 1, "project_nam": 1, "localworkspaceopt": 1, "dir": 1, "debugg": 1, "behalf": 1, "temporari": [1, 3], "dev": 1, "my": 1, "app": [1, 3], "myappfn": 1, "driver": 1, "top": 1, "pick": 1, "myapp": 1, "greatest": 1, "avoid": 1, "ambigu": 1, "guard": 1, "legaci": 1, "dii": 1, "github": 1, "issu": [1, 2], "2522": 1, "property_": 1, "occur": 1, "raw_config": 1, "namespac": 1, "id_": 1, "suggest": 1, "recreat": 1, "void": 1, "side": 1, "trigger": 1, "ever": 1, "readi": 1, "blank": 1, "live": 1, "incorpor": 1, "popul": 1, "reserv": 1, "__provid": 1, "insid": [1, 3], "_old": 1, "req": 1, "afterward": 1, "transact": 1, "_id": 1, "_prop": 1, "tear": 1, "down": 1, "assum": [1, 3], "_new": 1, "impact": [1, 2], "hypothet": 1, "enough": 1, "captur": 1, "schema": [1, 2, 3], "semver": 1, "invokeresult": 1, "wrap": 1, "line": 1, "arguiment": 1, "argv": 1, "1": 1, "typ": 1, "resource_id": 1, "newresourc": 1, "normal": [1, 2], "own": 1, "predict": 1, "get_availability_zon": 1, "param": [1, 3], "monitor": 1, "parallel": 1, "dry_run": 1, "legacy_apply_en": 1, "languag": 1, "tok": 1, "offer": 1, "ambient": 1, "k": 1, "aren": 1, "scrub": 1, "pulumi_config_": 1, "explicit": 1, "unlik": 1, "pulumi_config": 1, "asynchron": 1, "unit": 1, "flag": 1, "engine_address": 1, "monitor_address": 1, "reset": 1, "global": 1, "checkpoint": 1, "meant": 1, "secret_kei": [1, 3], "logger": 1, "mockmonitor": 1, "fn": 1, "sure": 1, "pulumi": [2, 3], "definit": 2, "public": [2, 3], "brief": 2, "encryptionen": 2, "proper": 2, "permiss": [2, 3], "initial_config": 2, "individu": 2, "reusabl": 2, "about": 2, "belong": 2, "affect": 2, "remedi": 2, "validate_remedi": 2, "resourcevalid": 2, "resourceremedi": 2, "rewrit": 2, "auto": 2, "act": 2, "sensit": 2, "upon": 2, "stackvalid": 2, "artifactorybackendarg": 3, "subpath": 3, "terraform": 3, "artifactori": 3, "artifactory_usernam": 3, "howev": 3, "artifactory_url": 3, "artifactory_password": 3, "azurermbackendarg": 3, "storage_account_nam": 3, "container_nam": 3, "endpoint": 3, "use_msi": 3, "subscription_id": 3, "tenant_id": 3, "msi_endpoint": 3, "sas_token": 3, "access_kei": 3, "resource_group_nam": 3, "client_id": 3, "client_secret": 3, "azurerm": 3, "account": 3, "china": 3, "german": 3, "usgovern": 3, "arm_environ": 3, "arm_endpoint": 3, "msi": 3, "arm_use_msi": 3, "subscript": 3, "princip": 3, "arm_subscription_id": 3, "tenant": 3, "arm_tenant_id": 3, "arm_msi_endpoint": 3, "automat": 3, "sa": 3, "arm_sas_token": 3, "arm_access_kei": 3, "group": 3, "arm_client_id": 3, "arm_client_secret": 3, "consulbackendarg": 3, "access_token": 3, "datacent": 3, "http_auth": 3, "gzip": 3, "ca_fil": 3, "cert_fil": 3, "key_fil": 3, "consul": 3, "kv": 3, "consul_http_token": 3, "dn": 3, "dnsname": 3, "agent": 3, "listen": 3, "talk": 3, "tl": 3, "consul_http_ssl": 3, "credenti": 3, "commun": 3, "consul_http_auth": 3, "compress": 3, "uncompress": 3, "pem": 3, "certif": 3, "verifi": 3, "consul_cafil": 3, "consul_client_cert": 3, "consul_client_kei": 3, "etcdv2backendarg": 3, "etcd": 3, "v2": 3, "ectd": 3, "space": 3, "etcdv3backendarg": 3, "cacert_path": 3, "cert_path": 3, "key_path": 3, "etcdv3_usernam": 3, "etcdv3_password": 3, "bundl": 3, "gcsbackendarg": 3, "encryption_kei": 3, "googl": 3, "platform": 3, "google_credenti": 3, "tfstate": 3, "32": 3, "base64": 3, "google_encryption_kei": 3, "httpbackendarg": 3, "update_method": 3, "lock_address": 3, "lock_method": 3, "unlock_address": 3, "unlock_method": 3, "skip_cert_valid": 3, "Not": 3, "unlock": 3, "verif": 3, "localbackendarg": 3, "enhanc": 3, "mantabackendarg": 3, "key_materi": 3, "key_id": 3, "insecure_skip_tls_verifi": 3, "manta": 3, "sdc_account": 3, "_account": 3, "manta_url": 3, "east": 3, "joyent": 3, "materi": 3, "correspond": 3, "fingerprint": 3, "keyid": 3, "sdc_key_materi": 3, "triton_key_materi": 3, "sign": 3, "keymateri": 3, "rel": 3, "manta_us": 3, "stor": 3, "trust": 3, "ca": 3, "ossbackendarg": 3, "security_token": 3, "ecs_role_nam": 3, "region": 3, "profil": 3, "shared_credentials_fil": 3, "role_arn": 3, "session_nam": 3, "session_expir": 3, "oss": 3, "alibaba": 3, "alicloud_access_kei": 3, "alicloud_access_key_id": 3, "alicloud_secret_kei": 3, "alicloud_access_key_secret": 3, "st": 3, "alicloud_security_token": 3, "ram": 3, "role": 3, "attach": 3, "ec": 3, "section": 3, "alicloud_region": 3, "alicloud_default_region": 3, "alicloud_oss_endpoint": 3, "oss_endpoint": 3, "alicloud_profil": 3, "alicloud_shared_credentials_fil": 3, "aliyun": 3, "arn": 3, "empti": 3, "switch": 3, "alicloud_assume_role_arn": 3, "restrict": 3, "give": 3, "further": 3, "secur": 3, "grant": 3, "exce": 3, "session": 3, "alicloud_assume_role_session_nam": 3, "time": 3, "establish": 3, "expir": 3, "900": 3, "3600": 3, "alicloud_assume_role_session_expir": 3, "postgresbackendarg": 3, "conn_str": 3, "schema_nam": 3, "postgr": 3, "connect": 3, "terraform_remote_st": 3, "remotebackendarg": 3, "workspace_nam": 3, "workspace_prefix": 3, "io": 3, "remotestaterefer": 3, "resource_nam": 3, "backend_typ": 3, "s3backendarg": 3, "swiftbackendarg": 3, "getoutput": 3, "backendarg": 3, "external_id": 3, "workspace_key_prefix": 3, "iam_endpoint": 3, "sts_endpoint": 3, "skip_credentials_valid": 3, "skip_region_valid": 3, "skip_metadata_api_check": 3, "force_path_styl": 3, "aws_default_region": 3, "aws_s3_endpoint": 3, "standard": 3, "pipelin": 3, "mfa": 3, "aws_session_token": 3, "iam": 3, "relev": 3, "aws_iam_endpoint": 3, "aws_sts_endpoint": 3, "style": 3, "auth_url": 3, "user_id": 3, "region_nam": 3, "tenant_nam": 3, "domain_id": 3, "domain_nam": 3, "insecur": 3, "cacert_fil": 3, "cert": 3, "swift": 3, "os_auth_url": 3, "os_usernam": 3, "os_user_id": 3, "os_password": 3, "stead": 3, "os_auth_token": 3, "os_region_nam": 3, "os_tenant_id": 3, "os_project_id": 3, "os_tenant_nam": 3, "os_project_nam": 3, "domain": 3, "os_user_domain_id": 3, "os_project_domain_id": 3, "os_domain_id": 3, "os_user_domain_nam": 3, "os_project_domain_nam": 3, "os_domain_nam": 3, "os_insecur": 3, "os_cacert": 3, "os_cert": 3, "os_kei": 3}, "objects": {"": [[1, 0, 0, "-", "pulumi"], [2, 0, 0, "-", "pulumi_policy"], [3, 0, 0, "-", "pulumi_terraform"]], "pulumi": [[1, 1, 1, "", "Alias"], [1, 1, 1, "", "Archive"], [1, 1, 1, "", "Asset"], [1, 1, 1, "", "AssetArchive"], [1, 1, 1, "", "ComponentResource"], [1, 1, 1, "", "Config"], [1, 4, 1, "", "ConfigMissingError"], [1, 4, 1, "", "ConfigTypeError"], [1, 1, 1, "", "CustomResource"], [1, 1, 1, "", "FileArchive"], [1, 1, 1, "", "FileAsset"], [1, 4, 1, "", "InputPropertiesError"], [1, 4, 1, "", "InputPropertyError"], [1, 1, 1, "", "InputPropertyErrorDetails"], [1, 1, 1, "", "InvokeOptions"], [1, 1, 1, "", "InvokeOutputOptions"], [1, 1, 1, "", "InvokeTransformArgs"], [1, 1, 1, "", "InvokeTransformResult"], [1, 1, 1, "", "Output"], [1, 1, 1, "", "ProviderResource"], [1, 1, 1, "", "RemoteArchive"], [1, 1, 1, "", "RemoteAsset"], [1, 1, 1, "", "Resource"], [1, 1, 1, "", "ResourceOptions"], [1, 1, 1, "", "ResourceTransformArgs"], [1, 1, 1, "", "ResourceTransformResult"], [1, 1, 1, "", "ResourceTransformationArgs"], [1, 1, 1, "", "ResourceTransformationResult"], [1, 4, 1, "", "RunError"], [1, 1, 1, "", "StackReference"], [1, 1, 1, "", "StackReferenceOutputDetails"], [1, 1, 1, "", "StringAsset"], [1, 0, 0, "-", "automation"], [1, 6, 1, "", "create_urn"], [1, 6, 1, "", "debug"], [1, 6, 1, "", "deferred_output"], [1, 6, 1, "", "deprecated"], [1, 0, 0, "-", "dynamic"], [1, 6, 1, "", "error"], [1, 6, 1, "", "export"], [1, 6, 1, "", "get"], [1, 6, 1, "", "get_organization"], [1, 6, 1, "", "get_project"], [1, 6, 1, "", "get_stack"], [1, 6, 1, "", "getter"], [1, 6, 1, "", "info"], [1, 6, 1, "", "input_type"], [1, 6, 1, "", "output_type"], [1, 6, 1, "", "property"], [1, 0, 0, "-", "provider"], [1, 0, 0, "-", "runtime"], [1, 6, 1, "", "set"], [1, 6, 1, "", "warn"]], "pulumi.Alias": [[1, 2, 1, "", "name"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "project"], [1, 2, 1, "", "stack"], [1, 2, 1, "", "type_"]], "pulumi.ComponentResource": [[1, 3, 1, "", "register_outputs"]], "pulumi.Config": [[1, 3, 1, "", "full_key"], [1, 3, 1, "", "get"], [1, 3, 1, "", "get_bool"], [1, 3, 1, "", "get_float"], [1, 3, 1, "", "get_int"], [1, 3, 1, "", "get_object"], [1, 3, 1, "", "get_secret"], [1, 3, 1, "", "get_secret_bool"], [1, 3, 1, "", "get_secret_float"], [1, 3, 1, "", "get_secret_int"], [1, 3, 1, "", "get_secret_object"], [1, 2, 1, "", "name"], [1, 3, 1, "", "require"], [1, 3, 1, "", "require_bool"], [1, 3, 1, "", "require_float"], [1, 3, 1, "", "require_int"], [1, 3, 1, "", "require_object"], [1, 3, 1, "", "require_secret"], [1, 3, 1, "", "require_secret_bool"], [1, 3, 1, "", "require_secret_float"], [1, 3, 1, "", "require_secret_int"], [1, 3, 1, "", "require_secret_object"]], "pulumi.ConfigMissingError": [[1, 2, 1, "", "key"], [1, 2, 1, "", "secret"]], "pulumi.ConfigTypeError": [[1, 2, 1, "", "expect_type"], [1, 2, 1, "", "key"], [1, 2, 1, "", "value"]], "pulumi.CustomResource": [[1, 5, 1, "", "id"]], "pulumi.InvokeOptions": [[1, 3, 1, "", "merge"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "plugin_download_url"], [1, 2, 1, "", "provider"], [1, 2, 1, "", "version"]], "pulumi.InvokeOutputOptions": [[1, 2, 1, "", "depends_on"], [1, 3, 1, "", "merge"]], "pulumi.InvokeTransformArgs": [[1, 2, 1, "", "args"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "token"]], "pulumi.InvokeTransformResult": [[1, 2, 1, "", "args"], [1, 2, 1, "", "opts"]], "pulumi.Output": [[1, 3, 1, "", "all"], [1, 3, 1, "", "apply"], [1, 3, 1, "", "concat"], [1, 3, 1, "", "format"], [1, 3, 1, "", "from_input"], [1, 3, 1, "", "get"], [1, 3, 1, "", "json_dumps"], [1, 3, 1, "", "json_loads"], [1, 3, 1, "", "secret"], [1, 3, 1, "", "unsecret"]], "pulumi.ProviderResource": [[1, 2, 1, "", "package"]], "pulumi.Resource": [[1, 3, 1, "", "get_provider"], [1, 3, 1, "", "translate_input_property"], [1, 3, 1, "", "translate_output_property"], [1, 5, 1, "", "urn"]], "pulumi.ResourceOptions": [[1, 2, 1, "", "additional_secret_outputs"], [1, 2, 1, "", "aliases"], [1, 2, 1, "", "custom_timeouts"], [1, 2, 1, "", "delete_before_replace"], [1, 2, 1, "", "deleted_with"], [1, 2, 1, "", "depends_on"], [1, 2, 1, "", "id"], [1, 2, 1, "", "ignore_changes"], [1, 2, 1, "", "import_"], [1, 3, 1, "", "merge"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "plugin_download_url"], [1, 2, 1, "", "protect"], [1, 2, 1, "", "provider"], [1, 2, 1, "", "providers"], [1, 2, 1, "", "replace_on_changes"], [1, 2, 1, "", "retain_on_delete"], [1, 2, 1, "", "transformations"], [1, 2, 1, "", "transforms"], [1, 2, 1, "", "urn"], [1, 2, 1, "", "version"]], "pulumi.ResourceTransformArgs": [[1, 2, 1, "", "custom"], [1, 2, 1, "", "name"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "props"], [1, 2, 1, "", "type_"]], "pulumi.ResourceTransformResult": [[1, 2, 1, "", "opts"], [1, 2, 1, "", "props"]], "pulumi.ResourceTransformationArgs": [[1, 2, 1, "", "name"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "props"], [1, 2, 1, "", "resource"], [1, 2, 1, "", "type_"]], "pulumi.ResourceTransformationResult": [[1, 2, 1, "", "opts"], [1, 2, 1, "", "props"]], "pulumi.StackReference": [[1, 3, 1, "", "get_output"], [1, 3, 1, "", "get_output_details"], [1, 2, 1, "", "name"], [1, 2, 1, "", "outputs"], [1, 3, 1, "", "require_output"], [1, 2, 1, "", "secret_output_names"], [1, 3, 1, "", "translate_output_property"]], "pulumi.StackReferenceOutputDetails": [[1, 2, 1, "", "secret_value"], [1, 2, 1, "", "value"]], "pulumi.automation": [[1, 1, 1, "", "CancelEvent"], [1, 4, 1, "", "CommandError"], [1, 4, 1, "", "CompilationError"], [1, 4, 1, "", "ConcurrentUpdateError"], [1, 1, 1, "", "ConfigValue"], [1, 1, 1, "", "DestroyResult"], [1, 1, 1, "", "DiagnosticEvent"], [1, 1, 1, "", "DiffKind"], [1, 1, 1, "", "EngineEvent"], [1, 4, 1, "", "InlineSourceRuntimeError"], [1, 4, 1, "", "InvalidVersionError"], [1, 1, 1, "", "LocalWorkspace"], [1, 1, 1, "", "OpType"], [1, 1, 1, "", "PolicyEvent"], [1, 1, 1, "", "PreludeEvent"], [1, 1, 1, "", "PreviewResult"], [1, 1, 1, "", "ProjectBackend"], [1, 1, 1, "", "ProjectRuntimeInfo"], [1, 1, 1, "", "ProjectSettings"], [1, 1, 1, "", "ProjectTemplate"], [1, 1, 1, "", "ProjectTemplateConfigValue"], [1, 1, 1, "", "PropertyDiff"], [1, 1, 1, "", "PulumiCommand"], [1, 1, 1, "", "RefreshResult"], [1, 1, 1, "", "RemoteGitAuth"], [1, 1, 1, "", "RemoteStack"], [1, 1, 1, "", "RemoteWorkspaceOptions"], [1, 1, 1, "", "ResOpFailedEvent"], [1, 1, 1, "", "ResOutputsEvent"], [1, 1, 1, "", "ResourcePreEvent"], [1, 4, 1, "", "RuntimeError"], [1, 1, 1, "", "Secret"], [1, 4, 1, "", "StackAlreadyExistsError"], [1, 4, 1, "", "StackNotFoundError"], [1, 1, 1, "", "StackSettings"], [1, 1, 1, "", "StackSummary"], [1, 1, 1, "", "StdoutEngineEvent"], [1, 1, 1, "", "StepEventMetadata"], [1, 1, 1, "", "StepEventStateMetadata"], [1, 1, 1, "", "SummaryEvent"], [1, 1, 1, "", "UpResult"], [1, 1, 1, "", "WhoAmIResult"], [1, 1, 1, "", "Workspace"], [1, 6, 1, "", "create_or_select_remote_stack_git_source"], [1, 6, 1, "", "create_or_select_stack"], [1, 6, 1, "", "create_remote_stack_git_source"], [1, 6, 1, "", "create_stack"], [1, 6, 1, "", "fully_qualified_stack_name"], [1, 6, 1, "", "select_remote_stack_git_source"], [1, 6, 1, "", "select_stack"]], "pulumi.automation.LocalWorkspace": [[1, 3, 1, "", "add_environments"], [1, 3, 1, "", "create_stack"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "get_all_config"], [1, 3, 1, "", "get_config"], [1, 3, 1, "", "get_tag"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "install_plugin"], [1, 3, 1, "", "install_plugin_from_server"], [1, 3, 1, "", "list_environments"], [1, 3, 1, "", "list_plugins"], [1, 3, 1, "", "list_stacks"], [1, 3, 1, "", "list_tags"], [1, 3, 1, "", "post_command_callback"], [1, 3, 1, "", "project_settings"], [1, 5, 1, "", "pulumi_version"], [1, 3, 1, "", "refresh_config"], [1, 3, 1, "", "remove_all_config"], [1, 3, 1, "", "remove_config"], [1, 3, 1, "", "remove_environment"], [1, 3, 1, "", "remove_plugin"], [1, 3, 1, "", "remove_stack"], [1, 3, 1, "", "remove_tag"], [1, 3, 1, "", "save_project_settings"], [1, 3, 1, "", "save_stack_settings"], [1, 3, 1, "", "select_stack"], [1, 3, 1, "", "serialize_args_for_op"], [1, 3, 1, "", "set_all_config"], [1, 3, 1, "", "set_config"], [1, 3, 1, "", "set_tag"], [1, 3, 1, "", "stack"], [1, 3, 1, "", "stack_outputs"], [1, 3, 1, "", "stack_settings"], [1, 3, 1, "", "who_am_i"]], "pulumi.automation.ProjectBackend": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectRuntimeInfo": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectSettings": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectTemplate": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectTemplateConfigValue": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.PulumiCommand": [[1, 3, 1, "", "install"], [1, 3, 1, "", "run"]], "pulumi.automation.RemoteGitAuth": [[1, 2, 1, "", "password"], [1, 2, 1, "", "personal_access_token"], [1, 2, 1, "", "ssh_private_key"], [1, 2, 1, "", "ssh_private_key_path"], [1, 2, 1, "", "username"]], "pulumi.automation.RemoteStack": [[1, 3, 1, "", "cancel"], [1, 3, 1, "", "destroy"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "history"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "outputs"], [1, 3, 1, "", "preview"], [1, 3, 1, "", "refresh"], [1, 3, 1, "", "up"]], "pulumi.automation.Workspace": [[1, 3, 1, "", "add_environments"], [1, 3, 1, "", "create_stack"], [1, 2, 1, "", "env_vars"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "get_all_config"], [1, 3, 1, "", "get_config"], [1, 3, 1, "", "get_tag"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "install_plugin"], [1, 3, 1, "", "install_plugin_from_server"], [1, 3, 1, "", "list_environments"], [1, 3, 1, "", "list_plugins"], [1, 3, 1, "", "list_stacks"], [1, 3, 1, "", "list_tags"], [1, 3, 1, "", "post_command_callback"], [1, 2, 1, "", "program"], [1, 3, 1, "", "project_settings"], [1, 2, 1, "", "pulumi_command"], [1, 2, 1, "", "pulumi_home"], [1, 2, 1, "", "pulumi_version"], [1, 3, 1, "", "refresh_config"], [1, 3, 1, "", "remove_all_config"], [1, 3, 1, "", "remove_config"], [1, 3, 1, "", "remove_environment"], [1, 3, 1, "", "remove_plugin"], [1, 3, 1, "", "remove_stack"], [1, 3, 1, "", "remove_tag"], [1, 3, 1, "", "save_project_settings"], [1, 3, 1, "", "save_stack_settings"], [1, 2, 1, "", "secrets_provider"], [1, 3, 1, "", "select_stack"], [1, 3, 1, "", "serialize_args_for_op"], [1, 3, 1, "", "set_all_config"], [1, 3, 1, "", "set_config"], [1, 3, 1, "", "set_tag"], [1, 3, 1, "", "stack"], [1, 3, 1, "", "stack_outputs"], [1, 3, 1, "", "stack_settings"], [1, 3, 1, "", "who_am_i"], [1, 2, 1, "", "work_dir"]], "pulumi.dynamic": [[1, 1, 1, "", "CheckFailure"], [1, 1, 1, "", "CheckResult"], [1, 1, 1, "", "Config"], [1, 1, 1, "", "ConfigureRequest"], [1, 1, 1, "", "CreateResult"], [1, 1, 1, "", "DiffResult"], [1, 1, 1, "", "ReadResult"], [1, 1, 1, "", "Resource"], [1, 1, 1, "", "ResourceProvider"], [1, 1, 1, "", "UpdateResult"]], "pulumi.dynamic.CheckFailure": [[1, 2, 1, "", "property"], [1, 2, 1, "", "reason"]], "pulumi.dynamic.CheckResult": [[1, 2, 1, "", "failures"], [1, 2, 1, "", "inputs"]], "pulumi.dynamic.Config": [[1, 3, 1, "", "get"], [1, 3, 1, "", "require"]], "pulumi.dynamic.ConfigureRequest": [[1, 2, 1, "", "config"]], "pulumi.dynamic.CreateResult": [[1, 2, 1, "", "id"], [1, 2, 1, "", "outs"]], "pulumi.dynamic.DiffResult": [[1, 2, 1, "", "changes"], [1, 2, 1, "", "delete_before_replace"], [1, 2, 1, "", "replaces"], [1, 2, 1, "", "stables"]], "pulumi.dynamic.ReadResult": [[1, 2, 1, "", "id"], [1, 2, 1, "", "outs"]], "pulumi.dynamic.ResourceProvider": [[1, 3, 1, "", "check"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "create"], [1, 3, 1, "", "delete"], [1, 3, 1, "", "diff"], [1, 3, 1, "", "read"], [1, 2, 1, "", "serialize_as_secret_always"], [1, 3, 1, "", "update"]], "pulumi.dynamic.UpdateResult": [[1, 2, 1, "", "outs"]], "pulumi.provider": [[1, 1, 1, "", "CallResult"], [1, 1, 1, "", "CheckFailure"], [1, 1, 1, "", "ConstructResult"], [1, 1, 1, "", "Provider"], [1, 6, 1, "", "main"]], "pulumi.provider.CallResult": [[1, 2, 1, "", "failures"], [1, 2, 1, "", "outputs"]], "pulumi.provider.CheckFailure": [[1, 2, 1, "", "property"], [1, 2, 1, "", "reason"]], "pulumi.provider.ConstructResult": [[1, 2, 1, "", "state"], [1, 2, 1, "", "urn"]], "pulumi.provider.Provider": [[1, 3, 1, "", "call"], [1, 3, 1, "", "construct"], [1, 3, 1, "", "invoke"]], "pulumi.runtime": [[1, 1, 1, "", "MockCallArgs"], [1, 1, 1, "", "MockResourceArgs"], [1, 1, 1, "", "Mocks"], [1, 1, 1, "", "ResourceModule"], [1, 1, 1, "", "ResourcePackage"], [1, 1, 1, "", "Settings"], [1, 6, 1, "", "call"], [1, 6, 1, "", "configure"], [1, 6, 1, "", "get_config"], [1, 6, 1, "", "get_config_env"], [1, 6, 1, "", "get_config_env_key"], [1, 6, 1, "", "get_config_secret_keys_env"], [1, 6, 1, "", "get_root_resource"], [1, 6, 1, "", "invoke"], [1, 6, 1, "", "invoke_async"], [1, 6, 1, "", "invoke_output"], [1, 6, 1, "", "is_config_secret"], [1, 6, 1, "", "is_dry_run"], [1, 6, 1, "", "register_invoke_transform"], [1, 6, 1, "", "register_resource_transform"], [1, 6, 1, "", "register_stack_transform"], [1, 6, 1, "", "register_stack_transformation"], [1, 6, 1, "", "reset_options"], [1, 6, 1, "", "run_in_stack"], [1, 6, 1, "", "set_all_config"], [1, 6, 1, "", "set_config"], [1, 6, 1, "", "set_mocks"], [1, 6, 1, "", "test"], [1, 6, 1, "", "to_json"]], "pulumi.runtime.Mocks": [[1, 3, 1, "", "call"], [1, 3, 1, "", "new_resource"]], "pulumi_policy": [[2, 1, 1, "", "EnforcementLevel"], [2, 1, 1, "", "Policy"], [2, 1, 1, "", "PolicyConfigSchema"], [2, 1, 1, "", "PolicyCustomTimeouts"], [2, 1, 1, "", "PolicyPack"], [2, 1, 1, "", "PolicyProviderResource"], [2, 1, 1, "", "PolicyResource"], [2, 1, 1, "", "PolicyResourceOptions"], [2, 1, 1, "", "ResourceValidationArgs"], [2, 1, 1, "", "ResourceValidationPolicy"], [2, 1, 1, "", "Secret"], [2, 1, 1, "", "StackValidationArgs"], [2, 1, 1, "", "StackValidationPolicy"]], "pulumi_policy.Policy": [[2, 2, 1, "", "config_schema"], [2, 2, 1, "", "description"], [2, 2, 1, "", "enforcement_level"], [2, 2, 1, "", "name"]], "pulumi_policy.PolicyConfigSchema": [[2, 2, 1, "", "properties"], [2, 2, 1, "", "required"]], "pulumi_policy.PolicyCustomTimeouts": [[2, 2, 1, "", "create_seconds"], [2, 2, 1, "", "delete_seconds"], [2, 2, 1, "", "update_seconds"]], "pulumi_policy.PolicyProviderResource": [[2, 2, 1, "", "name"], [2, 2, 1, "", "props"], [2, 2, 1, "", "resource_type"], [2, 2, 1, "", "urn"]], "pulumi_policy.PolicyResource": [[2, 2, 1, "", "dependencies"], [2, 2, 1, "", "name"], [2, 2, 1, "", "opts"], [2, 2, 1, "", "parent"], [2, 2, 1, "", "property_dependencies"], [2, 2, 1, "", "props"], [2, 2, 1, "", "provider"], [2, 2, 1, "", "resource_type"], [2, 2, 1, "", "urn"]], "pulumi_policy.PolicyResourceOptions": [[2, 2, 1, "", "additional_secret_outputs"], [2, 2, 1, "", "aliases"], [2, 2, 1, "", "custom_timeouts"], [2, 2, 1, "", "delete_before_replace"], [2, 2, 1, "", "ignore_changes"], [2, 2, 1, "", "protect"]], "pulumi_policy.ResourceValidationArgs": [[2, 3, 1, "", "get_config"], [2, 2, 1, "", "name"], [2, 2, 1, "", "opts"], [2, 2, 1, "", "props"], [2, 2, 1, "", "provider"], [2, 2, 1, "", "resource_type"], [2, 2, 1, "", "urn"]], "pulumi_policy.StackValidationArgs": [[2, 3, 1, "", "get_config"], [2, 2, 1, "", "resources"]], "pulumi_terraform": [[3, 0, 0, "-", "state"]], "pulumi_terraform.state": [[3, 1, 1, "", "ArtifactoryBackendArgs"], [3, 1, 1, "", "AzureRMBackendArgs"], [3, 1, 1, "", "ConsulBackendArgs"], [3, 1, 1, "", "EtcdV2BackendArgs"], [3, 1, 1, "", "EtcdV3BackendArgs"], [3, 1, 1, "", "GcsBackendArgs"], [3, 1, 1, "", "HttpBackendArgs"], [3, 1, 1, "", "LocalBackendArgs"], [3, 1, 1, "", "MantaBackendArgs"], [3, 1, 1, "", "OssBackendArgs"], [3, 1, 1, "", "PostgresBackendArgs"], [3, 1, 1, "", "RemoteBackendArgs"], [3, 1, 1, "", "RemoteStateReference"], [3, 1, 1, "", "S3BackendArgs"], [3, 1, 1, "", "SwiftBackendArgs"]], "pulumi_terraform.state.RemoteStateReference": [[3, 3, 1, "", "get_output"], [3, 2, 1, "", "outputs"], [3, 3, 1, "", "translate_input_property"], [3, 3, 1, "", "translate_output_property"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:exception", "5": "py:property", "6": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "exception", "Python exception"], "5": ["py", "property", "Python property"], "6": ["py", "function", "Python function"]}, "titleterms": {"pulumi": [0, 1], "api": 0, "refer": 0, "python": 0, "autom": 1, "attribut": 1, "valu": 1, "dynam": 1, "provid": 1, "runtim": 1, "pulumi_polici": 2, "pulumi_terraform": 3}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"Pulumi API Reference (Python)": [[0, "pulumi-api-reference-python"]], "pulumi": [[1, "module-pulumi"]], "pulumi.automation": [[1, "module-pulumi.automation"]], "Attributes": [[1, "attributes"], [1, "id1"], [1, "id2"], [1, "id3"], [1, "id4"], [1, "id5"], [1, "id6"], [1, "id7"], [1, "id8"]], "Values": [[1, "values"]], "pulumi.dynamic": [[1, "module-pulumi.dynamic"]], "pulumi.provider": [[1, "pulumi-provider"]], "pulumi.runtime": [[1, "module-pulumi.runtime"]], "pulumi_policy": [[2, "module-pulumi_policy"]], "pulumi_terraform": [[3, "pulumi-terraform"]]}, "indexentries": {"alias (class in pulumi)": [[1, "pulumi.Alias"]], "archive (class in pulumi)": [[1, "pulumi.Archive"]], "asset (class in pulumi)": [[1, "pulumi.Asset"]], "assetarchive (class in pulumi)": [[1, "pulumi.AssetArchive"]], "callresult (class in pulumi.provider)": [[1, "pulumi.provider.CallResult"]], "cancelevent (class in pulumi.automation)": [[1, "pulumi.automation.CancelEvent"]], "checkfailure (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CheckFailure"]], "checkfailure (class in pulumi.provider)": [[1, "pulumi.provider.CheckFailure"]], "checkresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CheckResult"]], "commanderror": [[1, "pulumi.automation.CommandError"]], "compilationerror": [[1, "pulumi.automation.CompilationError"]], "componentresource (class in pulumi)": [[1, "pulumi.ComponentResource"]], "concurrentupdateerror": [[1, "pulumi.automation.ConcurrentUpdateError"]], "config (class in pulumi)": [[1, "pulumi.Config"]], "config (class in pulumi.dynamic)": [[1, "pulumi.dynamic.Config"]], "configmissingerror": [[1, "pulumi.ConfigMissingError"]], "configtypeerror": [[1, "pulumi.ConfigTypeError"]], "configvalue (class in pulumi.automation)": [[1, "pulumi.automation.ConfigValue"]], "configurerequest (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ConfigureRequest"]], "constructresult (class in pulumi.provider)": [[1, "pulumi.provider.ConstructResult"]], "createresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CreateResult"]], "customresource (class in pulumi)": [[1, "pulumi.CustomResource"]], "destroyresult (class in pulumi.automation)": [[1, "pulumi.automation.DestroyResult"]], "diagnosticevent (class in pulumi.automation)": [[1, "pulumi.automation.DiagnosticEvent"]], "diffkind (class in pulumi.automation)": [[1, "pulumi.automation.DiffKind"]], "diffresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.DiffResult"]], "engineevent (class in pulumi.automation)": [[1, "pulumi.automation.EngineEvent"]], "filearchive (class in pulumi)": [[1, "pulumi.FileArchive"]], "fileasset (class in pulumi)": [[1, "pulumi.FileAsset"]], "inlinesourceruntimeerror": [[1, "pulumi.automation.InlineSourceRuntimeError"]], "inputpropertieserror": [[1, "pulumi.InputPropertiesError"]], "inputpropertyerror": [[1, "pulumi.InputPropertyError"]], "inputpropertyerrordetails (class in pulumi)": [[1, "pulumi.InputPropertyErrorDetails"]], "invalidversionerror": [[1, "pulumi.automation.InvalidVersionError"]], "invokeoptions (class in pulumi)": [[1, "pulumi.InvokeOptions"]], "invokeoutputoptions (class in pulumi)": [[1, "pulumi.InvokeOutputOptions"]], "invoketransformargs (class in pulumi)": [[1, "pulumi.InvokeTransformArgs"]], "invoketransformresult (class in pulumi)": [[1, "pulumi.InvokeTransformResult"]], "localworkspace (class in pulumi.automation)": [[1, "pulumi.automation.LocalWorkspace"]], "mockcallargs (class in pulumi.runtime)": [[1, "pulumi.runtime.MockCallArgs"]], "mockresourceargs (class in pulumi.runtime)": [[1, "pulumi.runtime.MockResourceArgs"]], "mocks (class in pulumi.runtime)": [[1, "pulumi.runtime.Mocks"]], "optype (class in pulumi.automation)": [[1, "pulumi.automation.OpType"]], "output (class in pulumi)": [[1, "pulumi.Output"]], "policyevent (class in pulumi.automation)": [[1, "pulumi.automation.PolicyEvent"]], "preludeevent (class in pulumi.automation)": [[1, "pulumi.automation.PreludeEvent"]], "previewresult (class in pulumi.automation)": [[1, "pulumi.automation.PreviewResult"]], "projectbackend (class in pulumi.automation)": [[1, "pulumi.automation.ProjectBackend"]], "projectruntimeinfo (class in pulumi.automation)": [[1, "pulumi.automation.ProjectRuntimeInfo"]], "projectsettings (class in pulumi.automation)": [[1, "pulumi.automation.ProjectSettings"]], "projecttemplate (class in pulumi.automation)": [[1, "pulumi.automation.ProjectTemplate"]], "projecttemplateconfigvalue (class in pulumi.automation)": [[1, "pulumi.automation.ProjectTemplateConfigValue"]], "propertydiff (class in pulumi.automation)": [[1, "pulumi.automation.PropertyDiff"]], "provider (class in pulumi.provider)": [[1, "pulumi.provider.Provider"]], "providerresource (class in pulumi)": [[1, "pulumi.ProviderResource"]], "pulumicommand (class in pulumi.automation)": [[1, "pulumi.automation.PulumiCommand"]], "readresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ReadResult"]], "refreshresult (class in pulumi.automation)": [[1, "pulumi.automation.RefreshResult"]], "remotearchive (class in pulumi)": [[1, "pulumi.RemoteArchive"]], "remoteasset (class in pulumi)": [[1, "pulumi.RemoteAsset"]], "remotegitauth (class in pulumi.automation)": [[1, "pulumi.automation.RemoteGitAuth"]], "remotestack (class in pulumi.automation)": [[1, "pulumi.automation.RemoteStack"]], "remoteworkspaceoptions (class in pulumi.automation)": [[1, "pulumi.automation.RemoteWorkspaceOptions"]], "resopfailedevent (class in pulumi.automation)": [[1, "pulumi.automation.ResOpFailedEvent"]], "resoutputsevent (class in pulumi.automation)": [[1, "pulumi.automation.ResOutputsEvent"]], "resource (class in pulumi)": [[1, "pulumi.Resource"]], "resource (class in pulumi.dynamic)": [[1, "pulumi.dynamic.Resource"]], "resourcemodule (class in pulumi.runtime)": [[1, "pulumi.runtime.ResourceModule"]], "resourceoptions (class in pulumi)": [[1, "pulumi.ResourceOptions"]], "resourcepackage (class in pulumi.runtime)": [[1, "pulumi.runtime.ResourcePackage"]], "resourcepreevent (class in pulumi.automation)": [[1, "pulumi.automation.ResourcePreEvent"]], "resourceprovider (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ResourceProvider"]], "resourcetransformargs (class in pulumi)": [[1, "pulumi.ResourceTransformArgs"]], "resourcetransformresult (class in pulumi)": [[1, "pulumi.ResourceTransformResult"]], "resourcetransformationargs (class in pulumi)": [[1, "pulumi.ResourceTransformationArgs"]], "resourcetransformationresult (class in pulumi)": [[1, "pulumi.ResourceTransformationResult"]], "runerror": [[1, "pulumi.RunError"]], "runtimeerror": [[1, "pulumi.automation.RuntimeError"]], "secret (class in pulumi.automation)": [[1, "pulumi.automation.Secret"]], "settings (class in pulumi.runtime)": [[1, "pulumi.runtime.Settings"]], "stackalreadyexistserror": [[1, "pulumi.automation.StackAlreadyExistsError"]], "stacknotfounderror": [[1, "pulumi.automation.StackNotFoundError"]], "stackreference (class in pulumi)": [[1, "pulumi.StackReference"]], "stackreferenceoutputdetails (class in pulumi)": [[1, "pulumi.StackReferenceOutputDetails"]], "stacksettings (class in pulumi.automation)": [[1, "pulumi.automation.StackSettings"]], "stacksummary (class in pulumi.automation)": [[1, "pulumi.automation.StackSummary"]], "stdoutengineevent (class in pulumi.automation)": [[1, "pulumi.automation.StdoutEngineEvent"]], "stepeventmetadata (class in pulumi.automation)": [[1, "pulumi.automation.StepEventMetadata"]], "stepeventstatemetadata (class in pulumi.automation)": [[1, "pulumi.automation.StepEventStateMetadata"]], "stringasset (class in pulumi)": [[1, "pulumi.StringAsset"]], "summaryevent (class in pulumi.automation)": [[1, "pulumi.automation.SummaryEvent"]], "upresult (class in pulumi.automation)": [[1, "pulumi.automation.UpResult"]], "updateresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.UpdateResult"]], "whoamiresult (class in pulumi.automation)": [[1, "pulumi.automation.WhoAmIResult"]], "workspace (class in pulumi.automation)": [[1, "pulumi.automation.Workspace"]], "add_environments() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.add_environments"]], "add_environments() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.add_environments"]], "additional_secret_outputs (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.additional_secret_outputs"]], "aliases (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.aliases"]], "all() (pulumi.output static method)": [[1, "pulumi.Output.all"]], "apply() (pulumi.output method)": [[1, "pulumi.Output.apply"]], "args (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.args"]], "args (pulumi.invoketransformresult attribute)": [[1, "pulumi.InvokeTransformResult.args"]], "call() (in module pulumi.runtime)": [[1, "pulumi.runtime.call"]], "call() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.call"]], "call() (pulumi.runtime.mocks method)": [[1, "pulumi.runtime.Mocks.call"]], "cancel() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.cancel"]], "changes (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.changes"]], "check() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.check"]], "concat() (pulumi.output static method)": [[1, "pulumi.Output.concat"]], "config (pulumi.dynamic.configurerequest attribute)": [[1, "pulumi.dynamic.ConfigureRequest.config"]], "configure() (in module pulumi.runtime)": [[1, "pulumi.runtime.configure"]], "configure() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.configure"]], "construct() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.construct"]], "create() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.create"]], "create_or_select_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.create_or_select_remote_stack_git_source"]], "create_or_select_stack() (in module pulumi.automation)": [[1, "pulumi.automation.create_or_select_stack"]], "create_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.create_remote_stack_git_source"]], "create_stack() (in module pulumi.automation)": [[1, "pulumi.automation.create_stack"]], "create_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.create_stack"]], "create_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.create_stack"]], "create_urn() (in module pulumi)": [[1, "pulumi.create_urn"]], "custom (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.custom"]], "custom_timeouts (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.custom_timeouts"]], "debug() (in module pulumi)": [[1, "pulumi.debug"]], "deferred_output() (in module pulumi)": [[1, "pulumi.deferred_output"]], "delete() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.delete"]], "delete_before_replace (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.delete_before_replace"]], "delete_before_replace (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.delete_before_replace"]], "deleted_with (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.deleted_with"]], "depends_on (pulumi.invokeoutputoptions attribute)": [[1, "pulumi.InvokeOutputOptions.depends_on"]], "depends_on (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.depends_on"]], "deprecated() (in module pulumi)": [[1, "pulumi.deprecated"]], "destroy() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.destroy"]], "diff() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.diff"]], "env_vars (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.env_vars"]], "error() (in module pulumi)": [[1, "pulumi.error"]], "expect_type (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.expect_type"]], "export() (in module pulumi)": [[1, "pulumi.export"]], "export_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.export_stack"]], "export_stack() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.export_stack"]], "export_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.export_stack"]], "failures (pulumi.dynamic.checkresult attribute)": [[1, "pulumi.dynamic.CheckResult.failures"]], "failures (pulumi.provider.callresult attribute)": [[1, "pulumi.provider.CallResult.failures"]], "format() (pulumi.output static method)": [[1, "pulumi.Output.format"]], "from_dict() (pulumi.automation.projectbackend static method)": [[1, "pulumi.automation.ProjectBackend.from_dict"]], "from_dict() (pulumi.automation.projectruntimeinfo static method)": [[1, "pulumi.automation.ProjectRuntimeInfo.from_dict"]], "from_dict() (pulumi.automation.projectsettings static method)": [[1, "pulumi.automation.ProjectSettings.from_dict"]], "from_dict() (pulumi.automation.projecttemplate static method)": [[1, "pulumi.automation.ProjectTemplate.from_dict"]], "from_dict() (pulumi.automation.projecttemplateconfigvalue static method)": [[1, "pulumi.automation.ProjectTemplateConfigValue.from_dict"]], "from_input() (pulumi.output static method)": [[1, "pulumi.Output.from_input"]], "full_key() (pulumi.config method)": [[1, "pulumi.Config.full_key"]], "fully_qualified_stack_name() (in module pulumi.automation)": [[1, "pulumi.automation.fully_qualified_stack_name"]], "get() (in module pulumi)": [[1, "pulumi.get"]], "get() (pulumi.config method)": [[1, "pulumi.Config.get"]], "get() (pulumi.output method)": [[1, "pulumi.Output.get"]], "get() (pulumi.dynamic.config method)": [[1, "pulumi.dynamic.Config.get"]], "get_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_all_config"]], "get_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_all_config"]], "get_bool() (pulumi.config method)": [[1, "pulumi.Config.get_bool"]], "get_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config"]], "get_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_config"]], "get_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_config"]], "get_config_env() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_env"]], "get_config_env_key() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_env_key"]], "get_config_secret_keys_env() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_secret_keys_env"]], "get_float() (pulumi.config method)": [[1, "pulumi.Config.get_float"]], "get_int() (pulumi.config method)": [[1, "pulumi.Config.get_int"]], "get_object() (pulumi.config method)": [[1, "pulumi.Config.get_object"]], "get_organization() (in module pulumi)": [[1, "pulumi.get_organization"]], "get_output() (pulumi.stackreference method)": [[1, "pulumi.StackReference.get_output"]], "get_output_details() (pulumi.stackreference method)": [[1, "pulumi.StackReference.get_output_details"]], "get_project() (in module pulumi)": [[1, "pulumi.get_project"]], "get_provider() (pulumi.resource method)": [[1, "pulumi.Resource.get_provider"]], "get_root_resource() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_root_resource"]], "get_secret() (pulumi.config method)": [[1, "pulumi.Config.get_secret"]], "get_secret_bool() (pulumi.config method)": [[1, "pulumi.Config.get_secret_bool"]], "get_secret_float() (pulumi.config method)": [[1, "pulumi.Config.get_secret_float"]], "get_secret_int() (pulumi.config method)": [[1, "pulumi.Config.get_secret_int"]], "get_secret_object() (pulumi.config method)": [[1, "pulumi.Config.get_secret_object"]], "get_stack() (in module pulumi)": [[1, "pulumi.get_stack"]], "get_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_tag"]], "get_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_tag"]], "getter() (in module pulumi)": [[1, "pulumi.getter"]], "history() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.history"]], "id (pulumi.customresource property)": [[1, "pulumi.CustomResource.id"]], "id (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.id"]], "id (pulumi.dynamic.createresult attribute)": [[1, "pulumi.dynamic.CreateResult.id"]], "id (pulumi.dynamic.readresult attribute)": [[1, "pulumi.dynamic.ReadResult.id"]], "ignore_changes (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.ignore_changes"]], "import_ (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.import_"]], "import_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.import_stack"]], "import_stack() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.import_stack"]], "import_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.import_stack"]], "info() (in module pulumi)": [[1, "pulumi.info"]], "input_type() (in module pulumi)": [[1, "pulumi.input_type"]], "inputs (pulumi.dynamic.checkresult attribute)": [[1, "pulumi.dynamic.CheckResult.inputs"]], "install() (pulumi.automation.pulumicommand class method)": [[1, "pulumi.automation.PulumiCommand.install"]], "install_plugin() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.install_plugin"]], "install_plugin() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.install_plugin"]], "install_plugin_from_server() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.install_plugin_from_server"]], "install_plugin_from_server() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.install_plugin_from_server"]], "invoke() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke"]], "invoke() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.invoke"]], "invoke_async() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke_async"]], "invoke_output() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke_output"]], "is_config_secret() (in module pulumi.runtime)": [[1, "pulumi.runtime.is_config_secret"]], "is_dry_run() (in module pulumi.runtime)": [[1, "pulumi.runtime.is_dry_run"]], "json_dumps() (pulumi.output static method)": [[1, "pulumi.Output.json_dumps"]], "json_loads() (pulumi.output static method)": [[1, "pulumi.Output.json_loads"]], "key (pulumi.configmissingerror attribute)": [[1, "pulumi.ConfigMissingError.key"]], "key (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.key"]], "list_environments() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_environments"]], "list_environments() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_environments"]], "list_plugins() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_plugins"]], "list_plugins() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_plugins"]], "list_stacks() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_stacks"]], "list_stacks() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_stacks"]], "list_tags() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_tags"]], "list_tags() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_tags"]], "main() (in module pulumi.provider)": [[1, "pulumi.provider.main"]], "merge() (pulumi.invokeoptions static method)": [[1, "pulumi.InvokeOptions.merge"]], "merge() (pulumi.invokeoutputoptions static method)": [[1, "pulumi.InvokeOutputOptions.merge"]], "merge() (pulumi.resourceoptions static method)": [[1, "pulumi.ResourceOptions.merge"]], "module": [[1, "module-pulumi"], [1, "module-pulumi.automation"], [1, "module-pulumi.dynamic"], [1, "module-pulumi.provider"], [1, "module-pulumi.runtime"], [2, "module-pulumi_policy"], [3, "module-pulumi_terraform"], [3, "module-pulumi_terraform.state"]], "name (pulumi.alias attribute)": [[1, "pulumi.Alias.name"]], "name (pulumi.config attribute)": [[1, "pulumi.Config.name"]], "name (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.name"]], "name (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.name"]], "name (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.name"]], "new_resource() (pulumi.runtime.mocks method)": [[1, "pulumi.runtime.Mocks.new_resource"]], "opts (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.opts"]], "opts (pulumi.invoketransformresult attribute)": [[1, "pulumi.InvokeTransformResult.opts"]], "opts (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.opts"]], "opts (pulumi.resourcetransformresult attribute)": [[1, "pulumi.ResourceTransformResult.opts"]], "opts (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.opts"]], "opts (pulumi.resourcetransformationresult attribute)": [[1, "pulumi.ResourceTransformationResult.opts"]], "output_type() (in module pulumi)": [[1, "pulumi.output_type"]], "outputs (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.outputs"]], "outputs (pulumi.provider.callresult attribute)": [[1, "pulumi.provider.CallResult.outputs"]], "outputs() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.outputs"]], "outs (pulumi.dynamic.createresult attribute)": [[1, "pulumi.dynamic.CreateResult.outs"]], "outs (pulumi.dynamic.readresult attribute)": [[1, "pulumi.dynamic.ReadResult.outs"]], "outs (pulumi.dynamic.updateresult attribute)": [[1, "pulumi.dynamic.UpdateResult.outs"]], "package (pulumi.providerresource attribute)": [[1, "pulumi.ProviderResource.package"]], "parent (pulumi.alias attribute)": [[1, "pulumi.Alias.parent"]], "parent (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.parent"]], "parent (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.parent"]], "password (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.password"]], "personal_access_token (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.personal_access_token"]], "plugin_download_url (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.plugin_download_url"]], "plugin_download_url (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.plugin_download_url"]], "post_command_callback() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.post_command_callback"]], "post_command_callback() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.post_command_callback"]], "preview() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.preview"]], "program (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.program"]], "project (pulumi.alias attribute)": [[1, "pulumi.Alias.project"]], "project_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.project_settings"]], "project_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.project_settings"]], "property (pulumi.dynamic.checkfailure attribute)": [[1, "pulumi.dynamic.CheckFailure.property"]], "property (pulumi.provider.checkfailure attribute)": [[1, "pulumi.provider.CheckFailure.property"]], "property() (in module pulumi)": [[1, "pulumi.property"]], "props (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.props"]], "props (pulumi.resourcetransformresult attribute)": [[1, "pulumi.ResourceTransformResult.props"]], "props (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.props"]], "props (pulumi.resourcetransformationresult attribute)": [[1, "pulumi.ResourceTransformationResult.props"]], "protect (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.protect"]], "provider (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.provider"]], "provider (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.provider"]], "providers (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.providers"]], "pulumi": [[1, "module-pulumi"]], "pulumi.automation": [[1, "module-pulumi.automation"]], "pulumi.dynamic": [[1, "module-pulumi.dynamic"]], "pulumi.provider": [[1, "module-pulumi.provider"]], "pulumi.runtime": [[1, "module-pulumi.runtime"]], "pulumi_command (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_command"]], "pulumi_home (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_home"]], "pulumi_version (pulumi.automation.localworkspace property)": [[1, "pulumi.automation.LocalWorkspace.pulumi_version"]], "pulumi_version (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_version"]], "read() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.read"]], "reason (pulumi.dynamic.checkfailure attribute)": [[1, "pulumi.dynamic.CheckFailure.reason"]], "reason (pulumi.provider.checkfailure attribute)": [[1, "pulumi.provider.CheckFailure.reason"]], "refresh() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.refresh"]], "refresh_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.refresh_config"]], "refresh_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.refresh_config"]], "register_invoke_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_invoke_transform"]], "register_outputs() (pulumi.componentresource method)": [[1, "pulumi.ComponentResource.register_outputs"]], "register_resource_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_resource_transform"]], "register_stack_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_stack_transform"]], "register_stack_transformation() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_stack_transformation"]], "remove_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_all_config"]], "remove_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_all_config"]], "remove_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_config"]], "remove_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_config"]], "remove_environment() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_environment"]], "remove_environment() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_environment"]], "remove_plugin() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_plugin"]], "remove_plugin() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_plugin"]], "remove_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_stack"]], "remove_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_stack"]], "remove_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_tag"]], "remove_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_tag"]], "replace_on_changes (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.replace_on_changes"]], "replaces (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.replaces"]], "require() (pulumi.config method)": [[1, "pulumi.Config.require"]], "require() (pulumi.dynamic.config method)": [[1, "pulumi.dynamic.Config.require"]], "require_bool() (pulumi.config method)": [[1, "pulumi.Config.require_bool"]], "require_float() (pulumi.config method)": [[1, "pulumi.Config.require_float"]], "require_int() (pulumi.config method)": [[1, "pulumi.Config.require_int"]], "require_object() (pulumi.config method)": [[1, "pulumi.Config.require_object"]], "require_output() (pulumi.stackreference method)": [[1, "pulumi.StackReference.require_output"]], "require_secret() (pulumi.config method)": [[1, "pulumi.Config.require_secret"]], "require_secret_bool() (pulumi.config method)": [[1, "pulumi.Config.require_secret_bool"]], "require_secret_float() (pulumi.config method)": [[1, "pulumi.Config.require_secret_float"]], "require_secret_int() (pulumi.config method)": [[1, "pulumi.Config.require_secret_int"]], "require_secret_object() (pulumi.config method)": [[1, "pulumi.Config.require_secret_object"]], "reset_options() (in module pulumi.runtime)": [[1, "pulumi.runtime.reset_options"]], "resource (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.resource"]], "retain_on_delete (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.retain_on_delete"]], "run() (pulumi.automation.pulumicommand method)": [[1, "pulumi.automation.PulumiCommand.run"]], "run_in_stack() (in module pulumi.runtime)": [[1, "pulumi.runtime.run_in_stack"]], "save_project_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.save_project_settings"]], "save_project_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.save_project_settings"]], "save_stack_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.save_stack_settings"]], "save_stack_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.save_stack_settings"]], "secret (pulumi.configmissingerror attribute)": [[1, "pulumi.ConfigMissingError.secret"]], "secret() (pulumi.output static method)": [[1, "pulumi.Output.secret"]], "secret_output_names (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.secret_output_names"]], "secret_value (pulumi.stackreferenceoutputdetails attribute)": [[1, "pulumi.StackReferenceOutputDetails.secret_value"]], "secrets_provider (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.secrets_provider"]], "select_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.select_remote_stack_git_source"]], "select_stack() (in module pulumi.automation)": [[1, "pulumi.automation.select_stack"]], "select_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.select_stack"]], "select_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.select_stack"]], "serialize_args_for_op() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.serialize_args_for_op"]], "serialize_args_for_op() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.serialize_args_for_op"]], "serialize_as_secret_always (pulumi.dynamic.resourceprovider attribute)": [[1, "pulumi.dynamic.ResourceProvider.serialize_as_secret_always"]], "set() (in module pulumi)": [[1, "pulumi.set"]], "set_all_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_all_config"]], "set_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_all_config"]], "set_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_all_config"]], "set_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_config"]], "set_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_config"]], "set_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_config"]], "set_mocks() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_mocks"]], "set_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_tag"]], "set_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_tag"]], "ssh_private_key (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.ssh_private_key"]], "ssh_private_key_path (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.ssh_private_key_path"]], "stables (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.stables"]], "stack (pulumi.alias attribute)": [[1, "pulumi.Alias.stack"]], "stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack"]], "stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack"]], "stack_outputs() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack_outputs"]], "stack_outputs() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack_outputs"]], "stack_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack_settings"]], "stack_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack_settings"]], "state (pulumi.provider.constructresult attribute)": [[1, "pulumi.provider.ConstructResult.state"]], "test() (in module pulumi.runtime)": [[1, "pulumi.runtime.test"]], "to_dict() (pulumi.automation.projectbackend method)": [[1, "pulumi.automation.ProjectBackend.to_dict"]], "to_dict() (pulumi.automation.projectruntimeinfo method)": [[1, "pulumi.automation.ProjectRuntimeInfo.to_dict"]], "to_dict() (pulumi.automation.projectsettings method)": [[1, "pulumi.automation.ProjectSettings.to_dict"]], "to_dict() (pulumi.automation.projecttemplate method)": [[1, "pulumi.automation.ProjectTemplate.to_dict"]], "to_dict() (pulumi.automation.projecttemplateconfigvalue method)": [[1, "pulumi.automation.ProjectTemplateConfigValue.to_dict"]], "to_json() (in module pulumi.runtime)": [[1, "pulumi.runtime.to_json"]], "token (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.token"]], "transformations (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.transformations"]], "transforms (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.transforms"]], "translate_input_property() (pulumi.resource method)": [[1, "pulumi.Resource.translate_input_property"]], "translate_output_property() (pulumi.resource method)": [[1, "pulumi.Resource.translate_output_property"]], "translate_output_property() (pulumi.stackreference method)": [[1, "pulumi.StackReference.translate_output_property"]], "type_ (pulumi.alias attribute)": [[1, "pulumi.Alias.type_"]], "type_ (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.type_"]], "type_ (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.type_"]], "unsecret() (pulumi.output static method)": [[1, "pulumi.Output.unsecret"]], "up() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.up"]], "update() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.update"]], "urn (pulumi.resource property)": [[1, "pulumi.Resource.urn"]], "urn (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.urn"]], "urn (pulumi.provider.constructresult attribute)": [[1, "pulumi.provider.ConstructResult.urn"]], "username (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.username"]], "value (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.value"]], "value (pulumi.stackreferenceoutputdetails attribute)": [[1, "pulumi.StackReferenceOutputDetails.value"]], "version (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.version"]], "version (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.version"]], "warn() (in module pulumi)": [[1, "pulumi.warn"]], "who_am_i() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.who_am_i"]], "who_am_i() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.who_am_i"]], "work_dir (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.work_dir"]], "enforcementlevel (class in pulumi_policy)": [[2, "pulumi_policy.EnforcementLevel"]], "policy (class in pulumi_policy)": [[2, "pulumi_policy.Policy"]], "policyconfigschema (class in pulumi_policy)": [[2, "pulumi_policy.PolicyConfigSchema"]], "policycustomtimeouts (class in pulumi_policy)": [[2, "pulumi_policy.PolicyCustomTimeouts"]], "policypack (class in pulumi_policy)": [[2, "pulumi_policy.PolicyPack"]], "policyproviderresource (class in pulumi_policy)": [[2, "pulumi_policy.PolicyProviderResource"]], "policyresource (class in pulumi_policy)": [[2, "pulumi_policy.PolicyResource"]], "policyresourceoptions (class in pulumi_policy)": [[2, "pulumi_policy.PolicyResourceOptions"]], "resourcevalidationargs (class in pulumi_policy)": [[2, "pulumi_policy.ResourceValidationArgs"]], "resourcevalidationpolicy (class in pulumi_policy)": [[2, "pulumi_policy.ResourceValidationPolicy"]], "secret (class in pulumi_policy)": [[2, "pulumi_policy.Secret"]], "stackvalidationargs (class in pulumi_policy)": [[2, "pulumi_policy.StackValidationArgs"]], "stackvalidationpolicy (class in pulumi_policy)": [[2, "pulumi_policy.StackValidationPolicy"]], "additional_secret_outputs (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.additional_secret_outputs"]], "aliases (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.aliases"]], "config_schema (pulumi_policy.policy attribute)": [[2, "pulumi_policy.Policy.config_schema"]], "create_seconds (pulumi_policy.policycustomtimeouts attribute)": [[2, "pulumi_policy.PolicyCustomTimeouts.create_seconds"]], "custom_timeouts (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.custom_timeouts"]], "delete_before_replace (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.delete_before_replace"]], "delete_seconds (pulumi_policy.policycustomtimeouts attribute)": [[2, "pulumi_policy.PolicyCustomTimeouts.delete_seconds"]], "dependencies (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.dependencies"]], "description (pulumi_policy.policy attribute)": [[2, "pulumi_policy.Policy.description"]], "enforcement_level (pulumi_policy.policy attribute)": [[2, "pulumi_policy.Policy.enforcement_level"]], "get_config() (pulumi_policy.resourcevalidationargs method)": [[2, "pulumi_policy.ResourceValidationArgs.get_config"]], "get_config() (pulumi_policy.stackvalidationargs method)": [[2, "pulumi_policy.StackValidationArgs.get_config"]], "ignore_changes (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.ignore_changes"]], "name (pulumi_policy.policy attribute)": [[2, "pulumi_policy.Policy.name"]], "name (pulumi_policy.policyproviderresource attribute)": [[2, "pulumi_policy.PolicyProviderResource.name"]], "name (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.name"]], "name (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.name"]], "opts (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.opts"]], "opts (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.opts"]], "parent (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.parent"]], "properties (pulumi_policy.policyconfigschema attribute)": [[2, "pulumi_policy.PolicyConfigSchema.properties"]], "property_dependencies (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.property_dependencies"]], "props (pulumi_policy.policyproviderresource attribute)": [[2, "pulumi_policy.PolicyProviderResource.props"]], "props (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.props"]], "props (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.props"]], "protect (pulumi_policy.policyresourceoptions attribute)": [[2, "pulumi_policy.PolicyResourceOptions.protect"]], "provider (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.provider"]], "provider (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.provider"]], "pulumi_policy": [[2, "module-pulumi_policy"]], "required (pulumi_policy.policyconfigschema attribute)": [[2, "pulumi_policy.PolicyConfigSchema.required"]], "resource_type (pulumi_policy.policyproviderresource attribute)": [[2, "pulumi_policy.PolicyProviderResource.resource_type"]], "resource_type (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.resource_type"]], "resource_type (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.resource_type"]], "resources (pulumi_policy.stackvalidationargs attribute)": [[2, "pulumi_policy.StackValidationArgs.resources"]], "update_seconds (pulumi_policy.policycustomtimeouts attribute)": [[2, "pulumi_policy.PolicyCustomTimeouts.update_seconds"]], "urn (pulumi_policy.policyproviderresource attribute)": [[2, "pulumi_policy.PolicyProviderResource.urn"]], "urn (pulumi_policy.policyresource attribute)": [[2, "pulumi_policy.PolicyResource.urn"]], "urn (pulumi_policy.resourcevalidationargs attribute)": [[2, "pulumi_policy.ResourceValidationArgs.urn"]], "artifactorybackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.ArtifactoryBackendArgs"]], "azurermbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.AzureRMBackendArgs"]], "consulbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.ConsulBackendArgs"]], "etcdv2backendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.EtcdV2BackendArgs"]], "etcdv3backendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.EtcdV3BackendArgs"]], "gcsbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.GcsBackendArgs"]], "httpbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.HttpBackendArgs"]], "localbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.LocalBackendArgs"]], "mantabackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.MantaBackendArgs"]], "ossbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.OssBackendArgs"]], "postgresbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.PostgresBackendArgs"]], "remotebackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.RemoteBackendArgs"]], "remotestatereference (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.RemoteStateReference"]], "s3backendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.S3BackendArgs"]], "swiftbackendargs (class in pulumi_terraform.state)": [[3, "pulumi_terraform.state.SwiftBackendArgs"]], "get_output() (pulumi_terraform.state.remotestatereference method)": [[3, "pulumi_terraform.state.RemoteStateReference.get_output"]], "outputs (pulumi_terraform.state.remotestatereference attribute)": [[3, "pulumi_terraform.state.RemoteStateReference.outputs"]], "pulumi_terraform": [[3, "module-pulumi_terraform"]], "pulumi_terraform.state": [[3, "module-pulumi_terraform.state"]], "translate_input_property() (pulumi_terraform.state.remotestatereference method)": [[3, "pulumi_terraform.state.RemoteStateReference.translate_input_property"]], "translate_output_property() (pulumi_terraform.state.remotestatereference method)": [[3, "pulumi_terraform.state.RemoteStateReference.translate_output_property"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["index", "pulumi", "pulumi_esc_sdk", "pulumi_policy", "pulumi_terraform"], "filenames": ["index.rst", "pulumi.rst", "pulumi_esc_sdk.rst", "pulumi_policy.rst", "pulumi_terraform.rst"], "titles": ["Pulumi API Reference (Python)", "pulumi", "pulumi_esc_sdk", "pulumi_policy", "pulumi_terraform"], "terms": {"alia": [0, 1, 2], "name": [0, 1, 2, 3, 4], "parent": [0, 1, 3], "project": [0, 1, 2, 4], "stack": [0, 1, 3, 4], "type_": [0, 1], "archiv": [0, 1], "asset": [0, 1], "assetarch": [0, 1], "componentresourc": [0, 1], "register_output": [0, 1], "config": [0, 1, 2, 3, 4], "full_kei": [0, 1], "get": [0, 1, 2], "get_bool": [0, 1], "get_float": [0, 1], "get_int": [0, 1], "get_object": [0, 1], "get_secret": [0, 1], "get_secret_bool": [0, 1], "get_secret_float": [0, 1], "get_secret_int": [0, 1], "get_secret_object": [0, 1], "requir": [0, 1, 2, 3, 4], "require_bool": [0, 1], "require_float": [0, 1], "require_int": [0, 1], "require_object": [0, 1], "require_secret": [0, 1], "require_secret_bool": [0, 1], "require_secret_float": [0, 1], "require_secret_int": [0, 1], "require_secret_object": [0, 1], "configmissingerror": [0, 1], "kei": [0, 1, 2, 4], "secret": [0, 1, 2, 3, 4], "configtypeerror": [0, 1], "expect_typ": [0, 1], "valu": [0, 2, 3, 4], "customresourc": [0, 1], "id": [0, 1, 2, 3, 4], "filearch": [0, 1], "fileasset": [0, 1], "inputpropertieserror": [0, 1], "inputpropertyerror": [0, 1], "inputpropertyerrordetail": [0, 1], "invokeopt": [0, 1], "merg": [0, 1], "plugin_download_url": [0, 1], "provid": [0, 2, 3, 4], "version": [0, 1, 2], "invokeoutputopt": [0, 1], "depends_on": [0, 1], "invoketransformarg": [0, 1], "arg": [0, 1, 2, 4], "opt": [0, 1, 3, 4], "token": [0, 1, 2, 4], "invoketransformresult": [0, 1], "output": [0, 1, 2, 3, 4], "all": [0, 1, 2, 3, 4], "appli": [0, 1, 4], "concat": [0, 1], "format": [0, 1, 2, 4], "from_input": [0, 1], "json_dump": [0, 1], "json_load": [0, 1], "unsecret": [0, 1], "providerresourc": [0, 1], "packag": [0, 1], "remotearch": [0, 1], "remoteasset": [0, 1], "resourc": [0, 1, 2, 3, 4], "get_provid": [0, 1], "translate_input_properti": [0, 1, 4], "translate_output_properti": [0, 1, 4], "urn": [0, 1, 3], "resourceopt": [0, 1, 4], "additional_secret_output": [0, 1, 3], "alias": [0, 1, 3], "custom_timeout": [0, 1, 3], "delete_before_replac": [0, 1, 3], "deleted_with": [0, 1], "ignore_chang": [0, 1, 3], "import_": [0, 1], "protect": [0, 1, 3], "replace_on_chang": [0, 1], "retain_on_delet": [0, 1], "transform": [0, 1, 4], "resourcetransformarg": [0, 1], "custom": [0, 1, 2, 3, 4], "prop": [0, 1, 3, 4], "resourcetransformresult": [0, 1], "resourcetransformationarg": [0, 1], "resourcetransformationresult": [0, 1], "runerror": [0, 1], "stackrefer": [0, 1], "get_output": [0, 1, 4], "get_output_detail": [0, 1], "require_output": [0, 1], "secret_output_nam": [0, 1], "stackreferenceoutputdetail": [0, 1], "secret_valu": [0, 1], "stringasset": [0, 1], "create_urn": [0, 1], "debug": [0, 1, 2], "deferred_output": [0, 1], "deprec": [0, 1, 2], "error": [0, 1, 2], "export": [0, 1], "get_organ": [0, 1], "get_project": [0, 1], "get_stack": [0, 1], "getter": [0, 1], "info": [0, 1], "input_typ": [0, 1, 4], "output_typ": [0, 1], "properti": [0, 1, 2, 3, 4], "set": [0, 1, 2, 3, 4], "warn": [0, 1], "autom": 0, "cancelev": [0, 1], "commanderror": [0, 1], "compilationerror": [0, 1], "concurrentupdateerror": [0, 1], "configvalu": [0, 1], "destroyresult": [0, 1], "diagnosticev": [0, 1], "diffkind": [0, 1], "engineev": [0, 1], "inlinesourceruntimeerror": [0, 1], "invalidversionerror": [0, 1], "localworkspac": [0, 1], "add_environ": [0, 1], "create_stack": [0, 1], "export_stack": [0, 1], "get_all_config": [0, 1], "get_config": [0, 1, 3], "get_tag": [0, 1], "import_stack": [0, 1], "install_plugin": [0, 1], "install_plugin_from_serv": [0, 1], "list_environ": [0, 1, 2], "list_plugin": [0, 1], "list_stack": [0, 1], "list_tag": [0, 1], "post_command_callback": [0, 1], "project_set": [0, 1], "pulumi_vers": [0, 1], "refresh_config": [0, 1], "remove_all_config": [0, 1], "remove_config": [0, 1], "remove_environ": [0, 1], "remove_plugin": [0, 1], "remove_stack": [0, 1], "remove_tag": [0, 1], "save_project_set": [0, 1], "save_stack_set": [0, 1], "select_stack": [0, 1], "serialize_args_for_op": [0, 1], "set_all_config": [0, 1], "set_config": [0, 1], "set_tag": [0, 1], "stack_output": [0, 1], "stack_set": [0, 1], "who_am_i": [0, 1], "optyp": [0, 1], "policyev": [0, 1], "preludeev": [0, 1], "previewresult": [0, 1], "projectbackend": [0, 1], "from_dict": [0, 1, 2], "to_dict": [0, 1, 2], "projectruntimeinfo": [0, 1], "projectset": [0, 1], "projecttempl": [0, 1], "projecttemplateconfigvalu": [0, 1], "propertydiff": [0, 1], "pulumicommand": [0, 1], "instal": [0, 1, 4], "run": [0, 1], "refreshresult": [0, 1], "remotegitauth": [0, 1], "password": [0, 1, 4], "personal_access_token": [0, 1], "ssh_private_kei": [0, 1], "ssh_private_key_path": [0, 1], "usernam": [0, 1, 4], "remotestack": [0, 1], "cancel": [0, 1], "destroi": [0, 1], "histori": [0, 1, 2], "preview": [0, 1], "refresh": [0, 1, 2], "up": [0, 1], "remoteworkspaceopt": [0, 1], "resopfailedev": [0, 1], "resoutputsev": [0, 1], "resourcepreev": [0, 1], "runtimeerror": [0, 1], "stackalreadyexistserror": [0, 1], "stacknotfounderror": [0, 1], "stackset": [0, 1], "stacksummari": [0, 1], "stdoutengineev": [0, 1], "stepeventmetadata": [0, 1], "stepeventstatemetadata": [0, 1], "summaryev": [0, 1], "upresult": [0, 1], "whoamiresult": [0, 1], "workspac": [0, 1, 4], "env_var": [0, 1], "program": [0, 1], "pulumi_command": [0, 1], "pulumi_hom": [0, 1], "secrets_provid": [0, 1], "work_dir": [0, 1], "create_or_select_remote_stack_git_sourc": [0, 1], "create_or_select_stack": [0, 1], "create_remote_stack_git_sourc": [0, 1], "fully_qualified_stack_nam": [0, 1], "select_remote_stack_git_sourc": [0, 1], "dynam": [0, 2], "checkfailur": [0, 1], "reason": [0, 1, 2], "checkresult": [0, 1], "failur": [0, 1], "input": [0, 1, 2, 3, 4], "configurerequest": [0, 1], "createresult": [0, 1], "out": [0, 1], "diffresult": [0, 1], "chang": [0, 1, 3], "replac": [0, 1, 2, 3], "stabl": [0, 1], "readresult": [0, 1], "resourceprovid": [0, 1], "check": [0, 1, 2, 4], "configur": [0, 1, 2, 3, 4], "creat": [0, 1, 2, 3, 4], "delet": [0, 1, 2, 3], "diff": [0, 1], "read": [0, 1, 2, 4], "serialize_as_secret_alwai": [0, 1], "updat": [0, 1, 2, 3, 4], "updateresult": [0, 1], "callresult": [0, 1], "constructresult": [0, 1], "state": [0, 1, 3, 4], "call": [0, 1, 2, 3, 4], "construct": [0, 1, 4], "invok": [0, 1], "main": [0, 1], "runtim": [0, 4], "mockcallarg": [0, 1], "mockresourcearg": [0, 1], "mock": [0, 1], "new_resourc": [0, 1], "resourcemodul": [0, 1], "resourcepackag": [0, 1], "get_config_env": [0, 1], "get_config_env_kei": [0, 1], "get_config_secret_keys_env": [0, 1], "get_root_resourc": [0, 1], "invoke_async": [0, 1], "invoke_output": [0, 1], "is_config_secret": [0, 1], "is_dry_run": [0, 1], "register_invoke_transform": [0, 1], "register_resource_transform": [0, 1], "register_stack_transform": [0, 1], "reset_opt": [0, 1], "run_in_stack": [0, 1], "set_mock": [0, 1], "test": [0, 1], "to_json": [0, 1, 2], "pulumi_polici": 0, "enforcementlevel": [0, 3], "polici": [0, 1, 3, 4], "config_schema": [0, 3], "descript": [0, 1, 3], "enforcement_level": [0, 1, 3], "policyconfigschema": [0, 3], "policycustomtimeout": [0, 3], "create_second": [0, 3], "delete_second": [0, 3], "update_second": [0, 3], "policypack": [0, 1, 3], "policyproviderresourc": [0, 3], "resource_typ": [0, 1, 3], "policyresourc": [0, 3], "depend": [0, 1, 3], "property_depend": [0, 3], "policyresourceopt": [0, 3], "resourcevalidationarg": [0, 3], "resourcevalidationpolici": [0, 3], "stackvalidationarg": [0, 3], "stackvalidationpolici": [0, 3], "pulumi_esc_sdk": 0, "access": [0, 1, 2, 4], "from_json": [0, 2], "model_config": [0, 2], "to_str": [0, 2], "accessor": [0, 2], "apiattributeerror": [0, 2], "apicli": [0, 2], "call_api": [0, 2], "deseri": [0, 1, 2], "files_paramet": [0, 2], "get_default": [0, 2], "param_seri": [0, 2], "parameters_to_tupl": [0, 2], "parameters_to_url_queri": [0, 2], "response_deseri": [0, 2], "sanitize_for_seri": [0, 2], "select_header_accept": [0, 2], "select_header_content_typ": [0, 2], "set_default": [0, 2], "update_params_for_auth": [0, 2], "user_ag": [0, 2], "apiexcept": [0, 2], "apikeyerror": [0, 2], "apirespons": [0, 2], "apitypeerror": [0, 2], "apivalueerror": [0, 2], "checkenviron": [0, 2], "cloneenviron": [0, 2], "name_validate_regular_express": [0, 2], "project_validate_regular_express": [0, 2], "assert_hostnam": [0, 2], "auth_set": [0, 2], "cert_fil": [0, 2, 4], "connection_pool_maxs": [0, 2], "date_format": [0, 2], "datetime_format": [0, 2], "get_api_key_with_prefix": [0, 2], "get_basic_auth_token": [0, 2], "get_default_copi": [0, 2], "get_host_from_set": [0, 2], "get_host_set": [0, 2], "host": [0, 1, 2], "key_fil": [0, 2, 4], "logger": [0, 1, 2], "logger_fil": [0, 2], "logger_file_handl": [0, 2], "logger_format": [0, 2], "logger_stream_handl": [0, 2], "proxi": [0, 2], "proxy_head": [0, 2], "refresh_api_key_hook": [0, 2], "retri": [0, 1, 2], "safe_chars_for_path_param": [0, 2], "server_operation_index": [0, 2], "server_operation_vari": [0, 2], "socket_opt": [0, 2], "ssl_ca_cert": [0, 2], "temp_folder_path": [0, 2], "tls_server_nam": [0, 2], "to_debug_report": [0, 2], "verify_ssl": [0, 2], "createenviron": [0, 2], "createenvironmentrevisiontag": [0, 2], "createenvironmenttag": [0, 2], "environ": [0, 1, 2, 4], "environmentdefinit": [0, 2], "environmentdefinitionvalu": [0, 2], "environmentdiagnost": [0, 2], "environmentrevis": [0, 2], "environmentrevisiontag": [0, 2], "environmenttag": [0, 2], "escapi": [0, 2], "check_environment_yaml": [0, 2], "check_environment_yaml_with_http_info": [0, 2], "check_environment_yaml_without_preload_cont": [0, 2], "clone_environ": [0, 2], "clone_environment_with_http_info": [0, 2], "clone_environment_without_preload_cont": [0, 2], "create_environ": [0, 2], "create_environment_revision_tag": [0, 2], "create_environment_revision_tag_with_http_info": [0, 2], "create_environment_revision_tag_without_preload_cont": [0, 2], "create_environment_tag": [0, 2], "create_environment_tag_with_http_info": [0, 2], "create_environment_tag_without_preload_cont": [0, 2], "create_environment_with_http_info": [0, 2], "create_environment_without_preload_cont": [0, 2], "decrypt_environ": [0, 2], "decrypt_environment_with_http_info": [0, 2], "decrypt_environment_without_preload_cont": [0, 2], "delete_environ": [0, 2], "delete_environment_revision_tag": [0, 2], "delete_environment_revision_tag_with_http_info": [0, 2], "delete_environment_revision_tag_without_preload_cont": [0, 2], "delete_environment_tag": [0, 2], "delete_environment_tag_with_http_info": [0, 2], "delete_environment_tag_without_preload_cont": [0, 2], "delete_environment_with_http_info": [0, 2], "delete_environment_without_preload_cont": [0, 2], "get_environ": [0, 2], "get_environment_at_vers": [0, 2], "get_environment_at_version_with_http_info": [0, 2], "get_environment_at_version_without_preload_cont": [0, 2], "get_environment_e_tag": [0, 2], "get_environment_e_tag_with_http_info": [0, 2], "get_environment_e_tag_without_preload_cont": [0, 2], "get_environment_revision_tag": [0, 2], "get_environment_revision_tag_with_http_info": [0, 2], "get_environment_revision_tag_without_preload_cont": [0, 2], "get_environment_tag": [0, 2], "get_environment_tag_with_http_info": [0, 2], "get_environment_tag_without_preload_cont": [0, 2], "get_environment_with_http_info": [0, 2], "get_environment_without_preload_cont": [0, 2], "list_environment_revision_tag": [0, 2], "list_environment_revision_tags_with_http_info": [0, 2], "list_environment_revision_tags_without_preload_cont": [0, 2], "list_environment_revis": [0, 2], "list_environment_revisions_with_http_info": [0, 2], "list_environment_revisions_without_preload_cont": [0, 2], "list_environment_tag": [0, 2], "list_environment_tags_with_http_info": [0, 2], "list_environment_tags_without_preload_cont": [0, 2], "list_environments_with_http_info": [0, 2], "list_environments_without_preload_cont": [0, 2], "open_environ": [0, 2], "open_environment_at_vers": [0, 2], "open_environment_at_version_with_http_info": [0, 2], "open_environment_at_version_without_preload_cont": [0, 2], "open_environment_with_http_info": [0, 2], "open_environment_without_preload_cont": [0, 2], "read_open_environ": [0, 2], "read_open_environment_properti": [0, 2], "read_open_environment_property_with_http_info": [0, 2], "read_open_environment_property_without_preload_cont": [0, 2], "read_open_environment_with_http_info": [0, 2], "read_open_environment_without_preload_cont": [0, 2], "update_environment_revision_tag": [0, 2], "update_environment_revision_tag_with_http_info": [0, 2], "update_environment_revision_tag_without_preload_cont": [0, 2], "update_environment_tag": [0, 2], "update_environment_tag_with_http_info": [0, 2], "update_environment_tag_without_preload_cont": [0, 2], "update_environment_yaml": [0, 2], "update_environment_yaml_with_http_info": [0, 2], "update_environment_yaml_without_preload_cont": [0, 2], "escclient": [0, 2], "check_environ": [0, 2], "open_and_read_environ": [0, 2], "open_and_read_environment_at_vers": [0, 2], "update_environ": [0, 2], "evaluatedexecutioncontext": [0, 2], "expr": [0, 2], "exprbuiltin": [0, 2], "interpol": [0, 2], "listenvironmenttag": [0, 2], "openapiexcept": [0, 2], "openenviron": [0, 2], "orgenviron": [0, 2], "po": [0, 2], "propertyaccessor": [0, 2], "rang": [0, 1, 2, 4], "trace": [0, 1, 2], "updateenvironmentrevisiontag": [0, 2], "updateenvironmenttag": [0, 2], "updateenvironmenttagcurrenttag": [0, 2], "updateenvironmenttagnewtag": [0, 2], "The": [1, 2, 3, 4], "core": 1, "sdk": [1, 3], "python": [1, 3], "thi": [1, 2, 3, 4], "defin": [1, 2], "primit": [1, 2], "librari": [1, 2, 3], "ecosystem": 1, "us": [1, 2, 3, 4], "manag": [1, 2, 4], "class": [1, 2, 3, 4], "str": [1, 2, 3, 4], "none": [1, 2, 3, 4], "ellipsi": 1, "i": [1, 2, 3, 4], "partial": 1, "prior": 1, "It": [1, 2, 4], "can": [1, 2, 3, 4], "process": 1, "context": 1, "creation": 1, "determin": [1, 4], "what": [1, 3], "full": [1, 4], "would": 1, "note": [1, 2, 4], "semant": 1, "differ": [1, 2], "between": 1, "being": [1, 4], "given": [1, 2, 3, 4], "specif": [1, 2], "t": [1, 2, 3, 4], "foo": 1, "so": 1, "first": 1, "mean": 1, "origin": 1, "had": 1, "while": 1, "second": [1, 4], "current": [1, 2, 3], "indic": [1, 2, 3, 4], "wa": 1, "previous": 1, "root": [1, 4], "recommend": 1, "you": [1, 2, 4], "root_stack_resourc": 1, "form": [1, 2], "self": [1, 2], "make": [1, 2], "intent": 1, "clearer": 1, "than": 1, "previou": [1, 2], "If": [1, 2, 4], "e": [1, 2, 3], "els": 1, "implicit": 1, "To": 1, "specifi": [1, 3, 4], "default": [1, 2, 3, 4], "getproject": 1, "getstack": 1, "type": [1, 2, 3, 4], "repres": [1, 2, 3, 4], "collect": [1, 2], "singl": [1, 2, 3], "blob": [1, 4], "text": [1, 2], "data": [1, 2, 4], "entiti": 1, "dict": [1, 2, 3], "an": [1, 2, 3, 4], "from": [1, 2, 3, 4], "memori": 1, "other": [1, 2], "remot": [1, 4], "bool": [1, 2, 3, 4], "fals": [1, 2, 4], "package_ref": 1, "await": [1, 3, 4], "aggreg": 1, "one": [1, 2, 3, 4], "more": [1, 2, 3, 4], "child": 1, "higher": 1, "level": 1, "abstract": 1, "compon": [1, 2], "itself": 1, "doe": [1, 4], "crud": 1, "oper": [1, 2, 3, 4], "provis": 1, "paramet": [1, 2, 3, 4], "option": [1, 2, 3, 4], "list": [1, 2, 3, 4], "true": [1, 2, 3, 4], "refer": [1, 2, 4], "regist": 1, "synthet": 1, "ha": [1, 2], "initi": [1, 2, 3], "usual": 1, "alloc": 1, "sub": 1, "propag": 1, "result": [1, 2, 4], "A": [1, 2, 3, 4], "dictionari": [1, 2], "associ": [1, 3], "bag": [1, 3], "relat": 1, "each": [1, 2, 3], "contain": [1, 2, 3, 4], "ani": [1, 2, 3, 4], "number": [1, 2], "variabl": [1, 2, 4], "index": [1, 2], "simpl": 1, "uniqu": [1, 3, 4], "identifi": [1, 2], "two": [1, 2], "do": [1, 2, 3, 4], "share": [1, 4], "otherwis": 1, "same": [1, 2], "For": 1, "exampl": [1, 2], "whose": [1, 4], "b": [1, 2], "c": 1, "entir": 1, "separ": [1, 4], "bar": 1, "fulli": 1, "qualifi": 1, "respect": 1, "": [1, 2, 3, 4], "logic": 1, "turn": [1, 3], "resolv": [1, 2], "prepend": 1, "return": [1, 2, 3, 4], "prefix": [1, 2, 4], "its": [1, 3], "unset": [1, 2, 4], "doesn": 1, "exist": [1, 2, 4], "request": [1, 2, 4], "fallback": 1, "isn": 1, "legal": 1, "boolean": 1, "function": [1, 2, 3], "throw": 1, "rais": [1, 2], "couldn": 1, "coerc": 1, "float": [1, 2, 3], "mark": [1, 3], "int": [1, 2], "object": [1, 2, 4], "undefin": 1, "routin": 1, "simpli": 1, "json": [1, 2, 4], "pars": [1, 2], "valid": [1, 2, 3, 4], "shape": 1, "content": [1, 2], "thrown": 1, "did": 1, "string": [1, 2, 4], "except": [1, 2], "miss": 1, "wrong": 1, "expect": [1, 2], "ill": 1, "ar": [1, 2, 3, 4], "perform": [1, 2, 4], "extern": [1, 4], "some": [1, 3], "physic": 1, "engin": [1, 3, 4], "understand": 1, "how": 1, "them": [1, 2, 3], "implement": [1, 2], "load": 1, "plugin": 1, "intern": 1, "track": 1, "assign": [1, 2], "dure": 1, "deploy": [1, 3], "mai": 1, "plan": 1, "phase": 1, "path": [1, 2, 4], "file": [1, 2, 4], "base": [1, 2, 4], "raw": [1, 2], "directori": [1, 4], "support": [1, 4], "tar": 1, "gz": 1, "zip": 1, "pathlik": 1, "kind": 1, "produc": 1, "local": [1, 4], "filesystem": 1, "messag": [1, 2, 3], "client": [1, 2, 4], "made": 1, "bad": 1, "property_path": 1, "control": [1, 3, 4], "behavior": [1, 3], "g": [1, 2, 3], "invoc": 1, "suppli": [1, 4], "exactli": [1, 4], "servic": [1, 4], "url": [1, 2, 4], "download": [1, 2], "overrid": [1, 2, 3], "sourc": [1, 2, 4], "should": [1, 2, 3, 4], "rare": 1, "static": [1, 2, 4], "opts1": 1, "opts2": 1, "new": [1, 2], "instanc": [1, 2, 4], "over": 1, "both": [1, 3], "unchang": 1, "which": [1, 2, 3, 4], "case": [1, 2], "ignor": [1, 2, 3], "conceptu": 1, "follow": [1, 2], "basic": [1, 2, 4], "rule": [1, 3], "final": 1, "scalar": 1, "purpos": 1, "alwai": [1, 3], "treat": [1, 3], "even": 1, "onli": [1, 2, 4], "copi": [1, 2], "method": [1, 2, 4], "either": [1, 4], "like": [1, 4], "former": 1, "where": [1, 4], "caller": 1, "need": [1, 2, 4], "sequenc": [1, 2, 4], "declar": 1, "execut": 1, "argument": [1, 2, 3, 4], "pass": [1, 2, 3, 4], "must": [1, 3, 4], "callback": [1, 3], "includ": [1, 2, 4], "place": [1, 2], "futur": 1, "t_co": 1, "is_known": 1, "is_secret": 1, "help": [1, 3], "encod": [1, 4], "relationship": 1, "applic": [1, 2, 4], "hold": 1, "onto": 1, "piec": 1, "gener": [1, 2, 3], "when": [1, 2, 3, 4], "allow": [1, 2, 3], "know": 1, "well": [1, 3], "came": 1, "precis": 1, "graph": 1, "properli": 1, "kwarg": [1, 4], "keyword": [1, 2], "combin": 1, "multipl": [1, 3], "target": [1, 4], "preserv": [1, 2], "convert": [1, 2], "unnam": 1, "func": 1, "callabl": [1, 3], "u": [1, 2, 4], "run_with_unknown": 1, "remain": 1, "unless": 1, "necessari": [1, 3], "handi": 1, "have": [1, 3, 4], "somev": 1, "want": 1, "transit": 1, "unknown": [1, 2], "prompt": 1, "anoth": 1, "obtain": 1, "concaten": [1, 2], "take": 1, "stringifi": 1, "http": [1, 2, 4], "server": [1, 2, 4], "hostnam": [1, 2, 4], "loadbalanc": 1, "port": [1, 4], "format_str": 1, "handl": [1, 2], "posit": [1, 2], "val": 1, "deepli": 1, "unwrap": 1, "nest": 1, "through": 1, "guarante": 1, "retriev": [1, 2, 4], "underli": [1, 2], "code": [1, 2], "post": [1, 2, 4], "At": [1, 4], "point": [1, 4], "known": 1, "safe": [1, 2], "becaus": 1, "flow": 1, "lose": 1, "obj": [1, 2], "skipkei": 1, "ensure_ascii": 1, "check_circular": 1, "allow_nan": 1, "cl": 1, "jsonencod": 1, "indent": 1, "tupl": [1, 2], "sort_kei": 1, "kw": 1, "dump": 1, "serial": [1, 2], "byte": [1, 2, 4], "bytearrai": 1, "jsondecod": 1, "object_hook": 1, "parse_float": 1, "parse_int": 1, "parse_const": 1, "object_pairs_hook": 1, "kwd": 1, "also": [1, 2, 4], "persist": 1, "encrypt": [1, 3, 4], "without": 1, "non": [1, 4], "pkg": 1, "These": 1, "similarli": 1, "dif": 1, "common": 1, "aw": [1, 4], "azur": [1, 4], "uri": 1, "fetch": [1, 2, 4], "locat": [1, 2], "scheme": [1, 2, 4], "dictat": 1, "protocol": [1, 4], "recogn": 1, "altern": [1, 2], "mere": 1, "most": 1, "decor": [1, 4], "translat": [1, 4], "metadata": [1, 3, 4], "rather": 1, "module_memb": 1, "modul": [1, 3], "member": 1, "been": 1, "subclass": [1, 4], "opportun": [1, 3, 4], "choos": [1, 4], "befor": [1, 2, 3, 4], "send": [1, 4], "those": [1, 4], "__init__": [1, 4], "instead": [1, 2, 4], "potenti": [1, 4], "write": [1, 4], "distinctli": 1, "address": [1, 4], "after": [1, 2, 4], "map": [1, 2, 3, 4], "customtimeout": 1, "union": [1, 3], "pull": 1, "field": [1, 2], "just": 1, "In": 1, "latter": 1, "inform": [1, 2, 3], "infer": 1, "match": [1, 4], "import": [1, 2], "cloud": [1, 4], "constructor": [1, 2], "align": 1, "onc": 1, "remov": 1, "block": [1, 3, 4], "timeout": [1, 2, 3], "resourcetransform": 1, "experiment": 1, "forc": [1, 2, 4], "augment": 1, "alreadi": 1, "your": [1, 4], "certain": 1, "per": [1, 2, 4], "basi": 1, "see": [1, 3], "order": [1, 3, 4], "walk": 1, "termin": 1, "abruptli": 1, "clean": 1, "exit": 1, "verbos": 1, "unhandl": 1, "emit": 1, "complet": 1, "stack_nam": 1, "referenc": [1, 4], "avail": [1, 2, 4], "via": [1, 4], "found": 1, "async": 1, "build": [1, 2], "whether": [1, 2, 4], "neither": 1, "keyerror": 1, "record": 1, "utf": 1, "8": 1, "comput": 1, "msg": [1, 2], "stream_id": 1, "ephemer": 1, "log": [1, 2, 4], "cli": 1, "channel": 1, "stream": [1, 2], "later": 1, "As": 1, "insert": 1, "appropri": 1, "statement": [1, 4], "tag": [1, 2, 3], "special": [1, 4], "detect": 1, "react": 1, "situat": 1, "print": 1, "consid": 1, "stop": 1, "organ": [1, 2, 4], "_fn": 1, "ad": [1, 2, 4], "accept": [1, 2], "_type": 1, "_missing_typ": 1, "api": [1, 2, 4], "programmat": [1, 2, 3], "interfac": [1, 2], "drive": 1, "thought": 1, "encapsul": 1, "init": 1, "etc": 1, "flexibl": 1, "still": 1, "binari": 1, "addit": [1, 3], "fine": 1, "grain": 1, "box": 1, "wai": [1, 2, 4], "work": 1, "disk": 1, "filepath": [1, 2], "myorg": 1, "myproj": 1, "mystack": 1, "o": 1, "join": 1, "alongsid": 1, "inlin": 1, "def": 1, "pulumi_program": 1, "bucket": [1, 3, 4], "s3": [1, 3, 4], "bucket_nam": 1, "lifecycl": 1, "preview_respons": 1, "natur": 1, "orchestr": 1, "feed": 1, "next": [1, 2], "shown": 1, "below": 1, "within": [1, 3, 4], "ci": 1, "cd": 1, "workflow": 1, "integr": 1, "multi": 1, "stage": 1, "blue": 1, "green": 1, "pattern": 1, "involv": 1, "databas": 1, "migrat": 1, "tool": 1, "behind": 1, "rest": [1, 4], "grpc": 1, "entrypoint": 1, "enabl": [1, 2, 3, 4], "broad": 1, "variou": [1, 2], "util": 1, "everi": [1, 4], "abov": [1, 4], "back": 1, "w": 1, "v3": [1, 4], "20": 1, "0": [1, 2], "explicitli": [1, 2], "beyond": 1, "three": 1, "helper": 1, "org": [1, 2], "proj": 1, "reli": 1, "yaml": [1, 2], "intermedi": 1, "modifi": [1, 2], "alter": 1, "ident": [1, 4], "driven": 1, "store": [1, 2, 4], "structur": [1, 2], "sql": 1, "storag": [1, 4], "regardless": 1, "saa": 1, "consol": [1, 4], "abl": 1, "displai": 1, "todai": 1, "concurr": 1, "conflict": [1, 4], "try": 1, "up_respons": 1, "here": [1, 2], "user": [1, 2, 4], "progress": 1, "successfulli": 1, "command_result": 1, "commandresult": 1, "command": 1, "plaintext": [1, 2, 3], "stdout": 1, "stderr": 1, "summari": [1, 2], "updatesummari": 1, "color": 1, "sever": 1, "whenev": 1, "diagnost": [1, 2], "render": 1, "One": 1, "err": 1, "signifi": 1, "qualnam": [1, 3], "start": [1, 3], "1": [1, 2, 3], "boundari": [1, 3], "enumer": 1, "possibl": [1, 4], "add": 1, "add_replac": 1, "delete_replac": 1, "update_replac": 1, "timestamp": 1, "cancel_ev": 1, "stdout_ev": 1, "diagnostic_ev": 1, "prelude_ev": 1, "summary_ev": 1, "resource_pre_ev": 1, "res_outputs_ev": 1, "res_op_failed_ev": 1, "policy_ev": 1, "start_debugging_ev": 1, "startdebuggingev": 1, "describ": 1, "event": [1, 3], "discrimin": 1, "nil": 1, "monoton": 1, "increas": [1, 2], "sent": 1, "sinc": 1, "delai": 1, "network": 1, "rout": 1, "ensur": [1, 3], "total": [1, 2], "No": 1, "lower": 1, "unix": 1, "environment_nam": 1, "end": [1, 2, 4], "esc": [1, 2], "behav": 1, "were": [1, 2], "anonym": 1, "fail": [1, 2], "exportstack": 1, "importstack": 1, "edit": [1, 2], "recoveri": 1, "mutablemap": 1, "scope": [1, 4], "configmap": 1, "item": [1, 2], "lookup": 1, "pre": 1, "gcp": 1, "third": 1, "parti": 1, "plugininfo": 1, "include_al": 1, "under": 1, "queri": [1, 2], "backend": [1, 4], "present": [1, 4], "tagmap": 1, "hook": [1, 2], "extens": 1, "cleanup": 1, "last": 1, "pair": [1, 2], "version_rang": 1, "preserve_config": 1, "overwrit": 1, "There": 1, "old": 1, "save": [1, 2], "select": 1, "thei": 1, "append": 1, "outputvalu": 1, "outputmap": 1, "authent": [1, 2, 4], "granular": 1, "particular": 1, "policy_nam": 1, "policy_pack_nam": 1, "policy_pack_vers": 1, "policy_pack_version_tag": 1, "resource_urn": 1, "violat": [1, 3], "pack": [1, 3], "enforc": [1, 3], "mandatori": 1, "blind": 1, "change_summari": 1, "author": [1, 4], "websit": 1, "licens": 1, "templat": [1, 2], "manifest": 1, "quickstart": 1, "seed": 1, "placehold": 1, "diff_kind": 1, "input_diff": 1, "versioninfo": 1, "skip_version_check": 1, "look": 1, "minimum": 1, "compatbil": 1, "skip": [1, 2, 4], "env": [1, 2, 4], "pulumi_automation_api_skip_version_check": 1, "disabl": [1, 2, 4], "precend": 1, "re": 1, "classmethod": [1, 2], "By": 1, "releas": 1, "home": 1, "cwd": 1, "additional_env": 1, "on_output": 1, "l": 1, "repositori": [1, 4], "privat": [1, 4], "git": 1, "repo": [1, 4], "person": 1, "accesstoken": 1, "ssh": [1, 4], "auth": [1, 2], "part": 1, "absolut": 1, "isol": 1, "independencli": 1, "_veri": 1, "dangerous_": 1, "leav": [1, 4], "inconsist": 1, "pend": 1, "on_ev": 1, "intact": 1, "import_st": 1, "page_s": 1, "page": [1, 2], "summar": 1, "pagin": [1, 2], "entri": 1, "show_secret": 1, "show": 1, "appear": 1, "export_st": 1, "dry": 1, "www": [1, 2], "com": [1, 2, 4], "doc": [1, 2], "pulumi_preview": 1, "compar": 1, "actual": 1, "adopt": 1, "pulumi_up": 1, "pre_run_command": 1, "skip_install_depend": 1, "inherit_set": 1, "remoteworkspac": 1, "statu": [1, 2], "step": 1, "typic": 1, "caus": 1, "finish": 1, "encrypted_kei": 1, "encryption_salt": 1, "update_in_progress": 1, "last_upd": 1, "datetim": [1, 2], "resource_count": 1, "written": 1, "less": 1, "op": 1, "detailed_diff": 1, "concret": 1, "action": 1, "init_error": 1, "detail": 1, "due": 1, "cannot": [1, 2, 3, 4], "retainondelet": 1, "filter": 1, "larg": 1, "hash": [1, 2], "encount": 1, "maybe_corrupt": 1, "duration_second": 1, "resource_chang": 1, "policy_pack": 1, "maybecorrupt": 1, "invalid": 1, "durat": [1, 2], "opmap": 1, "resourcechang": 1, "count": [1, 2], "deploi": 1, "stepop": 1, "policypacknam": 1, "we": 1, "forgot": 1, "now": 1, "lock": [1, 4], "pascalcas": 1, "maintain": 1, "backward": 1, "compat": [1, 4], "older": 1, "newer": 1, "ones": 1, "v": 1, "token_inform": 1, "tokeninform": 1, "pulumifn": 1, "decrypt": [1, 2], "intro": 1, "concept": [1, 2], "branch": 1, "commit_hash": 1, "project_path": 1, "project_nam": [1, 2], "localworkspaceopt": 1, "dir": 1, "debugg": 1, "behalf": 1, "temporari": [1, 4], "dev": 1, "my": 1, "app": [1, 4], "myappfn": 1, "driver": 1, "top": 1, "pick": 1, "myapp": 1, "greatest": 1, "avoid": 1, "ambigu": 1, "guard": 1, "legaci": 1, "dii": 1, "github": 1, "issu": [1, 3], "2522": 1, "property_": 1, "occur": 1, "raw_config": 1, "namespac": 1, "id_": 1, "suggest": 1, "recreat": 1, "void": 1, "side": 1, "trigger": 1, "ever": 1, "readi": 1, "blank": 1, "live": 1, "incorpor": 1, "popul": 1, "reserv": 1, "__provid": 1, "insid": [1, 4], "_old": 1, "req": 1, "afterward": 1, "transact": 1, "_id": 1, "_prop": 1, "tear": 1, "down": [1, 2], "assum": [1, 4], "_new": 1, "impact": [1, 3], "hypothet": 1, "enough": 1, "captur": 1, "schema": [1, 2, 3, 4], "semver": 1, "invokeresult": 1, "wrap": [1, 2], "line": [1, 2], "arguiment": 1, "argv": 1, "typ": 1, "resource_id": 1, "newresourc": 1, "normal": [1, 3], "own": 1, "predict": 1, "get_availability_zon": 1, "param": [1, 2, 4], "monitor": 1, "parallel": [1, 2], "dry_run": 1, "legacy_apply_en": 1, "languag": 1, "tok": 1, "offer": 1, "ambient": 1, "k": 1, "aren": 1, "scrub": 1, "pulumi_config_": 1, "explicit": 1, "unlik": 1, "pulumi_config": 1, "asynchron": 1, "unit": [1, 2], "flag": 1, "engine_address": 1, "monitor_address": 1, "reset": 1, "global": 1, "checkpoint": 1, "meant": 1, "secret_kei": [1, 4], "mockmonitor": 1, "fn": 1, "sure": 1, "pulumi": [2, 3, 4], "compos": 2, "hierarch": 2, "consum": 2, "openapi": 2, "document": 2, "tech": 2, "manual": 2, "receiv": 2, "model": 2, "validationerror": 2, "pydantic_cor": 2, "json_str": 2, "classvar": 2, "configdict": 2, "populate_by_nam": 2, "protected_namespac": 2, "validate_assign": 2, "conform": 2, "pydant": 2, "represent": 2, "model_dump": 2, "by_alia": 2, "nullabl": 2, "path_to_item": 2, "attribut": 2, "received_data": 2, "header_nam": 2, "header_valu": 2, "cooki": 2, "commun": [2, 4], "invari": 2, "across": 2, "header": 2, "header_param": 2, "bodi": 2, "post_param": 2, "_request_timeout": 2, "restrespons": 2, "synchron": 2, "endpoint": [2, 4], "x": 2, "urlencod": 2, "multipart": 2, "response_text": 2, "response_typ": 2, "content_typ": 2, "respons": 2, "liter": 2, "newli": 2, "resource_path": 2, "path_param": 2, "query_param": 2, "collection_format": 2, "_host": 2, "_request_auth": 2, "filenam": 2, "effect": 2, "spec": 2, "http_method": 2, "hello": 2, "20world": 2, "123": 2, "response_data": 2, "response_types_map": 2, "long": 2, "directli": 2, "date": 2, "iso8601": 2, "sanit": 2, "element": 2, "arrai": 2, "request_auth": 2, "agent": [2, 4], "http_resp": 2, "status_cod": 2, "raw_data": 2, "arbitrary_types_allow": 2, "valid_class": 2, "key_typ": 2, "typeerror": 2, "current_item": 2, "our": 2, "executioncontext": 2, "preserveaccess": 2, "preserveenvironmenttag": 2, "preservehistori": 2, "preserverevisiontag": 2, "regular": 2, "express": 2, "access_token": [2, 4], "server_index": 2, "server_vari": 2, "enum": 2, "ca": [2, 4], "certif": [2, 4], "pem": [2, 4], "secur": [2, 4], "securityschem": 2, "cookieauth": 2, "apikei": 2, "jsessionid": 2, "conf": 2, "api_kei": 2, "abc123": 2, "api_key_prefix": 2, "ssl": 2, "verif": [2, 4], "urllib3": 2, "connect": [2, 4], "pool": 2, "maximum": 2, "best": 2, "lot": 2, "possibli": 2, "often": 2, "cpu_count": 2, "5": 2, "switch": [2, 4], "pleas": 2, "correspond": [2, 4], "filehandl": 2, "handler": 2, "expir": [2, 4], "3": 2, "char": 2, "socket": 2, "verifi": [2, 4], "peer": 2, "temp": 2, "folder": 2, "tl": [2, 4], "sni": 2, "essenti": 2, "report": 2, "revis": 2, "pulumiconfig": 2, "environmentvari": 2, "additional_properti": 2, "creatorlogin": 2, "creatornam": 2, "editorlogin": 2, "editornam": 2, "nexttoken": 2, "api_cli": 2, "auto": [2, 3], "ref": 2, "org_nam": 2, "_content_typ": 2, "_header": 2, "_host_index": 2, "definit": [2, 3], "host_index": 2, "httprespons": 2, "env_nam": 2, "clone": 2, "nonetyp": 2, "tag_nam": 2, "environmentat": 2, "etag": 2, "limit": 2, "continuation_token": 2, "continu": 2, "open": 2, "session": [2, 4], "hour": 2, "sign": [2, 4], "decim": 2, "fraction": 2, "suffix": 2, "300m": 2, "5h": 2, "2h45m": 2, "time": [2, 4], "n": 2, "\u00b5": 2, "m": 2, "h": 2, "open_session_id": 2, "var_properti": 2, "syntax": 2, "conveni": 2, "yaml_bodi": 2, "src_project_nam": 2, "src_env_nam": 2, "dest_project_nam": 2, "dest_env_nam": 2, "clone_opt": 2, "destin": 2, "preserve_access": 2, "team": 2, "preserve_environment_tag": 2, "preserve_histori": 2, "preserve_revision_tag": 2, "tag_valu": 2, "environment_definit": 2, "newest": 2, "oldest": 2, "built": 2, "property_nam": 2, "current_tag_valu": 2, "new_tag_nam": 2, "new_tag_valu": 2, "keyrang": 2, "symbol": 2, "builtin": 2, "namerang": 2, "argschema": 2, "column": 2, "begin": 2, "var_def": 2, "currenttag": 2, "newtag": 2, "public": [3, 4], "brief": 3, "encryptionen": 3, "proper": 3, "permiss": [3, 4], "initial_config": 3, "individu": 3, "reusabl": 3, "about": 3, "belong": 3, "affect": 3, "remedi": 3, "validate_remedi": 3, "resourcevalid": 3, "resourceremedi": 3, "rewrit": 3, "act": 3, "sensit": 3, "upon": 3, "stackvalid": 3, "unconstrain": 4, "view": 4, "checker": 4, "artifactorybackendarg": 4, "subpath": 4, "terraform": 4, "artifactori": 4, "artifactory_usernam": 4, "howev": 4, "artifactory_url": 4, "artifactory_password": 4, "azurermbackendarg": 4, "storage_account_nam": 4, "container_nam": 4, "use_msi": 4, "subscription_id": 4, "tenant_id": 4, "msi_endpoint": 4, "sas_token": 4, "access_kei": 4, "resource_group_nam": 4, "client_id": 4, "client_secret": 4, "azurerm": 4, "account": 4, "china": 4, "german": 4, "usgovern": 4, "arm_environ": 4, "arm_endpoint": 4, "msi": 4, "arm_use_msi": 4, "subscript": 4, "princip": 4, "arm_subscription_id": 4, "tenant": 4, "arm_tenant_id": 4, "arm_msi_endpoint": 4, "automat": 4, "sa": 4, "arm_sas_token": 4, "arm_access_kei": 4, "group": 4, "arm_client_id": 4, "arm_client_secret": 4, "consulbackendarg": 4, "datacent": 4, "http_auth": 4, "gzip": 4, "ca_fil": 4, "consul": 4, "kv": 4, "consul_http_token": 4, "dn": 4, "dnsname": 4, "listen": 4, "talk": 4, "consul_http_ssl": 4, "credenti": 4, "consul_http_auth": 4, "compress": 4, "uncompress": 4, "consul_cafil": 4, "consul_client_cert": 4, "consul_client_kei": 4, "etcdv2backendarg": 4, "etcd": 4, "v2": 4, "ectd": 4, "space": 4, "etcdv3backendarg": 4, "cacert_path": 4, "cert_path": 4, "key_path": 4, "etcdv3_usernam": 4, "etcdv3_password": 4, "bundl": 4, "gcsbackendarg": 4, "encryption_kei": 4, "googl": 4, "platform": 4, "google_credenti": 4, "tfstate": 4, "32": 4, "base64": 4, "google_encryption_kei": 4, "httpbackendarg": 4, "update_method": 4, "lock_address": 4, "lock_method": 4, "unlock_address": 4, "unlock_method": 4, "skip_cert_valid": 4, "Not": 4, "unlock": 4, "localbackendarg": 4, "enhanc": 4, "mantabackendarg": 4, "key_materi": 4, "key_id": 4, "insecure_skip_tls_verifi": 4, "manta": 4, "sdc_account": 4, "_account": 4, "manta_url": 4, "east": 4, "joyent": 4, "materi": 4, "fingerprint": 4, "keyid": 4, "sdc_key_materi": 4, "triton_key_materi": 4, "keymateri": 4, "rel": 4, "manta_us": 4, "stor": 4, "trust": 4, "ossbackendarg": 4, "security_token": 4, "ecs_role_nam": 4, "region": 4, "profil": 4, "shared_credentials_fil": 4, "role_arn": 4, "session_nam": 4, "session_expir": 4, "oss": 4, "alibaba": 4, "alicloud_access_kei": 4, "alicloud_access_key_id": 4, "alicloud_secret_kei": 4, "alicloud_access_key_secret": 4, "st": 4, "alicloud_security_token": 4, "ram": 4, "role": 4, "attach": 4, "ec": 4, "section": 4, "alicloud_region": 4, "alicloud_default_region": 4, "alicloud_oss_endpoint": 4, "oss_endpoint": 4, "alicloud_profil": 4, "alicloud_shared_credentials_fil": 4, "aliyun": 4, "arn": 4, "empti": 4, "alicloud_assume_role_arn": 4, "restrict": 4, "give": 4, "further": 4, "grant": 4, "exce": 4, "alicloud_assume_role_session_nam": 4, "establish": 4, "900": 4, "3600": 4, "alicloud_assume_role_session_expir": 4, "postgresbackendarg": 4, "conn_str": 4, "schema_nam": 4, "postgr": 4, "terraform_remote_st": 4, "remotebackendarg": 4, "workspace_nam": 4, "workspace_prefix": 4, "io": 4, "remotestaterefer": 4, "resource_nam": 4, "backend_typ": 4, "s3backendarg": 4, "swiftbackendarg": 4, "getoutput": 4, "backendarg": 4, "external_id": 4, "workspace_key_prefix": 4, "iam_endpoint": 4, "sts_endpoint": 4, "skip_credentials_valid": 4, "skip_region_valid": 4, "skip_metadata_api_check": 4, "force_path_styl": 4, "aws_default_region": 4, "aws_s3_endpoint": 4, "standard": 4, "pipelin": 4, "mfa": 4, "aws_session_token": 4, "iam": 4, "relev": 4, "aws_iam_endpoint": 4, "aws_sts_endpoint": 4, "style": 4, "auth_url": 4, "user_id": 4, "region_nam": 4, "tenant_nam": 4, "domain_id": 4, "domain_nam": 4, "insecur": 4, "cacert_fil": 4, "cert": 4, "swift": 4, "os_auth_url": 4, "os_usernam": 4, "os_user_id": 4, "os_password": 4, "stead": 4, "os_auth_token": 4, "os_region_nam": 4, "os_tenant_id": 4, "os_project_id": 4, "os_tenant_nam": 4, "os_project_nam": 4, "domain": 4, "os_user_domain_id": 4, "os_project_domain_id": 4, "os_domain_id": 4, "os_user_domain_nam": 4, "os_project_domain_nam": 4, "os_domain_nam": 4, "os_insecur": 4, "os_cacert": 4, "os_cert": 4, "os_kei": 4}, "objects": {"": [[1, 0, 0, "-", "pulumi"], [2, 0, 0, "-", "pulumi_esc_sdk"], [3, 0, 0, "-", "pulumi_policy"], [4, 0, 0, "-", "pulumi_terraform"]], "pulumi": [[1, 1, 1, "", "Alias"], [1, 1, 1, "", "Archive"], [1, 1, 1, "", "Asset"], [1, 1, 1, "", "AssetArchive"], [1, 1, 1, "", "ComponentResource"], [1, 1, 1, "", "Config"], [1, 4, 1, "", "ConfigMissingError"], [1, 4, 1, "", "ConfigTypeError"], [1, 1, 1, "", "CustomResource"], [1, 1, 1, "", "FileArchive"], [1, 1, 1, "", "FileAsset"], [1, 4, 1, "", "InputPropertiesError"], [1, 4, 1, "", "InputPropertyError"], [1, 1, 1, "", "InputPropertyErrorDetails"], [1, 1, 1, "", "InvokeOptions"], [1, 1, 1, "", "InvokeOutputOptions"], [1, 1, 1, "", "InvokeTransformArgs"], [1, 1, 1, "", "InvokeTransformResult"], [1, 1, 1, "", "Output"], [1, 1, 1, "", "ProviderResource"], [1, 1, 1, "", "RemoteArchive"], [1, 1, 1, "", "RemoteAsset"], [1, 1, 1, "", "Resource"], [1, 1, 1, "", "ResourceOptions"], [1, 1, 1, "", "ResourceTransformArgs"], [1, 1, 1, "", "ResourceTransformResult"], [1, 1, 1, "", "ResourceTransformationArgs"], [1, 1, 1, "", "ResourceTransformationResult"], [1, 4, 1, "", "RunError"], [1, 1, 1, "", "StackReference"], [1, 1, 1, "", "StackReferenceOutputDetails"], [1, 1, 1, "", "StringAsset"], [1, 0, 0, "-", "automation"], [1, 6, 1, "", "create_urn"], [1, 6, 1, "", "debug"], [1, 6, 1, "", "deferred_output"], [1, 6, 1, "", "deprecated"], [1, 0, 0, "-", "dynamic"], [1, 6, 1, "", "error"], [1, 6, 1, "", "export"], [1, 6, 1, "", "get"], [1, 6, 1, "", "get_organization"], [1, 6, 1, "", "get_project"], [1, 6, 1, "", "get_stack"], [1, 6, 1, "", "getter"], [1, 6, 1, "", "info"], [1, 6, 1, "", "input_type"], [1, 6, 1, "", "output_type"], [1, 6, 1, "", "property"], [1, 0, 0, "-", "provider"], [1, 0, 0, "-", "runtime"], [1, 6, 1, "", "set"], [1, 6, 1, "", "warn"]], "pulumi.Alias": [[1, 2, 1, "", "name"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "project"], [1, 2, 1, "", "stack"], [1, 2, 1, "", "type_"]], "pulumi.ComponentResource": [[1, 3, 1, "", "register_outputs"]], "pulumi.Config": [[1, 3, 1, "", "full_key"], [1, 3, 1, "", "get"], [1, 3, 1, "", "get_bool"], [1, 3, 1, "", "get_float"], [1, 3, 1, "", "get_int"], [1, 3, 1, "", "get_object"], [1, 3, 1, "", "get_secret"], [1, 3, 1, "", "get_secret_bool"], [1, 3, 1, "", "get_secret_float"], [1, 3, 1, "", "get_secret_int"], [1, 3, 1, "", "get_secret_object"], [1, 2, 1, "", "name"], [1, 3, 1, "", "require"], [1, 3, 1, "", "require_bool"], [1, 3, 1, "", "require_float"], [1, 3, 1, "", "require_int"], [1, 3, 1, "", "require_object"], [1, 3, 1, "", "require_secret"], [1, 3, 1, "", "require_secret_bool"], [1, 3, 1, "", "require_secret_float"], [1, 3, 1, "", "require_secret_int"], [1, 3, 1, "", "require_secret_object"]], "pulumi.ConfigMissingError": [[1, 2, 1, "", "key"], [1, 2, 1, "", "secret"]], "pulumi.ConfigTypeError": [[1, 2, 1, "", "expect_type"], [1, 2, 1, "", "key"], [1, 2, 1, "", "value"]], "pulumi.CustomResource": [[1, 5, 1, "", "id"]], "pulumi.InvokeOptions": [[1, 3, 1, "", "merge"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "plugin_download_url"], [1, 2, 1, "", "provider"], [1, 2, 1, "", "version"]], "pulumi.InvokeOutputOptions": [[1, 2, 1, "", "depends_on"], [1, 3, 1, "", "merge"]], "pulumi.InvokeTransformArgs": [[1, 2, 1, "", "args"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "token"]], "pulumi.InvokeTransformResult": [[1, 2, 1, "", "args"], [1, 2, 1, "", "opts"]], "pulumi.Output": [[1, 3, 1, "", "all"], [1, 3, 1, "", "apply"], [1, 3, 1, "", "concat"], [1, 3, 1, "", "format"], [1, 3, 1, "", "from_input"], [1, 3, 1, "", "get"], [1, 3, 1, "", "json_dumps"], [1, 3, 1, "", "json_loads"], [1, 3, 1, "", "secret"], [1, 3, 1, "", "unsecret"]], "pulumi.ProviderResource": [[1, 2, 1, "", "package"]], "pulumi.Resource": [[1, 3, 1, "", "get_provider"], [1, 3, 1, "", "translate_input_property"], [1, 3, 1, "", "translate_output_property"], [1, 5, 1, "", "urn"]], "pulumi.ResourceOptions": [[1, 2, 1, "", "additional_secret_outputs"], [1, 2, 1, "", "aliases"], [1, 2, 1, "", "custom_timeouts"], [1, 2, 1, "", "delete_before_replace"], [1, 2, 1, "", "deleted_with"], [1, 2, 1, "", "depends_on"], [1, 2, 1, "", "id"], [1, 2, 1, "", "ignore_changes"], [1, 2, 1, "", "import_"], [1, 3, 1, "", "merge"], [1, 2, 1, "", "parent"], [1, 2, 1, "", "plugin_download_url"], [1, 2, 1, "", "protect"], [1, 2, 1, "", "provider"], [1, 2, 1, "", "providers"], [1, 2, 1, "", "replace_on_changes"], [1, 2, 1, "", "retain_on_delete"], [1, 2, 1, "", "transformations"], [1, 2, 1, "", "transforms"], [1, 2, 1, "", "urn"], [1, 2, 1, "", "version"]], "pulumi.ResourceTransformArgs": [[1, 2, 1, "", "custom"], [1, 2, 1, "", "name"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "props"], [1, 2, 1, "", "type_"]], "pulumi.ResourceTransformResult": [[1, 2, 1, "", "opts"], [1, 2, 1, "", "props"]], "pulumi.ResourceTransformationArgs": [[1, 2, 1, "", "name"], [1, 2, 1, "", "opts"], [1, 2, 1, "", "props"], [1, 2, 1, "", "resource"], [1, 2, 1, "", "type_"]], "pulumi.ResourceTransformationResult": [[1, 2, 1, "", "opts"], [1, 2, 1, "", "props"]], "pulumi.StackReference": [[1, 3, 1, "", "get_output"], [1, 3, 1, "", "get_output_details"], [1, 2, 1, "", "name"], [1, 2, 1, "", "outputs"], [1, 3, 1, "", "require_output"], [1, 2, 1, "", "secret_output_names"], [1, 3, 1, "", "translate_output_property"]], "pulumi.StackReferenceOutputDetails": [[1, 2, 1, "", "secret_value"], [1, 2, 1, "", "value"]], "pulumi.automation": [[1, 1, 1, "", "CancelEvent"], [1, 4, 1, "", "CommandError"], [1, 4, 1, "", "CompilationError"], [1, 4, 1, "", "ConcurrentUpdateError"], [1, 1, 1, "", "ConfigValue"], [1, 1, 1, "", "DestroyResult"], [1, 1, 1, "", "DiagnosticEvent"], [1, 1, 1, "", "DiffKind"], [1, 1, 1, "", "EngineEvent"], [1, 4, 1, "", "InlineSourceRuntimeError"], [1, 4, 1, "", "InvalidVersionError"], [1, 1, 1, "", "LocalWorkspace"], [1, 1, 1, "", "OpType"], [1, 1, 1, "", "PolicyEvent"], [1, 1, 1, "", "PreludeEvent"], [1, 1, 1, "", "PreviewResult"], [1, 1, 1, "", "ProjectBackend"], [1, 1, 1, "", "ProjectRuntimeInfo"], [1, 1, 1, "", "ProjectSettings"], [1, 1, 1, "", "ProjectTemplate"], [1, 1, 1, "", "ProjectTemplateConfigValue"], [1, 1, 1, "", "PropertyDiff"], [1, 1, 1, "", "PulumiCommand"], [1, 1, 1, "", "RefreshResult"], [1, 1, 1, "", "RemoteGitAuth"], [1, 1, 1, "", "RemoteStack"], [1, 1, 1, "", "RemoteWorkspaceOptions"], [1, 1, 1, "", "ResOpFailedEvent"], [1, 1, 1, "", "ResOutputsEvent"], [1, 1, 1, "", "ResourcePreEvent"], [1, 4, 1, "", "RuntimeError"], [1, 1, 1, "", "Secret"], [1, 4, 1, "", "StackAlreadyExistsError"], [1, 4, 1, "", "StackNotFoundError"], [1, 1, 1, "", "StackSettings"], [1, 1, 1, "", "StackSummary"], [1, 1, 1, "", "StdoutEngineEvent"], [1, 1, 1, "", "StepEventMetadata"], [1, 1, 1, "", "StepEventStateMetadata"], [1, 1, 1, "", "SummaryEvent"], [1, 1, 1, "", "UpResult"], [1, 1, 1, "", "WhoAmIResult"], [1, 1, 1, "", "Workspace"], [1, 6, 1, "", "create_or_select_remote_stack_git_source"], [1, 6, 1, "", "create_or_select_stack"], [1, 6, 1, "", "create_remote_stack_git_source"], [1, 6, 1, "", "create_stack"], [1, 6, 1, "", "fully_qualified_stack_name"], [1, 6, 1, "", "select_remote_stack_git_source"], [1, 6, 1, "", "select_stack"]], "pulumi.automation.LocalWorkspace": [[1, 3, 1, "", "add_environments"], [1, 3, 1, "", "create_stack"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "get_all_config"], [1, 3, 1, "", "get_config"], [1, 3, 1, "", "get_tag"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "install_plugin"], [1, 3, 1, "", "install_plugin_from_server"], [1, 3, 1, "", "list_environments"], [1, 3, 1, "", "list_plugins"], [1, 3, 1, "", "list_stacks"], [1, 3, 1, "", "list_tags"], [1, 3, 1, "", "post_command_callback"], [1, 3, 1, "", "project_settings"], [1, 5, 1, "", "pulumi_version"], [1, 3, 1, "", "refresh_config"], [1, 3, 1, "", "remove_all_config"], [1, 3, 1, "", "remove_config"], [1, 3, 1, "", "remove_environment"], [1, 3, 1, "", "remove_plugin"], [1, 3, 1, "", "remove_stack"], [1, 3, 1, "", "remove_tag"], [1, 3, 1, "", "save_project_settings"], [1, 3, 1, "", "save_stack_settings"], [1, 3, 1, "", "select_stack"], [1, 3, 1, "", "serialize_args_for_op"], [1, 3, 1, "", "set_all_config"], [1, 3, 1, "", "set_config"], [1, 3, 1, "", "set_tag"], [1, 3, 1, "", "stack"], [1, 3, 1, "", "stack_outputs"], [1, 3, 1, "", "stack_settings"], [1, 3, 1, "", "who_am_i"]], "pulumi.automation.ProjectBackend": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectRuntimeInfo": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectSettings": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectTemplate": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.ProjectTemplateConfigValue": [[1, 3, 1, "", "from_dict"], [1, 3, 1, "", "to_dict"]], "pulumi.automation.PulumiCommand": [[1, 3, 1, "", "install"], [1, 3, 1, "", "run"]], "pulumi.automation.RemoteGitAuth": [[1, 2, 1, "", "password"], [1, 2, 1, "", "personal_access_token"], [1, 2, 1, "", "ssh_private_key"], [1, 2, 1, "", "ssh_private_key_path"], [1, 2, 1, "", "username"]], "pulumi.automation.RemoteStack": [[1, 3, 1, "", "cancel"], [1, 3, 1, "", "destroy"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "history"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "outputs"], [1, 3, 1, "", "preview"], [1, 3, 1, "", "refresh"], [1, 3, 1, "", "up"]], "pulumi.automation.Workspace": [[1, 3, 1, "", "add_environments"], [1, 3, 1, "", "create_stack"], [1, 2, 1, "", "env_vars"], [1, 3, 1, "", "export_stack"], [1, 3, 1, "", "get_all_config"], [1, 3, 1, "", "get_config"], [1, 3, 1, "", "get_tag"], [1, 3, 1, "", "import_stack"], [1, 3, 1, "", "install_plugin"], [1, 3, 1, "", "install_plugin_from_server"], [1, 3, 1, "", "list_environments"], [1, 3, 1, "", "list_plugins"], [1, 3, 1, "", "list_stacks"], [1, 3, 1, "", "list_tags"], [1, 3, 1, "", "post_command_callback"], [1, 2, 1, "", "program"], [1, 3, 1, "", "project_settings"], [1, 2, 1, "", "pulumi_command"], [1, 2, 1, "", "pulumi_home"], [1, 2, 1, "", "pulumi_version"], [1, 3, 1, "", "refresh_config"], [1, 3, 1, "", "remove_all_config"], [1, 3, 1, "", "remove_config"], [1, 3, 1, "", "remove_environment"], [1, 3, 1, "", "remove_plugin"], [1, 3, 1, "", "remove_stack"], [1, 3, 1, "", "remove_tag"], [1, 3, 1, "", "save_project_settings"], [1, 3, 1, "", "save_stack_settings"], [1, 2, 1, "", "secrets_provider"], [1, 3, 1, "", "select_stack"], [1, 3, 1, "", "serialize_args_for_op"], [1, 3, 1, "", "set_all_config"], [1, 3, 1, "", "set_config"], [1, 3, 1, "", "set_tag"], [1, 3, 1, "", "stack"], [1, 3, 1, "", "stack_outputs"], [1, 3, 1, "", "stack_settings"], [1, 3, 1, "", "who_am_i"], [1, 2, 1, "", "work_dir"]], "pulumi.dynamic": [[1, 1, 1, "", "CheckFailure"], [1, 1, 1, "", "CheckResult"], [1, 1, 1, "", "Config"], [1, 1, 1, "", "ConfigureRequest"], [1, 1, 1, "", "CreateResult"], [1, 1, 1, "", "DiffResult"], [1, 1, 1, "", "ReadResult"], [1, 1, 1, "", "Resource"], [1, 1, 1, "", "ResourceProvider"], [1, 1, 1, "", "UpdateResult"]], "pulumi.dynamic.CheckFailure": [[1, 2, 1, "", "property"], [1, 2, 1, "", "reason"]], "pulumi.dynamic.CheckResult": [[1, 2, 1, "", "failures"], [1, 2, 1, "", "inputs"]], "pulumi.dynamic.Config": [[1, 3, 1, "", "get"], [1, 3, 1, "", "require"]], "pulumi.dynamic.ConfigureRequest": [[1, 2, 1, "", "config"]], "pulumi.dynamic.CreateResult": [[1, 2, 1, "", "id"], [1, 2, 1, "", "outs"]], "pulumi.dynamic.DiffResult": [[1, 2, 1, "", "changes"], [1, 2, 1, "", "delete_before_replace"], [1, 2, 1, "", "replaces"], [1, 2, 1, "", "stables"]], "pulumi.dynamic.ReadResult": [[1, 2, 1, "", "id"], [1, 2, 1, "", "outs"]], "pulumi.dynamic.ResourceProvider": [[1, 3, 1, "", "check"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "create"], [1, 3, 1, "", "delete"], [1, 3, 1, "", "diff"], [1, 3, 1, "", "read"], [1, 2, 1, "", "serialize_as_secret_always"], [1, 3, 1, "", "update"]], "pulumi.dynamic.UpdateResult": [[1, 2, 1, "", "outs"]], "pulumi.provider": [[1, 1, 1, "", "CallResult"], [1, 1, 1, "", "CheckFailure"], [1, 1, 1, "", "ConstructResult"], [1, 1, 1, "", "Provider"], [1, 6, 1, "", "main"]], "pulumi.provider.CallResult": [[1, 2, 1, "", "failures"], [1, 2, 1, "", "outputs"]], "pulumi.provider.CheckFailure": [[1, 2, 1, "", "property"], [1, 2, 1, "", "reason"]], "pulumi.provider.ConstructResult": [[1, 2, 1, "", "state"], [1, 2, 1, "", "urn"]], "pulumi.provider.Provider": [[1, 3, 1, "", "call"], [1, 3, 1, "", "construct"], [1, 3, 1, "", "invoke"]], "pulumi.runtime": [[1, 1, 1, "", "MockCallArgs"], [1, 1, 1, "", "MockResourceArgs"], [1, 1, 1, "", "Mocks"], [1, 1, 1, "", "ResourceModule"], [1, 1, 1, "", "ResourcePackage"], [1, 1, 1, "", "Settings"], [1, 6, 1, "", "call"], [1, 6, 1, "", "configure"], [1, 6, 1, "", "get_config"], [1, 6, 1, "", "get_config_env"], [1, 6, 1, "", "get_config_env_key"], [1, 6, 1, "", "get_config_secret_keys_env"], [1, 6, 1, "", "get_root_resource"], [1, 6, 1, "", "invoke"], [1, 6, 1, "", "invoke_async"], [1, 6, 1, "", "invoke_output"], [1, 6, 1, "", "is_config_secret"], [1, 6, 1, "", "is_dry_run"], [1, 6, 1, "", "register_invoke_transform"], [1, 6, 1, "", "register_resource_transform"], [1, 6, 1, "", "register_stack_transform"], [1, 6, 1, "", "register_stack_transformation"], [1, 6, 1, "", "reset_options"], [1, 6, 1, "", "run_in_stack"], [1, 6, 1, "", "set_all_config"], [1, 6, 1, "", "set_config"], [1, 6, 1, "", "set_mocks"], [1, 6, 1, "", "test"], [1, 6, 1, "", "to_json"]], "pulumi.runtime.Mocks": [[1, 3, 1, "", "call"], [1, 3, 1, "", "new_resource"]], "pulumi_esc_sdk": [[2, 1, 1, "", "Access"], [2, 1, 1, "", "Accessor"], [2, 4, 1, "", "ApiAttributeError"], [2, 1, 1, "", "ApiClient"], [2, 4, 1, "", "ApiException"], [2, 4, 1, "", "ApiKeyError"], [2, 1, 1, "", "ApiResponse"], [2, 4, 1, "", "ApiTypeError"], [2, 4, 1, "", "ApiValueError"], [2, 1, 1, "", "CheckEnvironment"], [2, 1, 1, "", "CloneEnvironment"], [2, 1, 1, "", "Configuration"], [2, 1, 1, "", "CreateEnvironment"], [2, 1, 1, "", "CreateEnvironmentRevisionTag"], [2, 1, 1, "", "CreateEnvironmentTag"], [2, 1, 1, "", "Environment"], [2, 1, 1, "", "EnvironmentDefinition"], [2, 1, 1, "", "EnvironmentDefinitionValues"], [2, 1, 1, "", "EnvironmentDiagnostic"], [2, 1, 1, "", "EnvironmentDiagnostics"], [2, 1, 1, "", "EnvironmentRevision"], [2, 1, 1, "", "EnvironmentRevisionTag"], [2, 1, 1, "", "EnvironmentRevisionTags"], [2, 1, 1, "", "EnvironmentTag"], [2, 1, 1, "", "Error"], [2, 1, 1, "", "EscApi"], [2, 1, 1, "", "EscClient"], [2, 1, 1, "", "EvaluatedExecutionContext"], [2, 1, 1, "", "Expr"], [2, 1, 1, "", "ExprBuiltin"], [2, 1, 1, "", "Interpolation"], [2, 1, 1, "", "ListEnvironmentTags"], [2, 4, 1, "", "OpenApiException"], [2, 1, 1, "", "OpenEnvironment"], [2, 1, 1, "", "OrgEnvironment"], [2, 1, 1, "", "OrgEnvironments"], [2, 1, 1, "", "Pos"], [2, 1, 1, "", "PropertyAccessor"], [2, 1, 1, "", "Range"], [2, 1, 1, "", "Reference"], [2, 1, 1, "", "Trace"], [2, 1, 1, "", "UpdateEnvironmentRevisionTag"], [2, 1, 1, "", "UpdateEnvironmentTag"], [2, 1, 1, "", "UpdateEnvironmentTagCurrentTag"], [2, 1, 1, "", "UpdateEnvironmentTagNewTag"], [2, 1, 1, "", "Value"]], "pulumi_esc_sdk.Access": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Accessor": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.ApiClient": [[2, 3, 1, "", "call_api"], [2, 3, 1, "", "deserialize"], [2, 3, 1, "", "files_parameters"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "param_serialize"], [2, 3, 1, "", "parameters_to_tuples"], [2, 3, 1, "", "parameters_to_url_query"], [2, 3, 1, "", "response_deserialize"], [2, 3, 1, "", "sanitize_for_serialization"], [2, 3, 1, "", "select_header_accept"], [2, 3, 1, "", "select_header_content_type"], [2, 3, 1, "", "set_default"], [2, 3, 1, "", "update_params_for_auth"], [2, 5, 1, "", "user_agent"]], "pulumi_esc_sdk.ApiResponse": [[2, 2, 1, "", "model_config"]], "pulumi_esc_sdk.CheckEnvironment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.CloneEnvironment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "name_validate_regular_expression"], [2, 3, 1, "", "project_validate_regular_expression"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Configuration": [[2, 2, 1, "", "assert_hostname"], [2, 3, 1, "", "auth_settings"], [2, 2, 1, "", "cert_file"], [2, 2, 1, "", "connection_pool_maxsize"], [2, 2, 1, "", "date_format"], [2, 2, 1, "", "datetime_format"], [2, 5, 1, "", "debug"], [2, 3, 1, "", "get_api_key_with_prefix"], [2, 3, 1, "", "get_basic_auth_token"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "get_default_copy"], [2, 3, 1, "", "get_host_from_settings"], [2, 3, 1, "", "get_host_settings"], [2, 5, 1, "", "host"], [2, 2, 1, "", "key_file"], [2, 2, 1, "", "logger"], [2, 5, 1, "", "logger_file"], [2, 2, 1, "", "logger_file_handler"], [2, 5, 1, "", "logger_format"], [2, 2, 1, "", "logger_stream_handler"], [2, 2, 1, "", "proxy"], [2, 2, 1, "", "proxy_headers"], [2, 2, 1, "", "refresh_api_key_hook"], [2, 2, 1, "", "retries"], [2, 2, 1, "", "safe_chars_for_path_param"], [2, 2, 1, "", "server_operation_index"], [2, 2, 1, "", "server_operation_variables"], [2, 3, 1, "", "set_default"], [2, 2, 1, "", "socket_options"], [2, 2, 1, "", "ssl_ca_cert"], [2, 2, 1, "", "temp_folder_path"], [2, 2, 1, "", "tls_server_name"], [2, 3, 1, "", "to_debug_report"], [2, 2, 1, "", "verify_ssl"]], "pulumi_esc_sdk.CreateEnvironment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "name_validate_regular_expression"], [2, 3, 1, "", "project_validate_regular_expression"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.CreateEnvironmentRevisionTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.CreateEnvironmentTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Environment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentDefinition": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentDefinitionValues": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentDiagnostic": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentDiagnostics": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentRevision": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentRevisionTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentRevisionTags": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EnvironmentTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Error": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.EscApi": [[2, 3, 1, "", "check_environment_yaml"], [2, 3, 1, "", "check_environment_yaml_with_http_info"], [2, 3, 1, "", "check_environment_yaml_without_preload_content"], [2, 3, 1, "", "clone_environment"], [2, 3, 1, "", "clone_environment_with_http_info"], [2, 3, 1, "", "clone_environment_without_preload_content"], [2, 3, 1, "", "create_environment"], [2, 3, 1, "", "create_environment_revision_tag"], [2, 3, 1, "", "create_environment_revision_tag_with_http_info"], [2, 3, 1, "", "create_environment_revision_tag_without_preload_content"], [2, 3, 1, "", "create_environment_tag"], [2, 3, 1, "", "create_environment_tag_with_http_info"], [2, 3, 1, "", "create_environment_tag_without_preload_content"], [2, 3, 1, "", "create_environment_with_http_info"], [2, 3, 1, "", "create_environment_without_preload_content"], [2, 3, 1, "", "decrypt_environment"], [2, 3, 1, "", "decrypt_environment_with_http_info"], [2, 3, 1, "", "decrypt_environment_without_preload_content"], [2, 3, 1, "", "delete_environment"], [2, 3, 1, "", "delete_environment_revision_tag"], [2, 3, 1, "", "delete_environment_revision_tag_with_http_info"], [2, 3, 1, "", "delete_environment_revision_tag_without_preload_content"], [2, 3, 1, "", "delete_environment_tag"], [2, 3, 1, "", "delete_environment_tag_with_http_info"], [2, 3, 1, "", "delete_environment_tag_without_preload_content"], [2, 3, 1, "", "delete_environment_with_http_info"], [2, 3, 1, "", "delete_environment_without_preload_content"], [2, 3, 1, "", "get_environment"], [2, 3, 1, "", "get_environment_at_version"], [2, 3, 1, "", "get_environment_at_version_with_http_info"], [2, 3, 1, "", "get_environment_at_version_without_preload_content"], [2, 3, 1, "", "get_environment_e_tag"], [2, 3, 1, "", "get_environment_e_tag_with_http_info"], [2, 3, 1, "", "get_environment_e_tag_without_preload_content"], [2, 3, 1, "", "get_environment_revision_tag"], [2, 3, 1, "", "get_environment_revision_tag_with_http_info"], [2, 3, 1, "", "get_environment_revision_tag_without_preload_content"], [2, 3, 1, "", "get_environment_tag"], [2, 3, 1, "", "get_environment_tag_with_http_info"], [2, 3, 1, "", "get_environment_tag_without_preload_content"], [2, 3, 1, "", "get_environment_with_http_info"], [2, 3, 1, "", "get_environment_without_preload_content"], [2, 3, 1, "", "list_environment_revision_tags"], [2, 3, 1, "", "list_environment_revision_tags_with_http_info"], [2, 3, 1, "", "list_environment_revision_tags_without_preload_content"], [2, 3, 1, "", "list_environment_revisions"], [2, 3, 1, "", "list_environment_revisions_with_http_info"], [2, 3, 1, "", "list_environment_revisions_without_preload_content"], [2, 3, 1, "", "list_environment_tags"], [2, 3, 1, "", "list_environment_tags_with_http_info"], [2, 3, 1, "", "list_environment_tags_without_preload_content"], [2, 3, 1, "", "list_environments"], [2, 3, 1, "", "list_environments_with_http_info"], [2, 3, 1, "", "list_environments_without_preload_content"], [2, 3, 1, "", "open_environment"], [2, 3, 1, "", "open_environment_at_version"], [2, 3, 1, "", "open_environment_at_version_with_http_info"], [2, 3, 1, "", "open_environment_at_version_without_preload_content"], [2, 3, 1, "", "open_environment_with_http_info"], [2, 3, 1, "", "open_environment_without_preload_content"], [2, 3, 1, "", "read_open_environment"], [2, 3, 1, "", "read_open_environment_property"], [2, 3, 1, "", "read_open_environment_property_with_http_info"], [2, 3, 1, "", "read_open_environment_property_without_preload_content"], [2, 3, 1, "", "read_open_environment_with_http_info"], [2, 3, 1, "", "read_open_environment_without_preload_content"], [2, 3, 1, "", "update_environment_revision_tag"], [2, 3, 1, "", "update_environment_revision_tag_with_http_info"], [2, 3, 1, "", "update_environment_revision_tag_without_preload_content"], [2, 3, 1, "", "update_environment_tag"], [2, 3, 1, "", "update_environment_tag_with_http_info"], [2, 3, 1, "", "update_environment_tag_without_preload_content"], [2, 3, 1, "", "update_environment_yaml"], [2, 3, 1, "", "update_environment_yaml_with_http_info"], [2, 3, 1, "", "update_environment_yaml_without_preload_content"]], "pulumi_esc_sdk.EscClient": [[2, 3, 1, "", "check_environment"], [2, 3, 1, "", "check_environment_yaml"], [2, 3, 1, "", "clone_environment"], [2, 3, 1, "", "create_environment"], [2, 3, 1, "", "create_environment_revision_tag"], [2, 3, 1, "", "create_environment_tag"], [2, 3, 1, "", "decrypt_environment"], [2, 3, 1, "", "delete_environment"], [2, 3, 1, "", "delete_environment_revision_tag"], [2, 3, 1, "", "delete_environment_tag"], [2, 3, 1, "", "get_environment"], [2, 3, 1, "", "get_environment_at_version"], [2, 3, 1, "", "get_environment_revision_tag"], [2, 3, 1, "", "get_environment_tag"], [2, 3, 1, "", "list_environment_revision_tags"], [2, 3, 1, "", "list_environment_revisions"], [2, 3, 1, "", "list_environment_tags"], [2, 3, 1, "", "list_environments"], [2, 3, 1, "", "open_and_read_environment"], [2, 3, 1, "", "open_and_read_environment_at_version"], [2, 3, 1, "", "open_environment"], [2, 3, 1, "", "open_environment_at_version"], [2, 3, 1, "", "read_open_environment"], [2, 3, 1, "", "read_open_environment_property"], [2, 3, 1, "", "update_environment"], [2, 3, 1, "", "update_environment_revision_tag"], [2, 3, 1, "", "update_environment_tag"], [2, 3, 1, "", "update_environment_yaml"]], "pulumi_esc_sdk.EvaluatedExecutionContext": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Expr": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.ExprBuiltin": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Interpolation": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.ListEnvironmentTags": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.OpenEnvironment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.OrgEnvironment": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.OrgEnvironments": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Pos": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.PropertyAccessor": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Range": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Reference": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Trace": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.UpdateEnvironmentRevisionTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.UpdateEnvironmentTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.UpdateEnvironmentTagNewTag": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_esc_sdk.Value": [[2, 3, 1, "", "from_dict"], [2, 3, 1, "", "from_json"], [2, 2, 1, "", "model_config"], [2, 3, 1, "", "to_dict"], [2, 3, 1, "", "to_json"], [2, 3, 1, "", "to_str"]], "pulumi_policy": [[3, 1, 1, "", "EnforcementLevel"], [3, 1, 1, "", "Policy"], [3, 1, 1, "", "PolicyConfigSchema"], [3, 1, 1, "", "PolicyCustomTimeouts"], [3, 1, 1, "", "PolicyPack"], [3, 1, 1, "", "PolicyProviderResource"], [3, 1, 1, "", "PolicyResource"], [3, 1, 1, "", "PolicyResourceOptions"], [3, 1, 1, "", "ResourceValidationArgs"], [3, 1, 1, "", "ResourceValidationPolicy"], [3, 1, 1, "", "Secret"], [3, 1, 1, "", "StackValidationArgs"], [3, 1, 1, "", "StackValidationPolicy"]], "pulumi_policy.Policy": [[3, 2, 1, "", "config_schema"], [3, 2, 1, "", "description"], [3, 2, 1, "", "enforcement_level"], [3, 2, 1, "", "name"]], "pulumi_policy.PolicyConfigSchema": [[3, 2, 1, "", "properties"], [3, 2, 1, "", "required"]], "pulumi_policy.PolicyCustomTimeouts": [[3, 2, 1, "", "create_seconds"], [3, 2, 1, "", "delete_seconds"], [3, 2, 1, "", "update_seconds"]], "pulumi_policy.PolicyProviderResource": [[3, 2, 1, "", "name"], [3, 2, 1, "", "props"], [3, 2, 1, "", "resource_type"], [3, 2, 1, "", "urn"]], "pulumi_policy.PolicyResource": [[3, 2, 1, "", "dependencies"], [3, 2, 1, "", "name"], [3, 2, 1, "", "opts"], [3, 2, 1, "", "parent"], [3, 2, 1, "", "property_dependencies"], [3, 2, 1, "", "props"], [3, 2, 1, "", "provider"], [3, 2, 1, "", "resource_type"], [3, 2, 1, "", "urn"]], "pulumi_policy.PolicyResourceOptions": [[3, 2, 1, "", "additional_secret_outputs"], [3, 2, 1, "", "aliases"], [3, 2, 1, "", "custom_timeouts"], [3, 2, 1, "", "delete_before_replace"], [3, 2, 1, "", "ignore_changes"], [3, 2, 1, "", "protect"]], "pulumi_policy.ResourceValidationArgs": [[3, 3, 1, "", "get_config"], [3, 2, 1, "", "name"], [3, 2, 1, "", "opts"], [3, 2, 1, "", "props"], [3, 2, 1, "", "provider"], [3, 2, 1, "", "resource_type"], [3, 2, 1, "", "urn"]], "pulumi_policy.StackValidationArgs": [[3, 3, 1, "", "get_config"], [3, 2, 1, "", "resources"]], "pulumi_terraform": [[4, 0, 0, "-", "state"]], "pulumi_terraform.state": [[4, 1, 1, "", "Any"], [4, 1, 1, "", "ArtifactoryBackendArgs"], [4, 1, 1, "", "AzureRMBackendArgs"], [4, 1, 1, "", "ConsulBackendArgs"], [4, 1, 1, "", "EtcdV2BackendArgs"], [4, 1, 1, "", "EtcdV3BackendArgs"], [4, 1, 1, "", "GcsBackendArgs"], [4, 1, 1, "", "HttpBackendArgs"], [4, 1, 1, "", "LocalBackendArgs"], [4, 1, 1, "", "MantaBackendArgs"], [4, 1, 1, "", "OssBackendArgs"], [4, 1, 1, "", "PostgresBackendArgs"], [4, 1, 1, "", "RemoteBackendArgs"], [4, 1, 1, "", "RemoteStateReference"], [4, 1, 1, "", "S3BackendArgs"], [4, 1, 1, "", "SwiftBackendArgs"]], "pulumi_terraform.state.RemoteStateReference": [[4, 3, 1, "", "get_output"], [4, 2, 1, "", "outputs"], [4, 3, 1, "", "translate_input_property"], [4, 3, 1, "", "translate_output_property"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:exception", "5": "py:property", "6": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "exception", "Python exception"], "5": ["py", "property", "Python property"], "6": ["py", "function", "Python function"]}, "titleterms": {"pulumi": [0, 1], "api": 0, "refer": 0, "python": 0, "autom": 1, "attribut": 1, "valu": 1, "dynam": 1, "provid": 1, "runtim": 1, "pulumi_esc_sdk": 2, "pulumi_polici": 3, "pulumi_terraform": 4}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"Pulumi API Reference (Python)": [[0, "pulumi-api-reference-python"]], "pulumi": [[1, "module-pulumi"]], "pulumi.automation": [[1, "module-pulumi.automation"]], "Attributes": [[1, "attributes"], [1, "id1"], [1, "id2"], [1, "id3"], [1, "id4"], [1, "id5"], [1, "id6"], [1, "id7"], [1, "id8"]], "Values": [[1, "values"]], "pulumi.dynamic": [[1, "module-pulumi.dynamic"]], "pulumi.provider": [[1, "pulumi-provider"]], "pulumi.runtime": [[1, "module-pulumi.runtime"]], "pulumi_esc_sdk": [[2, "pulumi-esc-sdk"]], "pulumi_policy": [[3, "module-pulumi_policy"]], "pulumi_terraform": [[4, "pulumi-terraform"]]}, "indexentries": {"alias (class in pulumi)": [[1, "pulumi.Alias"]], "archive (class in pulumi)": [[1, "pulumi.Archive"]], "asset (class in pulumi)": [[1, "pulumi.Asset"]], "assetarchive (class in pulumi)": [[1, "pulumi.AssetArchive"]], "callresult (class in pulumi.provider)": [[1, "pulumi.provider.CallResult"]], "cancelevent (class in pulumi.automation)": [[1, "pulumi.automation.CancelEvent"]], "checkfailure (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CheckFailure"]], "checkfailure (class in pulumi.provider)": [[1, "pulumi.provider.CheckFailure"]], "checkresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CheckResult"]], "commanderror": [[1, "pulumi.automation.CommandError"]], "compilationerror": [[1, "pulumi.automation.CompilationError"]], "componentresource (class in pulumi)": [[1, "pulumi.ComponentResource"]], "concurrentupdateerror": [[1, "pulumi.automation.ConcurrentUpdateError"]], "config (class in pulumi)": [[1, "pulumi.Config"]], "config (class in pulumi.dynamic)": [[1, "pulumi.dynamic.Config"]], "configmissingerror": [[1, "pulumi.ConfigMissingError"]], "configtypeerror": [[1, "pulumi.ConfigTypeError"]], "configvalue (class in pulumi.automation)": [[1, "pulumi.automation.ConfigValue"]], "configurerequest (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ConfigureRequest"]], "constructresult (class in pulumi.provider)": [[1, "pulumi.provider.ConstructResult"]], "createresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.CreateResult"]], "customresource (class in pulumi)": [[1, "pulumi.CustomResource"]], "destroyresult (class in pulumi.automation)": [[1, "pulumi.automation.DestroyResult"]], "diagnosticevent (class in pulumi.automation)": [[1, "pulumi.automation.DiagnosticEvent"]], "diffkind (class in pulumi.automation)": [[1, "pulumi.automation.DiffKind"]], "diffresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.DiffResult"]], "engineevent (class in pulumi.automation)": [[1, "pulumi.automation.EngineEvent"]], "filearchive (class in pulumi)": [[1, "pulumi.FileArchive"]], "fileasset (class in pulumi)": [[1, "pulumi.FileAsset"]], "inlinesourceruntimeerror": [[1, "pulumi.automation.InlineSourceRuntimeError"]], "inputpropertieserror": [[1, "pulumi.InputPropertiesError"]], "inputpropertyerror": [[1, "pulumi.InputPropertyError"]], "inputpropertyerrordetails (class in pulumi)": [[1, "pulumi.InputPropertyErrorDetails"]], "invalidversionerror": [[1, "pulumi.automation.InvalidVersionError"]], "invokeoptions (class in pulumi)": [[1, "pulumi.InvokeOptions"]], "invokeoutputoptions (class in pulumi)": [[1, "pulumi.InvokeOutputOptions"]], "invoketransformargs (class in pulumi)": [[1, "pulumi.InvokeTransformArgs"]], "invoketransformresult (class in pulumi)": [[1, "pulumi.InvokeTransformResult"]], "localworkspace (class in pulumi.automation)": [[1, "pulumi.automation.LocalWorkspace"]], "mockcallargs (class in pulumi.runtime)": [[1, "pulumi.runtime.MockCallArgs"]], "mockresourceargs (class in pulumi.runtime)": [[1, "pulumi.runtime.MockResourceArgs"]], "mocks (class in pulumi.runtime)": [[1, "pulumi.runtime.Mocks"]], "optype (class in pulumi.automation)": [[1, "pulumi.automation.OpType"]], "output (class in pulumi)": [[1, "pulumi.Output"]], "policyevent (class in pulumi.automation)": [[1, "pulumi.automation.PolicyEvent"]], "preludeevent (class in pulumi.automation)": [[1, "pulumi.automation.PreludeEvent"]], "previewresult (class in pulumi.automation)": [[1, "pulumi.automation.PreviewResult"]], "projectbackend (class in pulumi.automation)": [[1, "pulumi.automation.ProjectBackend"]], "projectruntimeinfo (class in pulumi.automation)": [[1, "pulumi.automation.ProjectRuntimeInfo"]], "projectsettings (class in pulumi.automation)": [[1, "pulumi.automation.ProjectSettings"]], "projecttemplate (class in pulumi.automation)": [[1, "pulumi.automation.ProjectTemplate"]], "projecttemplateconfigvalue (class in pulumi.automation)": [[1, "pulumi.automation.ProjectTemplateConfigValue"]], "propertydiff (class in pulumi.automation)": [[1, "pulumi.automation.PropertyDiff"]], "provider (class in pulumi.provider)": [[1, "pulumi.provider.Provider"]], "providerresource (class in pulumi)": [[1, "pulumi.ProviderResource"]], "pulumicommand (class in pulumi.automation)": [[1, "pulumi.automation.PulumiCommand"]], "readresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ReadResult"]], "refreshresult (class in pulumi.automation)": [[1, "pulumi.automation.RefreshResult"]], "remotearchive (class in pulumi)": [[1, "pulumi.RemoteArchive"]], "remoteasset (class in pulumi)": [[1, "pulumi.RemoteAsset"]], "remotegitauth (class in pulumi.automation)": [[1, "pulumi.automation.RemoteGitAuth"]], "remotestack (class in pulumi.automation)": [[1, "pulumi.automation.RemoteStack"]], "remoteworkspaceoptions (class in pulumi.automation)": [[1, "pulumi.automation.RemoteWorkspaceOptions"]], "resopfailedevent (class in pulumi.automation)": [[1, "pulumi.automation.ResOpFailedEvent"]], "resoutputsevent (class in pulumi.automation)": [[1, "pulumi.automation.ResOutputsEvent"]], "resource (class in pulumi)": [[1, "pulumi.Resource"]], "resource (class in pulumi.dynamic)": [[1, "pulumi.dynamic.Resource"]], "resourcemodule (class in pulumi.runtime)": [[1, "pulumi.runtime.ResourceModule"]], "resourceoptions (class in pulumi)": [[1, "pulumi.ResourceOptions"]], "resourcepackage (class in pulumi.runtime)": [[1, "pulumi.runtime.ResourcePackage"]], "resourcepreevent (class in pulumi.automation)": [[1, "pulumi.automation.ResourcePreEvent"]], "resourceprovider (class in pulumi.dynamic)": [[1, "pulumi.dynamic.ResourceProvider"]], "resourcetransformargs (class in pulumi)": [[1, "pulumi.ResourceTransformArgs"]], "resourcetransformresult (class in pulumi)": [[1, "pulumi.ResourceTransformResult"]], "resourcetransformationargs (class in pulumi)": [[1, "pulumi.ResourceTransformationArgs"]], "resourcetransformationresult (class in pulumi)": [[1, "pulumi.ResourceTransformationResult"]], "runerror": [[1, "pulumi.RunError"]], "runtimeerror": [[1, "pulumi.automation.RuntimeError"]], "secret (class in pulumi.automation)": [[1, "pulumi.automation.Secret"]], "settings (class in pulumi.runtime)": [[1, "pulumi.runtime.Settings"]], "stackalreadyexistserror": [[1, "pulumi.automation.StackAlreadyExistsError"]], "stacknotfounderror": [[1, "pulumi.automation.StackNotFoundError"]], "stackreference (class in pulumi)": [[1, "pulumi.StackReference"]], "stackreferenceoutputdetails (class in pulumi)": [[1, "pulumi.StackReferenceOutputDetails"]], "stacksettings (class in pulumi.automation)": [[1, "pulumi.automation.StackSettings"]], "stacksummary (class in pulumi.automation)": [[1, "pulumi.automation.StackSummary"]], "stdoutengineevent (class in pulumi.automation)": [[1, "pulumi.automation.StdoutEngineEvent"]], "stepeventmetadata (class in pulumi.automation)": [[1, "pulumi.automation.StepEventMetadata"]], "stepeventstatemetadata (class in pulumi.automation)": [[1, "pulumi.automation.StepEventStateMetadata"]], "stringasset (class in pulumi)": [[1, "pulumi.StringAsset"]], "summaryevent (class in pulumi.automation)": [[1, "pulumi.automation.SummaryEvent"]], "upresult (class in pulumi.automation)": [[1, "pulumi.automation.UpResult"]], "updateresult (class in pulumi.dynamic)": [[1, "pulumi.dynamic.UpdateResult"]], "whoamiresult (class in pulumi.automation)": [[1, "pulumi.automation.WhoAmIResult"]], "workspace (class in pulumi.automation)": [[1, "pulumi.automation.Workspace"]], "add_environments() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.add_environments"]], "add_environments() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.add_environments"]], "additional_secret_outputs (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.additional_secret_outputs"]], "aliases (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.aliases"]], "all() (pulumi.output static method)": [[1, "pulumi.Output.all"]], "apply() (pulumi.output method)": [[1, "pulumi.Output.apply"]], "args (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.args"]], "args (pulumi.invoketransformresult attribute)": [[1, "pulumi.InvokeTransformResult.args"]], "call() (in module pulumi.runtime)": [[1, "pulumi.runtime.call"]], "call() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.call"]], "call() (pulumi.runtime.mocks method)": [[1, "pulumi.runtime.Mocks.call"]], "cancel() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.cancel"]], "changes (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.changes"]], "check() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.check"]], "concat() (pulumi.output static method)": [[1, "pulumi.Output.concat"]], "config (pulumi.dynamic.configurerequest attribute)": [[1, "pulumi.dynamic.ConfigureRequest.config"]], "configure() (in module pulumi.runtime)": [[1, "pulumi.runtime.configure"]], "configure() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.configure"]], "construct() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.construct"]], "create() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.create"]], "create_or_select_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.create_or_select_remote_stack_git_source"]], "create_or_select_stack() (in module pulumi.automation)": [[1, "pulumi.automation.create_or_select_stack"]], "create_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.create_remote_stack_git_source"]], "create_stack() (in module pulumi.automation)": [[1, "pulumi.automation.create_stack"]], "create_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.create_stack"]], "create_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.create_stack"]], "create_urn() (in module pulumi)": [[1, "pulumi.create_urn"]], "custom (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.custom"]], "custom_timeouts (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.custom_timeouts"]], "debug() (in module pulumi)": [[1, "pulumi.debug"]], "deferred_output() (in module pulumi)": [[1, "pulumi.deferred_output"]], "delete() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.delete"]], "delete_before_replace (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.delete_before_replace"]], "delete_before_replace (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.delete_before_replace"]], "deleted_with (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.deleted_with"]], "depends_on (pulumi.invokeoutputoptions attribute)": [[1, "pulumi.InvokeOutputOptions.depends_on"]], "depends_on (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.depends_on"]], "deprecated() (in module pulumi)": [[1, "pulumi.deprecated"]], "destroy() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.destroy"]], "diff() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.diff"]], "env_vars (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.env_vars"]], "error() (in module pulumi)": [[1, "pulumi.error"]], "expect_type (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.expect_type"]], "export() (in module pulumi)": [[1, "pulumi.export"]], "export_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.export_stack"]], "export_stack() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.export_stack"]], "export_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.export_stack"]], "failures (pulumi.dynamic.checkresult attribute)": [[1, "pulumi.dynamic.CheckResult.failures"]], "failures (pulumi.provider.callresult attribute)": [[1, "pulumi.provider.CallResult.failures"]], "format() (pulumi.output static method)": [[1, "pulumi.Output.format"]], "from_dict() (pulumi.automation.projectbackend static method)": [[1, "pulumi.automation.ProjectBackend.from_dict"]], "from_dict() (pulumi.automation.projectruntimeinfo static method)": [[1, "pulumi.automation.ProjectRuntimeInfo.from_dict"]], "from_dict() (pulumi.automation.projectsettings static method)": [[1, "pulumi.automation.ProjectSettings.from_dict"]], "from_dict() (pulumi.automation.projecttemplate static method)": [[1, "pulumi.automation.ProjectTemplate.from_dict"]], "from_dict() (pulumi.automation.projecttemplateconfigvalue static method)": [[1, "pulumi.automation.ProjectTemplateConfigValue.from_dict"]], "from_input() (pulumi.output static method)": [[1, "pulumi.Output.from_input"]], "full_key() (pulumi.config method)": [[1, "pulumi.Config.full_key"]], "fully_qualified_stack_name() (in module pulumi.automation)": [[1, "pulumi.automation.fully_qualified_stack_name"]], "get() (in module pulumi)": [[1, "pulumi.get"]], "get() (pulumi.config method)": [[1, "pulumi.Config.get"]], "get() (pulumi.output method)": [[1, "pulumi.Output.get"]], "get() (pulumi.dynamic.config method)": [[1, "pulumi.dynamic.Config.get"]], "get_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_all_config"]], "get_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_all_config"]], "get_bool() (pulumi.config method)": [[1, "pulumi.Config.get_bool"]], "get_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config"]], "get_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_config"]], "get_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_config"]], "get_config_env() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_env"]], "get_config_env_key() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_env_key"]], "get_config_secret_keys_env() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_config_secret_keys_env"]], "get_float() (pulumi.config method)": [[1, "pulumi.Config.get_float"]], "get_int() (pulumi.config method)": [[1, "pulumi.Config.get_int"]], "get_object() (pulumi.config method)": [[1, "pulumi.Config.get_object"]], "get_organization() (in module pulumi)": [[1, "pulumi.get_organization"]], "get_output() (pulumi.stackreference method)": [[1, "pulumi.StackReference.get_output"]], "get_output_details() (pulumi.stackreference method)": [[1, "pulumi.StackReference.get_output_details"]], "get_project() (in module pulumi)": [[1, "pulumi.get_project"]], "get_provider() (pulumi.resource method)": [[1, "pulumi.Resource.get_provider"]], "get_root_resource() (in module pulumi.runtime)": [[1, "pulumi.runtime.get_root_resource"]], "get_secret() (pulumi.config method)": [[1, "pulumi.Config.get_secret"]], "get_secret_bool() (pulumi.config method)": [[1, "pulumi.Config.get_secret_bool"]], "get_secret_float() (pulumi.config method)": [[1, "pulumi.Config.get_secret_float"]], "get_secret_int() (pulumi.config method)": [[1, "pulumi.Config.get_secret_int"]], "get_secret_object() (pulumi.config method)": [[1, "pulumi.Config.get_secret_object"]], "get_stack() (in module pulumi)": [[1, "pulumi.get_stack"]], "get_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.get_tag"]], "get_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.get_tag"]], "getter() (in module pulumi)": [[1, "pulumi.getter"]], "history() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.history"]], "id (pulumi.customresource property)": [[1, "pulumi.CustomResource.id"]], "id (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.id"]], "id (pulumi.dynamic.createresult attribute)": [[1, "pulumi.dynamic.CreateResult.id"]], "id (pulumi.dynamic.readresult attribute)": [[1, "pulumi.dynamic.ReadResult.id"]], "ignore_changes (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.ignore_changes"]], "import_ (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.import_"]], "import_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.import_stack"]], "import_stack() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.import_stack"]], "import_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.import_stack"]], "info() (in module pulumi)": [[1, "pulumi.info"]], "input_type() (in module pulumi)": [[1, "pulumi.input_type"]], "inputs (pulumi.dynamic.checkresult attribute)": [[1, "pulumi.dynamic.CheckResult.inputs"]], "install() (pulumi.automation.pulumicommand class method)": [[1, "pulumi.automation.PulumiCommand.install"]], "install_plugin() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.install_plugin"]], "install_plugin() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.install_plugin"]], "install_plugin_from_server() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.install_plugin_from_server"]], "install_plugin_from_server() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.install_plugin_from_server"]], "invoke() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke"]], "invoke() (pulumi.provider.provider method)": [[1, "pulumi.provider.Provider.invoke"]], "invoke_async() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke_async"]], "invoke_output() (in module pulumi.runtime)": [[1, "pulumi.runtime.invoke_output"]], "is_config_secret() (in module pulumi.runtime)": [[1, "pulumi.runtime.is_config_secret"]], "is_dry_run() (in module pulumi.runtime)": [[1, "pulumi.runtime.is_dry_run"]], "json_dumps() (pulumi.output static method)": [[1, "pulumi.Output.json_dumps"]], "json_loads() (pulumi.output static method)": [[1, "pulumi.Output.json_loads"]], "key (pulumi.configmissingerror attribute)": [[1, "pulumi.ConfigMissingError.key"]], "key (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.key"]], "list_environments() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_environments"]], "list_environments() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_environments"]], "list_plugins() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_plugins"]], "list_plugins() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_plugins"]], "list_stacks() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_stacks"]], "list_stacks() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_stacks"]], "list_tags() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.list_tags"]], "list_tags() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.list_tags"]], "main() (in module pulumi.provider)": [[1, "pulumi.provider.main"]], "merge() (pulumi.invokeoptions static method)": [[1, "pulumi.InvokeOptions.merge"]], "merge() (pulumi.invokeoutputoptions static method)": [[1, "pulumi.InvokeOutputOptions.merge"]], "merge() (pulumi.resourceoptions static method)": [[1, "pulumi.ResourceOptions.merge"]], "module": [[1, "module-pulumi"], [1, "module-pulumi.automation"], [1, "module-pulumi.dynamic"], [1, "module-pulumi.provider"], [1, "module-pulumi.runtime"], [2, "module-pulumi_esc_sdk"], [3, "module-pulumi_policy"], [4, "module-pulumi_terraform"], [4, "module-pulumi_terraform.state"]], "name (pulumi.alias attribute)": [[1, "pulumi.Alias.name"]], "name (pulumi.config attribute)": [[1, "pulumi.Config.name"]], "name (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.name"]], "name (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.name"]], "name (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.name"]], "new_resource() (pulumi.runtime.mocks method)": [[1, "pulumi.runtime.Mocks.new_resource"]], "opts (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.opts"]], "opts (pulumi.invoketransformresult attribute)": [[1, "pulumi.InvokeTransformResult.opts"]], "opts (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.opts"]], "opts (pulumi.resourcetransformresult attribute)": [[1, "pulumi.ResourceTransformResult.opts"]], "opts (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.opts"]], "opts (pulumi.resourcetransformationresult attribute)": [[1, "pulumi.ResourceTransformationResult.opts"]], "output_type() (in module pulumi)": [[1, "pulumi.output_type"]], "outputs (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.outputs"]], "outputs (pulumi.provider.callresult attribute)": [[1, "pulumi.provider.CallResult.outputs"]], "outputs() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.outputs"]], "outs (pulumi.dynamic.createresult attribute)": [[1, "pulumi.dynamic.CreateResult.outs"]], "outs (pulumi.dynamic.readresult attribute)": [[1, "pulumi.dynamic.ReadResult.outs"]], "outs (pulumi.dynamic.updateresult attribute)": [[1, "pulumi.dynamic.UpdateResult.outs"]], "package (pulumi.providerresource attribute)": [[1, "pulumi.ProviderResource.package"]], "parent (pulumi.alias attribute)": [[1, "pulumi.Alias.parent"]], "parent (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.parent"]], "parent (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.parent"]], "password (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.password"]], "personal_access_token (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.personal_access_token"]], "plugin_download_url (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.plugin_download_url"]], "plugin_download_url (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.plugin_download_url"]], "post_command_callback() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.post_command_callback"]], "post_command_callback() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.post_command_callback"]], "preview() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.preview"]], "program (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.program"]], "project (pulumi.alias attribute)": [[1, "pulumi.Alias.project"]], "project_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.project_settings"]], "project_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.project_settings"]], "property (pulumi.dynamic.checkfailure attribute)": [[1, "pulumi.dynamic.CheckFailure.property"]], "property (pulumi.provider.checkfailure attribute)": [[1, "pulumi.provider.CheckFailure.property"]], "property() (in module pulumi)": [[1, "pulumi.property"]], "props (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.props"]], "props (pulumi.resourcetransformresult attribute)": [[1, "pulumi.ResourceTransformResult.props"]], "props (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.props"]], "props (pulumi.resourcetransformationresult attribute)": [[1, "pulumi.ResourceTransformationResult.props"]], "protect (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.protect"]], "provider (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.provider"]], "provider (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.provider"]], "providers (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.providers"]], "pulumi": [[1, "module-pulumi"]], "pulumi.automation": [[1, "module-pulumi.automation"]], "pulumi.dynamic": [[1, "module-pulumi.dynamic"]], "pulumi.provider": [[1, "module-pulumi.provider"]], "pulumi.runtime": [[1, "module-pulumi.runtime"]], "pulumi_command (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_command"]], "pulumi_home (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_home"]], "pulumi_version (pulumi.automation.localworkspace property)": [[1, "pulumi.automation.LocalWorkspace.pulumi_version"]], "pulumi_version (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.pulumi_version"]], "read() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.read"]], "reason (pulumi.dynamic.checkfailure attribute)": [[1, "pulumi.dynamic.CheckFailure.reason"]], "reason (pulumi.provider.checkfailure attribute)": [[1, "pulumi.provider.CheckFailure.reason"]], "refresh() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.refresh"]], "refresh_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.refresh_config"]], "refresh_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.refresh_config"]], "register_invoke_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_invoke_transform"]], "register_outputs() (pulumi.componentresource method)": [[1, "pulumi.ComponentResource.register_outputs"]], "register_resource_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_resource_transform"]], "register_stack_transform() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_stack_transform"]], "register_stack_transformation() (in module pulumi.runtime)": [[1, "pulumi.runtime.register_stack_transformation"]], "remove_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_all_config"]], "remove_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_all_config"]], "remove_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_config"]], "remove_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_config"]], "remove_environment() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_environment"]], "remove_environment() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_environment"]], "remove_plugin() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_plugin"]], "remove_plugin() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_plugin"]], "remove_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_stack"]], "remove_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_stack"]], "remove_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.remove_tag"]], "remove_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.remove_tag"]], "replace_on_changes (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.replace_on_changes"]], "replaces (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.replaces"]], "require() (pulumi.config method)": [[1, "pulumi.Config.require"]], "require() (pulumi.dynamic.config method)": [[1, "pulumi.dynamic.Config.require"]], "require_bool() (pulumi.config method)": [[1, "pulumi.Config.require_bool"]], "require_float() (pulumi.config method)": [[1, "pulumi.Config.require_float"]], "require_int() (pulumi.config method)": [[1, "pulumi.Config.require_int"]], "require_object() (pulumi.config method)": [[1, "pulumi.Config.require_object"]], "require_output() (pulumi.stackreference method)": [[1, "pulumi.StackReference.require_output"]], "require_secret() (pulumi.config method)": [[1, "pulumi.Config.require_secret"]], "require_secret_bool() (pulumi.config method)": [[1, "pulumi.Config.require_secret_bool"]], "require_secret_float() (pulumi.config method)": [[1, "pulumi.Config.require_secret_float"]], "require_secret_int() (pulumi.config method)": [[1, "pulumi.Config.require_secret_int"]], "require_secret_object() (pulumi.config method)": [[1, "pulumi.Config.require_secret_object"]], "reset_options() (in module pulumi.runtime)": [[1, "pulumi.runtime.reset_options"]], "resource (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.resource"]], "retain_on_delete (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.retain_on_delete"]], "run() (pulumi.automation.pulumicommand method)": [[1, "pulumi.automation.PulumiCommand.run"]], "run_in_stack() (in module pulumi.runtime)": [[1, "pulumi.runtime.run_in_stack"]], "save_project_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.save_project_settings"]], "save_project_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.save_project_settings"]], "save_stack_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.save_stack_settings"]], "save_stack_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.save_stack_settings"]], "secret (pulumi.configmissingerror attribute)": [[1, "pulumi.ConfigMissingError.secret"]], "secret() (pulumi.output static method)": [[1, "pulumi.Output.secret"]], "secret_output_names (pulumi.stackreference attribute)": [[1, "pulumi.StackReference.secret_output_names"]], "secret_value (pulumi.stackreferenceoutputdetails attribute)": [[1, "pulumi.StackReferenceOutputDetails.secret_value"]], "secrets_provider (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.secrets_provider"]], "select_remote_stack_git_source() (in module pulumi.automation)": [[1, "pulumi.automation.select_remote_stack_git_source"]], "select_stack() (in module pulumi.automation)": [[1, "pulumi.automation.select_stack"]], "select_stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.select_stack"]], "select_stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.select_stack"]], "serialize_args_for_op() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.serialize_args_for_op"]], "serialize_args_for_op() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.serialize_args_for_op"]], "serialize_as_secret_always (pulumi.dynamic.resourceprovider attribute)": [[1, "pulumi.dynamic.ResourceProvider.serialize_as_secret_always"]], "set() (in module pulumi)": [[1, "pulumi.set"]], "set_all_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_all_config"]], "set_all_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_all_config"]], "set_all_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_all_config"]], "set_config() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_config"]], "set_config() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_config"]], "set_config() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_config"]], "set_mocks() (in module pulumi.runtime)": [[1, "pulumi.runtime.set_mocks"]], "set_tag() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.set_tag"]], "set_tag() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.set_tag"]], "ssh_private_key (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.ssh_private_key"]], "ssh_private_key_path (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.ssh_private_key_path"]], "stables (pulumi.dynamic.diffresult attribute)": [[1, "pulumi.dynamic.DiffResult.stables"]], "stack (pulumi.alias attribute)": [[1, "pulumi.Alias.stack"]], "stack() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack"]], "stack() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack"]], "stack_outputs() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack_outputs"]], "stack_outputs() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack_outputs"]], "stack_settings() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.stack_settings"]], "stack_settings() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.stack_settings"]], "state (pulumi.provider.constructresult attribute)": [[1, "pulumi.provider.ConstructResult.state"]], "test() (in module pulumi.runtime)": [[1, "pulumi.runtime.test"]], "to_dict() (pulumi.automation.projectbackend method)": [[1, "pulumi.automation.ProjectBackend.to_dict"]], "to_dict() (pulumi.automation.projectruntimeinfo method)": [[1, "pulumi.automation.ProjectRuntimeInfo.to_dict"]], "to_dict() (pulumi.automation.projectsettings method)": [[1, "pulumi.automation.ProjectSettings.to_dict"]], "to_dict() (pulumi.automation.projecttemplate method)": [[1, "pulumi.automation.ProjectTemplate.to_dict"]], "to_dict() (pulumi.automation.projecttemplateconfigvalue method)": [[1, "pulumi.automation.ProjectTemplateConfigValue.to_dict"]], "to_json() (in module pulumi.runtime)": [[1, "pulumi.runtime.to_json"]], "token (pulumi.invoketransformargs attribute)": [[1, "pulumi.InvokeTransformArgs.token"]], "transformations (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.transformations"]], "transforms (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.transforms"]], "translate_input_property() (pulumi.resource method)": [[1, "pulumi.Resource.translate_input_property"]], "translate_output_property() (pulumi.resource method)": [[1, "pulumi.Resource.translate_output_property"]], "translate_output_property() (pulumi.stackreference method)": [[1, "pulumi.StackReference.translate_output_property"]], "type_ (pulumi.alias attribute)": [[1, "pulumi.Alias.type_"]], "type_ (pulumi.resourcetransformargs attribute)": [[1, "pulumi.ResourceTransformArgs.type_"]], "type_ (pulumi.resourcetransformationargs attribute)": [[1, "pulumi.ResourceTransformationArgs.type_"]], "unsecret() (pulumi.output static method)": [[1, "pulumi.Output.unsecret"]], "up() (pulumi.automation.remotestack method)": [[1, "pulumi.automation.RemoteStack.up"]], "update() (pulumi.dynamic.resourceprovider method)": [[1, "pulumi.dynamic.ResourceProvider.update"]], "urn (pulumi.resource property)": [[1, "pulumi.Resource.urn"]], "urn (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.urn"]], "urn (pulumi.provider.constructresult attribute)": [[1, "pulumi.provider.ConstructResult.urn"]], "username (pulumi.automation.remotegitauth attribute)": [[1, "pulumi.automation.RemoteGitAuth.username"]], "value (pulumi.configtypeerror attribute)": [[1, "pulumi.ConfigTypeError.value"]], "value (pulumi.stackreferenceoutputdetails attribute)": [[1, "pulumi.StackReferenceOutputDetails.value"]], "version (pulumi.invokeoptions attribute)": [[1, "pulumi.InvokeOptions.version"]], "version (pulumi.resourceoptions attribute)": [[1, "pulumi.ResourceOptions.version"]], "warn() (in module pulumi)": [[1, "pulumi.warn"]], "who_am_i() (pulumi.automation.localworkspace method)": [[1, "pulumi.automation.LocalWorkspace.who_am_i"]], "who_am_i() (pulumi.automation.workspace method)": [[1, "pulumi.automation.Workspace.who_am_i"]], "work_dir (pulumi.automation.workspace attribute)": [[1, "pulumi.automation.Workspace.work_dir"]], "access (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Access"]], "accessor (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Accessor"]], "apiattributeerror": [[2, "pulumi_esc_sdk.ApiAttributeError"]], "apiclient (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.ApiClient"]], "apiexception": [[2, "pulumi_esc_sdk.ApiException"]], "apikeyerror": [[2, "pulumi_esc_sdk.ApiKeyError"]], "apiresponse (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.ApiResponse"]], "apitypeerror": [[2, "pulumi_esc_sdk.ApiTypeError"]], "apivalueerror": [[2, "pulumi_esc_sdk.ApiValueError"]], "checkenvironment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.CheckEnvironment"]], "cloneenvironment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.CloneEnvironment"]], "configuration (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Configuration"]], "createenvironment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.CreateEnvironment"]], "createenvironmentrevisiontag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag"]], "createenvironmenttag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag"]], "environment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Environment"]], "environmentdefinition (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentDefinition"]], "environmentdefinitionvalues (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues"]], "environmentdiagnostic (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic"]], "environmentdiagnostics (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics"]], "environmentrevision (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentRevision"]], "environmentrevisiontag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag"]], "environmentrevisiontags (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags"]], "environmenttag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EnvironmentTag"]], "error (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Error"]], "escapi (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EscApi"]], "escclient (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EscClient"]], "evaluatedexecutioncontext (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext"]], "expr (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Expr"]], "exprbuiltin (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.ExprBuiltin"]], "interpolation (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Interpolation"]], "listenvironmenttags (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.ListEnvironmentTags"]], "openapiexception": [[2, "pulumi_esc_sdk.OpenApiException"]], "openenvironment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.OpenEnvironment"]], "orgenvironment (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.OrgEnvironment"]], "orgenvironments (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.OrgEnvironments"]], "pos (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Pos"]], "propertyaccessor (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.PropertyAccessor"]], "range (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Range"]], "reference (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Reference"]], "trace (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Trace"]], "updateenvironmentrevisiontag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag"]], "updateenvironmenttag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag"]], "updateenvironmenttagcurrenttag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag"]], "updateenvironmenttagnewtag (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag"]], "value (class in pulumi_esc_sdk)": [[2, "pulumi_esc_sdk.Value"]], "assert_hostname (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.assert_hostname"]], "auth_settings() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.auth_settings"]], "call_api() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.call_api"]], "cert_file (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.cert_file"]], "check_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.check_environment"]], "check_environment_yaml() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.check_environment_yaml"]], "check_environment_yaml() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.check_environment_yaml"]], "check_environment_yaml_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.check_environment_yaml_with_http_info"]], "check_environment_yaml_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.check_environment_yaml_without_preload_content"]], "clone_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.clone_environment"]], "clone_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.clone_environment"]], "clone_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.clone_environment_with_http_info"]], "clone_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.clone_environment_without_preload_content"]], "connection_pool_maxsize (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.connection_pool_maxsize"]], "create_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment"]], "create_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.create_environment"]], "create_environment_revision_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_revision_tag"]], "create_environment_revision_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.create_environment_revision_tag"]], "create_environment_revision_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_revision_tag_with_http_info"]], "create_environment_revision_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_revision_tag_without_preload_content"]], "create_environment_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_tag"]], "create_environment_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.create_environment_tag"]], "create_environment_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_tag_with_http_info"]], "create_environment_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_tag_without_preload_content"]], "create_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_with_http_info"]], "create_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.create_environment_without_preload_content"]], "date_format (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.date_format"]], "datetime_format (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.datetime_format"]], "debug (pulumi_esc_sdk.configuration property)": [[2, "pulumi_esc_sdk.Configuration.debug"]], "decrypt_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.decrypt_environment"]], "decrypt_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.decrypt_environment"]], "decrypt_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.decrypt_environment_with_http_info"]], "decrypt_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.decrypt_environment_without_preload_content"]], "delete_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment"]], "delete_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.delete_environment"]], "delete_environment_revision_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_revision_tag"]], "delete_environment_revision_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.delete_environment_revision_tag"]], "delete_environment_revision_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_revision_tag_with_http_info"]], "delete_environment_revision_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_revision_tag_without_preload_content"]], "delete_environment_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_tag"]], "delete_environment_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.delete_environment_tag"]], "delete_environment_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_tag_with_http_info"]], "delete_environment_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_tag_without_preload_content"]], "delete_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_with_http_info"]], "delete_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.delete_environment_without_preload_content"]], "deserialize() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.deserialize"]], "files_parameters() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.files_parameters"]], "from_dict() (pulumi_esc_sdk.access class method)": [[2, "pulumi_esc_sdk.Access.from_dict"]], "from_dict() (pulumi_esc_sdk.accessor class method)": [[2, "pulumi_esc_sdk.Accessor.from_dict"]], "from_dict() (pulumi_esc_sdk.checkenvironment class method)": [[2, "pulumi_esc_sdk.CheckEnvironment.from_dict"]], "from_dict() (pulumi_esc_sdk.cloneenvironment class method)": [[2, "pulumi_esc_sdk.CloneEnvironment.from_dict"]], "from_dict() (pulumi_esc_sdk.createenvironment class method)": [[2, "pulumi_esc_sdk.CreateEnvironment.from_dict"]], "from_dict() (pulumi_esc_sdk.createenvironmentrevisiontag class method)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.from_dict"]], "from_dict() (pulumi_esc_sdk.createenvironmenttag class method)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.from_dict"]], "from_dict() (pulumi_esc_sdk.environment class method)": [[2, "pulumi_esc_sdk.Environment.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentdefinition class method)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentdefinitionvalues class method)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentdiagnostic class method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentdiagnostics class method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentrevision class method)": [[2, "pulumi_esc_sdk.EnvironmentRevision.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentrevisiontag class method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.from_dict"]], "from_dict() (pulumi_esc_sdk.environmentrevisiontags class method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.from_dict"]], "from_dict() (pulumi_esc_sdk.environmenttag class method)": [[2, "pulumi_esc_sdk.EnvironmentTag.from_dict"]], "from_dict() (pulumi_esc_sdk.error class method)": [[2, "pulumi_esc_sdk.Error.from_dict"]], "from_dict() (pulumi_esc_sdk.evaluatedexecutioncontext class method)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.from_dict"]], "from_dict() (pulumi_esc_sdk.expr class method)": [[2, "pulumi_esc_sdk.Expr.from_dict"]], "from_dict() (pulumi_esc_sdk.exprbuiltin class method)": [[2, "pulumi_esc_sdk.ExprBuiltin.from_dict"]], "from_dict() (pulumi_esc_sdk.interpolation class method)": [[2, "pulumi_esc_sdk.Interpolation.from_dict"]], "from_dict() (pulumi_esc_sdk.listenvironmenttags class method)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.from_dict"]], "from_dict() (pulumi_esc_sdk.openenvironment class method)": [[2, "pulumi_esc_sdk.OpenEnvironment.from_dict"]], "from_dict() (pulumi_esc_sdk.orgenvironment class method)": [[2, "pulumi_esc_sdk.OrgEnvironment.from_dict"]], "from_dict() (pulumi_esc_sdk.orgenvironments class method)": [[2, "pulumi_esc_sdk.OrgEnvironments.from_dict"]], "from_dict() (pulumi_esc_sdk.pos class method)": [[2, "pulumi_esc_sdk.Pos.from_dict"]], "from_dict() (pulumi_esc_sdk.propertyaccessor class method)": [[2, "pulumi_esc_sdk.PropertyAccessor.from_dict"]], "from_dict() (pulumi_esc_sdk.range class method)": [[2, "pulumi_esc_sdk.Range.from_dict"]], "from_dict() (pulumi_esc_sdk.reference class method)": [[2, "pulumi_esc_sdk.Reference.from_dict"]], "from_dict() (pulumi_esc_sdk.trace class method)": [[2, "pulumi_esc_sdk.Trace.from_dict"]], "from_dict() (pulumi_esc_sdk.updateenvironmentrevisiontag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.from_dict"]], "from_dict() (pulumi_esc_sdk.updateenvironmenttag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.from_dict"]], "from_dict() (pulumi_esc_sdk.updateenvironmenttagcurrenttag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.from_dict"]], "from_dict() (pulumi_esc_sdk.updateenvironmenttagnewtag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.from_dict"]], "from_dict() (pulumi_esc_sdk.value class method)": [[2, "pulumi_esc_sdk.Value.from_dict"]], "from_json() (pulumi_esc_sdk.access class method)": [[2, "pulumi_esc_sdk.Access.from_json"]], "from_json() (pulumi_esc_sdk.accessor class method)": [[2, "pulumi_esc_sdk.Accessor.from_json"]], "from_json() (pulumi_esc_sdk.checkenvironment class method)": [[2, "pulumi_esc_sdk.CheckEnvironment.from_json"]], "from_json() (pulumi_esc_sdk.cloneenvironment class method)": [[2, "pulumi_esc_sdk.CloneEnvironment.from_json"]], "from_json() (pulumi_esc_sdk.createenvironment class method)": [[2, "pulumi_esc_sdk.CreateEnvironment.from_json"]], "from_json() (pulumi_esc_sdk.createenvironmentrevisiontag class method)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.from_json"]], "from_json() (pulumi_esc_sdk.createenvironmenttag class method)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.from_json"]], "from_json() (pulumi_esc_sdk.environment class method)": [[2, "pulumi_esc_sdk.Environment.from_json"]], "from_json() (pulumi_esc_sdk.environmentdefinition class method)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.from_json"]], "from_json() (pulumi_esc_sdk.environmentdefinitionvalues class method)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.from_json"]], "from_json() (pulumi_esc_sdk.environmentdiagnostic class method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.from_json"]], "from_json() (pulumi_esc_sdk.environmentdiagnostics class method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.from_json"]], "from_json() (pulumi_esc_sdk.environmentrevision class method)": [[2, "pulumi_esc_sdk.EnvironmentRevision.from_json"]], "from_json() (pulumi_esc_sdk.environmentrevisiontag class method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.from_json"]], "from_json() (pulumi_esc_sdk.environmentrevisiontags class method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.from_json"]], "from_json() (pulumi_esc_sdk.environmenttag class method)": [[2, "pulumi_esc_sdk.EnvironmentTag.from_json"]], "from_json() (pulumi_esc_sdk.error class method)": [[2, "pulumi_esc_sdk.Error.from_json"]], "from_json() (pulumi_esc_sdk.evaluatedexecutioncontext class method)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.from_json"]], "from_json() (pulumi_esc_sdk.expr class method)": [[2, "pulumi_esc_sdk.Expr.from_json"]], "from_json() (pulumi_esc_sdk.exprbuiltin class method)": [[2, "pulumi_esc_sdk.ExprBuiltin.from_json"]], "from_json() (pulumi_esc_sdk.interpolation class method)": [[2, "pulumi_esc_sdk.Interpolation.from_json"]], "from_json() (pulumi_esc_sdk.listenvironmenttags class method)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.from_json"]], "from_json() (pulumi_esc_sdk.openenvironment class method)": [[2, "pulumi_esc_sdk.OpenEnvironment.from_json"]], "from_json() (pulumi_esc_sdk.orgenvironment class method)": [[2, "pulumi_esc_sdk.OrgEnvironment.from_json"]], "from_json() (pulumi_esc_sdk.orgenvironments class method)": [[2, "pulumi_esc_sdk.OrgEnvironments.from_json"]], "from_json() (pulumi_esc_sdk.pos class method)": [[2, "pulumi_esc_sdk.Pos.from_json"]], "from_json() (pulumi_esc_sdk.propertyaccessor class method)": [[2, "pulumi_esc_sdk.PropertyAccessor.from_json"]], "from_json() (pulumi_esc_sdk.range class method)": [[2, "pulumi_esc_sdk.Range.from_json"]], "from_json() (pulumi_esc_sdk.reference class method)": [[2, "pulumi_esc_sdk.Reference.from_json"]], "from_json() (pulumi_esc_sdk.trace class method)": [[2, "pulumi_esc_sdk.Trace.from_json"]], "from_json() (pulumi_esc_sdk.updateenvironmentrevisiontag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.from_json"]], "from_json() (pulumi_esc_sdk.updateenvironmenttag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.from_json"]], "from_json() (pulumi_esc_sdk.updateenvironmenttagcurrenttag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.from_json"]], "from_json() (pulumi_esc_sdk.updateenvironmenttagnewtag class method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.from_json"]], "from_json() (pulumi_esc_sdk.value class method)": [[2, "pulumi_esc_sdk.Value.from_json"]], "get_api_key_with_prefix() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.get_api_key_with_prefix"]], "get_basic_auth_token() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.get_basic_auth_token"]], "get_default() (pulumi_esc_sdk.apiclient class method)": [[2, "pulumi_esc_sdk.ApiClient.get_default"]], "get_default() (pulumi_esc_sdk.configuration class method)": [[2, "pulumi_esc_sdk.Configuration.get_default"]], "get_default_copy() (pulumi_esc_sdk.configuration class method)": [[2, "pulumi_esc_sdk.Configuration.get_default_copy"]], "get_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment"]], "get_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.get_environment"]], "get_environment_at_version() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_at_version"]], "get_environment_at_version() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.get_environment_at_version"]], "get_environment_at_version_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_at_version_with_http_info"]], "get_environment_at_version_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_at_version_without_preload_content"]], "get_environment_e_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_e_tag"]], "get_environment_e_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_e_tag_with_http_info"]], "get_environment_e_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_e_tag_without_preload_content"]], "get_environment_revision_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_revision_tag"]], "get_environment_revision_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.get_environment_revision_tag"]], "get_environment_revision_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_revision_tag_with_http_info"]], "get_environment_revision_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_revision_tag_without_preload_content"]], "get_environment_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_tag"]], "get_environment_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.get_environment_tag"]], "get_environment_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_tag_with_http_info"]], "get_environment_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_tag_without_preload_content"]], "get_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_with_http_info"]], "get_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.get_environment_without_preload_content"]], "get_host_from_settings() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.get_host_from_settings"]], "get_host_settings() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.get_host_settings"]], "host (pulumi_esc_sdk.configuration property)": [[2, "pulumi_esc_sdk.Configuration.host"]], "key_file (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.key_file"]], "list_environment_revision_tags() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revision_tags"]], "list_environment_revision_tags() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.list_environment_revision_tags"]], "list_environment_revision_tags_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revision_tags_with_http_info"]], "list_environment_revision_tags_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revision_tags_without_preload_content"]], "list_environment_revisions() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revisions"]], "list_environment_revisions() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.list_environment_revisions"]], "list_environment_revisions_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revisions_with_http_info"]], "list_environment_revisions_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_revisions_without_preload_content"]], "list_environment_tags() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_tags"]], "list_environment_tags() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.list_environment_tags"]], "list_environment_tags_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_tags_with_http_info"]], "list_environment_tags_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environment_tags_without_preload_content"]], "list_environments() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environments"]], "list_environments() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.list_environments"]], "list_environments_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environments_with_http_info"]], "list_environments_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.list_environments_without_preload_content"]], "logger (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.logger"]], "logger_file (pulumi_esc_sdk.configuration property)": [[2, "pulumi_esc_sdk.Configuration.logger_file"]], "logger_file_handler (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.logger_file_handler"]], "logger_format (pulumi_esc_sdk.configuration property)": [[2, "pulumi_esc_sdk.Configuration.logger_format"]], "logger_stream_handler (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.logger_stream_handler"]], "model_config (pulumi_esc_sdk.access attribute)": [[2, "pulumi_esc_sdk.Access.model_config"]], "model_config (pulumi_esc_sdk.accessor attribute)": [[2, "pulumi_esc_sdk.Accessor.model_config"]], "model_config (pulumi_esc_sdk.apiresponse attribute)": [[2, "pulumi_esc_sdk.ApiResponse.model_config"]], "model_config (pulumi_esc_sdk.checkenvironment attribute)": [[2, "pulumi_esc_sdk.CheckEnvironment.model_config"]], "model_config (pulumi_esc_sdk.cloneenvironment attribute)": [[2, "pulumi_esc_sdk.CloneEnvironment.model_config"]], "model_config (pulumi_esc_sdk.createenvironment attribute)": [[2, "pulumi_esc_sdk.CreateEnvironment.model_config"]], "model_config (pulumi_esc_sdk.createenvironmentrevisiontag attribute)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.model_config"]], "model_config (pulumi_esc_sdk.createenvironmenttag attribute)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.model_config"]], "model_config (pulumi_esc_sdk.environment attribute)": [[2, "pulumi_esc_sdk.Environment.model_config"]], "model_config (pulumi_esc_sdk.environmentdefinition attribute)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.model_config"]], "model_config (pulumi_esc_sdk.environmentdefinitionvalues attribute)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.model_config"]], "model_config (pulumi_esc_sdk.environmentdiagnostic attribute)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.model_config"]], "model_config (pulumi_esc_sdk.environmentdiagnostics attribute)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.model_config"]], "model_config (pulumi_esc_sdk.environmentrevision attribute)": [[2, "pulumi_esc_sdk.EnvironmentRevision.model_config"]], "model_config (pulumi_esc_sdk.environmentrevisiontag attribute)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.model_config"]], "model_config (pulumi_esc_sdk.environmentrevisiontags attribute)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.model_config"]], "model_config (pulumi_esc_sdk.environmenttag attribute)": [[2, "pulumi_esc_sdk.EnvironmentTag.model_config"]], "model_config (pulumi_esc_sdk.error attribute)": [[2, "pulumi_esc_sdk.Error.model_config"]], "model_config (pulumi_esc_sdk.evaluatedexecutioncontext attribute)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.model_config"]], "model_config (pulumi_esc_sdk.expr attribute)": [[2, "pulumi_esc_sdk.Expr.model_config"]], "model_config (pulumi_esc_sdk.exprbuiltin attribute)": [[2, "pulumi_esc_sdk.ExprBuiltin.model_config"]], "model_config (pulumi_esc_sdk.interpolation attribute)": [[2, "pulumi_esc_sdk.Interpolation.model_config"]], "model_config (pulumi_esc_sdk.listenvironmenttags attribute)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.model_config"]], "model_config (pulumi_esc_sdk.openenvironment attribute)": [[2, "pulumi_esc_sdk.OpenEnvironment.model_config"]], "model_config (pulumi_esc_sdk.orgenvironment attribute)": [[2, "pulumi_esc_sdk.OrgEnvironment.model_config"]], "model_config (pulumi_esc_sdk.orgenvironments attribute)": [[2, "pulumi_esc_sdk.OrgEnvironments.model_config"]], "model_config (pulumi_esc_sdk.pos attribute)": [[2, "pulumi_esc_sdk.Pos.model_config"]], "model_config (pulumi_esc_sdk.propertyaccessor attribute)": [[2, "pulumi_esc_sdk.PropertyAccessor.model_config"]], "model_config (pulumi_esc_sdk.range attribute)": [[2, "pulumi_esc_sdk.Range.model_config"]], "model_config (pulumi_esc_sdk.reference attribute)": [[2, "pulumi_esc_sdk.Reference.model_config"]], "model_config (pulumi_esc_sdk.trace attribute)": [[2, "pulumi_esc_sdk.Trace.model_config"]], "model_config (pulumi_esc_sdk.updateenvironmentrevisiontag attribute)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.model_config"]], "model_config (pulumi_esc_sdk.updateenvironmenttag attribute)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.model_config"]], "model_config (pulumi_esc_sdk.updateenvironmenttagcurrenttag attribute)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.model_config"]], "model_config (pulumi_esc_sdk.updateenvironmenttagnewtag attribute)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.model_config"]], "model_config (pulumi_esc_sdk.value attribute)": [[2, "pulumi_esc_sdk.Value.model_config"]], "name_validate_regular_expression() (pulumi_esc_sdk.cloneenvironment class method)": [[2, "pulumi_esc_sdk.CloneEnvironment.name_validate_regular_expression"]], "name_validate_regular_expression() (pulumi_esc_sdk.createenvironment class method)": [[2, "pulumi_esc_sdk.CreateEnvironment.name_validate_regular_expression"]], "open_and_read_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.open_and_read_environment"]], "open_and_read_environment_at_version() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.open_and_read_environment_at_version"]], "open_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment"]], "open_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.open_environment"]], "open_environment_at_version() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment_at_version"]], "open_environment_at_version() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.open_environment_at_version"]], "open_environment_at_version_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment_at_version_with_http_info"]], "open_environment_at_version_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment_at_version_without_preload_content"]], "open_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment_with_http_info"]], "open_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.open_environment_without_preload_content"]], "param_serialize() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.param_serialize"]], "parameters_to_tuples() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.parameters_to_tuples"]], "parameters_to_url_query() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.parameters_to_url_query"]], "project_validate_regular_expression() (pulumi_esc_sdk.cloneenvironment class method)": [[2, "pulumi_esc_sdk.CloneEnvironment.project_validate_regular_expression"]], "project_validate_regular_expression() (pulumi_esc_sdk.createenvironment class method)": [[2, "pulumi_esc_sdk.CreateEnvironment.project_validate_regular_expression"]], "proxy (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.proxy"]], "proxy_headers (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.proxy_headers"]], "pulumi_esc_sdk": [[2, "module-pulumi_esc_sdk"]], "read_open_environment() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment"]], "read_open_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.read_open_environment"]], "read_open_environment_property() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment_property"]], "read_open_environment_property() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.read_open_environment_property"]], "read_open_environment_property_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment_property_with_http_info"]], "read_open_environment_property_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment_property_without_preload_content"]], "read_open_environment_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment_with_http_info"]], "read_open_environment_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.read_open_environment_without_preload_content"]], "refresh_api_key_hook (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.refresh_api_key_hook"]], "response_deserialize() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.response_deserialize"]], "retries (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.retries"]], "safe_chars_for_path_param (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.safe_chars_for_path_param"]], "sanitize_for_serialization() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.sanitize_for_serialization"]], "select_header_accept() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.select_header_accept"]], "select_header_content_type() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.select_header_content_type"]], "server_operation_index (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.server_operation_index"]], "server_operation_variables (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.server_operation_variables"]], "set_default() (pulumi_esc_sdk.apiclient class method)": [[2, "pulumi_esc_sdk.ApiClient.set_default"]], "set_default() (pulumi_esc_sdk.configuration class method)": [[2, "pulumi_esc_sdk.Configuration.set_default"]], "socket_options (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.socket_options"]], "ssl_ca_cert (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.ssl_ca_cert"]], "temp_folder_path (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.temp_folder_path"]], "tls_server_name (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.tls_server_name"]], "to_debug_report() (pulumi_esc_sdk.configuration method)": [[2, "pulumi_esc_sdk.Configuration.to_debug_report"]], "to_dict() (pulumi_esc_sdk.access method)": [[2, "pulumi_esc_sdk.Access.to_dict"]], "to_dict() (pulumi_esc_sdk.accessor method)": [[2, "pulumi_esc_sdk.Accessor.to_dict"]], "to_dict() (pulumi_esc_sdk.checkenvironment method)": [[2, "pulumi_esc_sdk.CheckEnvironment.to_dict"]], "to_dict() (pulumi_esc_sdk.cloneenvironment method)": [[2, "pulumi_esc_sdk.CloneEnvironment.to_dict"]], "to_dict() (pulumi_esc_sdk.createenvironment method)": [[2, "pulumi_esc_sdk.CreateEnvironment.to_dict"]], "to_dict() (pulumi_esc_sdk.createenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.to_dict"]], "to_dict() (pulumi_esc_sdk.createenvironmenttag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.to_dict"]], "to_dict() (pulumi_esc_sdk.environment method)": [[2, "pulumi_esc_sdk.Environment.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentdefinition method)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentdefinitionvalues method)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentdiagnostic method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentdiagnostics method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentrevision method)": [[2, "pulumi_esc_sdk.EnvironmentRevision.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentrevisiontag method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.to_dict"]], "to_dict() (pulumi_esc_sdk.environmentrevisiontags method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.to_dict"]], "to_dict() (pulumi_esc_sdk.environmenttag method)": [[2, "pulumi_esc_sdk.EnvironmentTag.to_dict"]], "to_dict() (pulumi_esc_sdk.error method)": [[2, "pulumi_esc_sdk.Error.to_dict"]], "to_dict() (pulumi_esc_sdk.evaluatedexecutioncontext method)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.to_dict"]], "to_dict() (pulumi_esc_sdk.expr method)": [[2, "pulumi_esc_sdk.Expr.to_dict"]], "to_dict() (pulumi_esc_sdk.exprbuiltin method)": [[2, "pulumi_esc_sdk.ExprBuiltin.to_dict"]], "to_dict() (pulumi_esc_sdk.interpolation method)": [[2, "pulumi_esc_sdk.Interpolation.to_dict"]], "to_dict() (pulumi_esc_sdk.listenvironmenttags method)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.to_dict"]], "to_dict() (pulumi_esc_sdk.openenvironment method)": [[2, "pulumi_esc_sdk.OpenEnvironment.to_dict"]], "to_dict() (pulumi_esc_sdk.orgenvironment method)": [[2, "pulumi_esc_sdk.OrgEnvironment.to_dict"]], "to_dict() (pulumi_esc_sdk.orgenvironments method)": [[2, "pulumi_esc_sdk.OrgEnvironments.to_dict"]], "to_dict() (pulumi_esc_sdk.pos method)": [[2, "pulumi_esc_sdk.Pos.to_dict"]], "to_dict() (pulumi_esc_sdk.propertyaccessor method)": [[2, "pulumi_esc_sdk.PropertyAccessor.to_dict"]], "to_dict() (pulumi_esc_sdk.range method)": [[2, "pulumi_esc_sdk.Range.to_dict"]], "to_dict() (pulumi_esc_sdk.reference method)": [[2, "pulumi_esc_sdk.Reference.to_dict"]], "to_dict() (pulumi_esc_sdk.trace method)": [[2, "pulumi_esc_sdk.Trace.to_dict"]], "to_dict() (pulumi_esc_sdk.updateenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.to_dict"]], "to_dict() (pulumi_esc_sdk.updateenvironmenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.to_dict"]], "to_dict() (pulumi_esc_sdk.updateenvironmenttagcurrenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.to_dict"]], "to_dict() (pulumi_esc_sdk.updateenvironmenttagnewtag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.to_dict"]], "to_dict() (pulumi_esc_sdk.value method)": [[2, "pulumi_esc_sdk.Value.to_dict"]], "to_json() (pulumi_esc_sdk.access method)": [[2, "pulumi_esc_sdk.Access.to_json"]], "to_json() (pulumi_esc_sdk.accessor method)": [[2, "pulumi_esc_sdk.Accessor.to_json"]], "to_json() (pulumi_esc_sdk.checkenvironment method)": [[2, "pulumi_esc_sdk.CheckEnvironment.to_json"]], "to_json() (pulumi_esc_sdk.cloneenvironment method)": [[2, "pulumi_esc_sdk.CloneEnvironment.to_json"]], "to_json() (pulumi_esc_sdk.createenvironment method)": [[2, "pulumi_esc_sdk.CreateEnvironment.to_json"]], "to_json() (pulumi_esc_sdk.createenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.to_json"]], "to_json() (pulumi_esc_sdk.createenvironmenttag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.to_json"]], "to_json() (pulumi_esc_sdk.environment method)": [[2, "pulumi_esc_sdk.Environment.to_json"]], "to_json() (pulumi_esc_sdk.environmentdefinition method)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.to_json"]], "to_json() (pulumi_esc_sdk.environmentdefinitionvalues method)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.to_json"]], "to_json() (pulumi_esc_sdk.environmentdiagnostic method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.to_json"]], "to_json() (pulumi_esc_sdk.environmentdiagnostics method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.to_json"]], "to_json() (pulumi_esc_sdk.environmentrevision method)": [[2, "pulumi_esc_sdk.EnvironmentRevision.to_json"]], "to_json() (pulumi_esc_sdk.environmentrevisiontag method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.to_json"]], "to_json() (pulumi_esc_sdk.environmentrevisiontags method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.to_json"]], "to_json() (pulumi_esc_sdk.environmenttag method)": [[2, "pulumi_esc_sdk.EnvironmentTag.to_json"]], "to_json() (pulumi_esc_sdk.error method)": [[2, "pulumi_esc_sdk.Error.to_json"]], "to_json() (pulumi_esc_sdk.evaluatedexecutioncontext method)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.to_json"]], "to_json() (pulumi_esc_sdk.expr method)": [[2, "pulumi_esc_sdk.Expr.to_json"]], "to_json() (pulumi_esc_sdk.exprbuiltin method)": [[2, "pulumi_esc_sdk.ExprBuiltin.to_json"]], "to_json() (pulumi_esc_sdk.interpolation method)": [[2, "pulumi_esc_sdk.Interpolation.to_json"]], "to_json() (pulumi_esc_sdk.listenvironmenttags method)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.to_json"]], "to_json() (pulumi_esc_sdk.openenvironment method)": [[2, "pulumi_esc_sdk.OpenEnvironment.to_json"]], "to_json() (pulumi_esc_sdk.orgenvironment method)": [[2, "pulumi_esc_sdk.OrgEnvironment.to_json"]], "to_json() (pulumi_esc_sdk.orgenvironments method)": [[2, "pulumi_esc_sdk.OrgEnvironments.to_json"]], "to_json() (pulumi_esc_sdk.pos method)": [[2, "pulumi_esc_sdk.Pos.to_json"]], "to_json() (pulumi_esc_sdk.propertyaccessor method)": [[2, "pulumi_esc_sdk.PropertyAccessor.to_json"]], "to_json() (pulumi_esc_sdk.range method)": [[2, "pulumi_esc_sdk.Range.to_json"]], "to_json() (pulumi_esc_sdk.reference method)": [[2, "pulumi_esc_sdk.Reference.to_json"]], "to_json() (pulumi_esc_sdk.trace method)": [[2, "pulumi_esc_sdk.Trace.to_json"]], "to_json() (pulumi_esc_sdk.updateenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.to_json"]], "to_json() (pulumi_esc_sdk.updateenvironmenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.to_json"]], "to_json() (pulumi_esc_sdk.updateenvironmenttagcurrenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.to_json"]], "to_json() (pulumi_esc_sdk.updateenvironmenttagnewtag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.to_json"]], "to_json() (pulumi_esc_sdk.value method)": [[2, "pulumi_esc_sdk.Value.to_json"]], "to_str() (pulumi_esc_sdk.access method)": [[2, "pulumi_esc_sdk.Access.to_str"]], "to_str() (pulumi_esc_sdk.accessor method)": [[2, "pulumi_esc_sdk.Accessor.to_str"]], "to_str() (pulumi_esc_sdk.checkenvironment method)": [[2, "pulumi_esc_sdk.CheckEnvironment.to_str"]], "to_str() (pulumi_esc_sdk.cloneenvironment method)": [[2, "pulumi_esc_sdk.CloneEnvironment.to_str"]], "to_str() (pulumi_esc_sdk.createenvironment method)": [[2, "pulumi_esc_sdk.CreateEnvironment.to_str"]], "to_str() (pulumi_esc_sdk.createenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentRevisionTag.to_str"]], "to_str() (pulumi_esc_sdk.createenvironmenttag method)": [[2, "pulumi_esc_sdk.CreateEnvironmentTag.to_str"]], "to_str() (pulumi_esc_sdk.environment method)": [[2, "pulumi_esc_sdk.Environment.to_str"]], "to_str() (pulumi_esc_sdk.environmentdefinition method)": [[2, "pulumi_esc_sdk.EnvironmentDefinition.to_str"]], "to_str() (pulumi_esc_sdk.environmentdefinitionvalues method)": [[2, "pulumi_esc_sdk.EnvironmentDefinitionValues.to_str"]], "to_str() (pulumi_esc_sdk.environmentdiagnostic method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostic.to_str"]], "to_str() (pulumi_esc_sdk.environmentdiagnostics method)": [[2, "pulumi_esc_sdk.EnvironmentDiagnostics.to_str"]], "to_str() (pulumi_esc_sdk.environmentrevision method)": [[2, "pulumi_esc_sdk.EnvironmentRevision.to_str"]], "to_str() (pulumi_esc_sdk.environmentrevisiontag method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTag.to_str"]], "to_str() (pulumi_esc_sdk.environmentrevisiontags method)": [[2, "pulumi_esc_sdk.EnvironmentRevisionTags.to_str"]], "to_str() (pulumi_esc_sdk.environmenttag method)": [[2, "pulumi_esc_sdk.EnvironmentTag.to_str"]], "to_str() (pulumi_esc_sdk.error method)": [[2, "pulumi_esc_sdk.Error.to_str"]], "to_str() (pulumi_esc_sdk.evaluatedexecutioncontext method)": [[2, "pulumi_esc_sdk.EvaluatedExecutionContext.to_str"]], "to_str() (pulumi_esc_sdk.expr method)": [[2, "pulumi_esc_sdk.Expr.to_str"]], "to_str() (pulumi_esc_sdk.exprbuiltin method)": [[2, "pulumi_esc_sdk.ExprBuiltin.to_str"]], "to_str() (pulumi_esc_sdk.interpolation method)": [[2, "pulumi_esc_sdk.Interpolation.to_str"]], "to_str() (pulumi_esc_sdk.listenvironmenttags method)": [[2, "pulumi_esc_sdk.ListEnvironmentTags.to_str"]], "to_str() (pulumi_esc_sdk.openenvironment method)": [[2, "pulumi_esc_sdk.OpenEnvironment.to_str"]], "to_str() (pulumi_esc_sdk.orgenvironment method)": [[2, "pulumi_esc_sdk.OrgEnvironment.to_str"]], "to_str() (pulumi_esc_sdk.orgenvironments method)": [[2, "pulumi_esc_sdk.OrgEnvironments.to_str"]], "to_str() (pulumi_esc_sdk.pos method)": [[2, "pulumi_esc_sdk.Pos.to_str"]], "to_str() (pulumi_esc_sdk.propertyaccessor method)": [[2, "pulumi_esc_sdk.PropertyAccessor.to_str"]], "to_str() (pulumi_esc_sdk.range method)": [[2, "pulumi_esc_sdk.Range.to_str"]], "to_str() (pulumi_esc_sdk.reference method)": [[2, "pulumi_esc_sdk.Reference.to_str"]], "to_str() (pulumi_esc_sdk.trace method)": [[2, "pulumi_esc_sdk.Trace.to_str"]], "to_str() (pulumi_esc_sdk.updateenvironmentrevisiontag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentRevisionTag.to_str"]], "to_str() (pulumi_esc_sdk.updateenvironmenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTag.to_str"]], "to_str() (pulumi_esc_sdk.updateenvironmenttagcurrenttag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagCurrentTag.to_str"]], "to_str() (pulumi_esc_sdk.updateenvironmenttagnewtag method)": [[2, "pulumi_esc_sdk.UpdateEnvironmentTagNewTag.to_str"]], "to_str() (pulumi_esc_sdk.value method)": [[2, "pulumi_esc_sdk.Value.to_str"]], "update_environment() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.update_environment"]], "update_environment_revision_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_revision_tag"]], "update_environment_revision_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.update_environment_revision_tag"]], "update_environment_revision_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_revision_tag_with_http_info"]], "update_environment_revision_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_revision_tag_without_preload_content"]], "update_environment_tag() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_tag"]], "update_environment_tag() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.update_environment_tag"]], "update_environment_tag_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_tag_with_http_info"]], "update_environment_tag_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_tag_without_preload_content"]], "update_environment_yaml() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_yaml"]], "update_environment_yaml() (pulumi_esc_sdk.escclient method)": [[2, "pulumi_esc_sdk.EscClient.update_environment_yaml"]], "update_environment_yaml_with_http_info() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_yaml_with_http_info"]], "update_environment_yaml_without_preload_content() (pulumi_esc_sdk.escapi method)": [[2, "pulumi_esc_sdk.EscApi.update_environment_yaml_without_preload_content"]], "update_params_for_auth() (pulumi_esc_sdk.apiclient method)": [[2, "pulumi_esc_sdk.ApiClient.update_params_for_auth"]], "user_agent (pulumi_esc_sdk.apiclient property)": [[2, "pulumi_esc_sdk.ApiClient.user_agent"]], "verify_ssl (pulumi_esc_sdk.configuration attribute)": [[2, "pulumi_esc_sdk.Configuration.verify_ssl"]], "enforcementlevel (class in pulumi_policy)": [[3, "pulumi_policy.EnforcementLevel"]], "policy (class in pulumi_policy)": [[3, "pulumi_policy.Policy"]], "policyconfigschema (class in pulumi_policy)": [[3, "pulumi_policy.PolicyConfigSchema"]], "policycustomtimeouts (class in pulumi_policy)": [[3, "pulumi_policy.PolicyCustomTimeouts"]], "policypack (class in pulumi_policy)": [[3, "pulumi_policy.PolicyPack"]], "policyproviderresource (class in pulumi_policy)": [[3, "pulumi_policy.PolicyProviderResource"]], "policyresource (class in pulumi_policy)": [[3, "pulumi_policy.PolicyResource"]], "policyresourceoptions (class in pulumi_policy)": [[3, "pulumi_policy.PolicyResourceOptions"]], "resourcevalidationargs (class in pulumi_policy)": [[3, "pulumi_policy.ResourceValidationArgs"]], "resourcevalidationpolicy (class in pulumi_policy)": [[3, "pulumi_policy.ResourceValidationPolicy"]], "secret (class in pulumi_policy)": [[3, "pulumi_policy.Secret"]], "stackvalidationargs (class in pulumi_policy)": [[3, "pulumi_policy.StackValidationArgs"]], "stackvalidationpolicy (class in pulumi_policy)": [[3, "pulumi_policy.StackValidationPolicy"]], "additional_secret_outputs (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.additional_secret_outputs"]], "aliases (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.aliases"]], "config_schema (pulumi_policy.policy attribute)": [[3, "pulumi_policy.Policy.config_schema"]], "create_seconds (pulumi_policy.policycustomtimeouts attribute)": [[3, "pulumi_policy.PolicyCustomTimeouts.create_seconds"]], "custom_timeouts (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.custom_timeouts"]], "delete_before_replace (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.delete_before_replace"]], "delete_seconds (pulumi_policy.policycustomtimeouts attribute)": [[3, "pulumi_policy.PolicyCustomTimeouts.delete_seconds"]], "dependencies (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.dependencies"]], "description (pulumi_policy.policy attribute)": [[3, "pulumi_policy.Policy.description"]], "enforcement_level (pulumi_policy.policy attribute)": [[3, "pulumi_policy.Policy.enforcement_level"]], "get_config() (pulumi_policy.resourcevalidationargs method)": [[3, "pulumi_policy.ResourceValidationArgs.get_config"]], "get_config() (pulumi_policy.stackvalidationargs method)": [[3, "pulumi_policy.StackValidationArgs.get_config"]], "ignore_changes (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.ignore_changes"]], "name (pulumi_policy.policy attribute)": [[3, "pulumi_policy.Policy.name"]], "name (pulumi_policy.policyproviderresource attribute)": [[3, "pulumi_policy.PolicyProviderResource.name"]], "name (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.name"]], "name (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.name"]], "opts (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.opts"]], "opts (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.opts"]], "parent (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.parent"]], "properties (pulumi_policy.policyconfigschema attribute)": [[3, "pulumi_policy.PolicyConfigSchema.properties"]], "property_dependencies (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.property_dependencies"]], "props (pulumi_policy.policyproviderresource attribute)": [[3, "pulumi_policy.PolicyProviderResource.props"]], "props (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.props"]], "props (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.props"]], "protect (pulumi_policy.policyresourceoptions attribute)": [[3, "pulumi_policy.PolicyResourceOptions.protect"]], "provider (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.provider"]], "provider (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.provider"]], "pulumi_policy": [[3, "module-pulumi_policy"]], "required (pulumi_policy.policyconfigschema attribute)": [[3, "pulumi_policy.PolicyConfigSchema.required"]], "resource_type (pulumi_policy.policyproviderresource attribute)": [[3, "pulumi_policy.PolicyProviderResource.resource_type"]], "resource_type (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.resource_type"]], "resource_type (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.resource_type"]], "resources (pulumi_policy.stackvalidationargs attribute)": [[3, "pulumi_policy.StackValidationArgs.resources"]], "update_seconds (pulumi_policy.policycustomtimeouts attribute)": [[3, "pulumi_policy.PolicyCustomTimeouts.update_seconds"]], "urn (pulumi_policy.policyproviderresource attribute)": [[3, "pulumi_policy.PolicyProviderResource.urn"]], "urn (pulumi_policy.policyresource attribute)": [[3, "pulumi_policy.PolicyResource.urn"]], "urn (pulumi_policy.resourcevalidationargs attribute)": [[3, "pulumi_policy.ResourceValidationArgs.urn"]], "any (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.Any"]], "artifactorybackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.ArtifactoryBackendArgs"]], "azurermbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.AzureRMBackendArgs"]], "consulbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.ConsulBackendArgs"]], "etcdv2backendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.EtcdV2BackendArgs"]], "etcdv3backendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.EtcdV3BackendArgs"]], "gcsbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.GcsBackendArgs"]], "httpbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.HttpBackendArgs"]], "localbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.LocalBackendArgs"]], "mantabackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.MantaBackendArgs"]], "ossbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.OssBackendArgs"]], "postgresbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.PostgresBackendArgs"]], "remotebackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.RemoteBackendArgs"]], "remotestatereference (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.RemoteStateReference"]], "s3backendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.S3BackendArgs"]], "swiftbackendargs (class in pulumi_terraform.state)": [[4, "pulumi_terraform.state.SwiftBackendArgs"]], "get_output() (pulumi_terraform.state.remotestatereference method)": [[4, "pulumi_terraform.state.RemoteStateReference.get_output"]], "outputs (pulumi_terraform.state.remotestatereference attribute)": [[4, "pulumi_terraform.state.RemoteStateReference.outputs"]], "pulumi_terraform": [[4, "module-pulumi_terraform"]], "pulumi_terraform.state": [[4, "module-pulumi_terraform.state"]], "translate_input_property() (pulumi_terraform.state.remotestatereference method)": [[4, "pulumi_terraform.state.RemoteStateReference.translate_input_property"]], "translate_output_property() (pulumi_terraform.state.remotestatereference method)": [[4, "pulumi_terraform.state.RemoteStateReference.translate_output_property"]]}})
\ No newline at end of file
diff --git a/tools/pydocgen/source/index.rst b/tools/pydocgen/source/index.rst
index 0fbf954ec1e0..ee6e1f3ccc47 100644
--- a/tools/pydocgen/source/index.rst
+++ b/tools/pydocgen/source/index.rst
@@ -4,3 +4,4 @@ Pulumi API Reference (Python)
.. toctree::
pulumi
pulumi_policy
+ pulumi_esc_sdk
diff --git a/tools/pydocgen/source/pulumi_esc_sdk.rst b/tools/pydocgen/source/pulumi_esc_sdk.rst
new file mode 100644
index 000000000000..6e2c4ffb1336
--- /dev/null
+++ b/tools/pydocgen/source/pulumi_esc_sdk.rst
@@ -0,0 +1,8 @@
+*************
+pulumi_esc_sdk
+*************
+
+.. automodule:: pulumi_esc_sdk
+ :ignore-module-all:
+ :members:
+ :imported-members:
parameter for oauth2 security
+