initial commit
This commit is contained in:
23
sdk/python/pulumi_xyz/config/__init__.pyi
generated
Normal file
23
sdk/python/pulumi_xyz/config/__init__.pyi
generated
Normal file
@@ -0,0 +1,23 @@
|
||||
# coding=utf-8
|
||||
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
import builtins
|
||||
import copy
|
||||
import warnings
|
||||
import sys
|
||||
import pulumi
|
||||
import pulumi.runtime
|
||||
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
||||
if sys.version_info >= (3, 11):
|
||||
from typing import NotRequired, TypedDict, TypeAlias
|
||||
else:
|
||||
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
||||
from .. import _utilities
|
||||
from .. import region
|
||||
|
||||
region: Optional[str]
|
||||
"""
|
||||
A region which should be used.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user