hexsha
stringlengths
40
40
repo
stringlengths
7
114
path
stringlengths
4
124
license
listlengths
1
9
language
stringclasses
1 value
identifier
stringlengths
1
71
return_type
stringlengths
1
749
original_string
stringlengths
76
22.7k
original_docstring
stringlengths
16
7.61k
docstring
stringlengths
16
2.47k
docstring_tokens
listlengths
6
477
code
stringlengths
14
10.2k
code_tokens
listlengths
6
996
short_docstring
stringlengths
2
644
short_docstring_tokens
listlengths
1
116
comment
listlengths
1
89
parameters
listlengths
0
64
docstring_params
dict
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
dag_s3_path
pulumi.Input[str]
def dag_s3_path(self) -> pulumi.Input[str]: """ The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html). """ return pu...
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA].
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", ".", "For", "example", "dags", ".", "For", "more", "information", "see", "[", "Importing", "DAGs", "on", "Amazon", "MWAA", "]", "." ]
def dag_s3_path(self) -> pulumi.Input[str]: return pulumi.get(self, "dag_s3_path")
[ "def", "dag_s3_path", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dag_s3_path\"", ")" ]
The relative path to the DAG folder on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_role_arn
pulumi.Input[str]
def execution_role_arn(self) -> pulumi.Input[str]: """ The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role spec...
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation] for the detailed role specification.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", ".", "Check", "the", "[", "official", "AWS", "documentation", "]", "for", "the", ...
def execution_role_arn(self) -> pulumi.Input[str]: return pulumi.get(self, "execution_role_arn")
[ "def", "execution_role_arn", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_role_arn\"", ")" ]
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
network_configuration
pulumi.Input['EnvironmentNetworkConfigurationArgs']
def network_configuration(self) -> pulumi.Input['EnvironmentNetworkConfigurationArgs']: """ Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwi...
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", ".", "This", "includes", "two", "private", "subnets", "as", "well", "as", "security", "groups", "for", "the", "Airflow", "environment", ".", "Each", "subnet", "req...
def network_configuration(self) -> pulumi.Input['EnvironmentNetworkConfigurationArgs']: return pulumi.get(self, "network_configuration")
[ "def", "network_configuration", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'EnvironmentNetworkConfigurationArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_configuration\"", ")" ]
Specifies the network configuration for your Apache Airflow Environment.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", "." ]
[ "\"\"\"\n Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.\n \"\"...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
source_bucket_arn
pulumi.Input[str]
def source_bucket_arn(self) -> pulumi.Input[str]: """ The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname. """ return pulumi.get(self, "source_bucket_arn")
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
def source_bucket_arn(self) -> pulumi.Input[str]: return pulumi.get(self, "source_bucket_arn")
[ "def", "source_bucket_arn", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_bucket_arn\"", ")" ]
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
airflow_configuration_options
Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
def airflow_configuration_options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: """ The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#co...
The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.
The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation] for all possible configuration options.
[ "The", "`", "airflow_configuration_options", "`", "parameter", "specifies", "airflow", "override", "options", ".", "Check", "the", "[", "Official", "documentation", "]", "for", "all", "possible", "configuration", "options", "." ]
def airflow_configuration_options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: return pulumi.get(self, "airflow_configuration_options")
[ "def", "airflow_configuration_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Mapping", "[", "str", ",", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "...
The `airflow_configuration_options` parameter specifies airflow override options.
[ "The", "`", "airflow_configuration_options", "`", "parameter", "specifies", "airflow", "override", "options", "." ]
[ "\"\"\"\n The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
airflow_version
Optional[pulumi.Input[str]]
def airflow_version(self) -> Optional[pulumi.Input[str]]: """ Airflow version of your environment, will be set by default to the latest version that MWAA supports. """ return pulumi.get(self, "airflow_version")
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
[ "Airflow", "version", "of", "your", "environment", "will", "be", "set", "by", "default", "to", "the", "latest", "version", "that", "MWAA", "supports", "." ]
def airflow_version(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "airflow_version")
[ "def", "airflow_version", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"airflow_version\"", ")" ]
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
[ "Airflow", "version", "of", "your", "environment", "will", "be", "set", "by", "default", "to", "the", "latest", "version", "that", "MWAA", "supports", "." ]
[ "\"\"\"\n Airflow version of your environment, will be set by default to the latest version that MWAA supports.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
environment_class
Optional[pulumi.Input[str]]
def environment_class(self) -> Optional[pulumi.Input[str]]: """ Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) f...
Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.
Environment class for the cluster.
[ "Environment", "class", "for", "the", "cluster", "." ]
def environment_class(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "environment_class")
[ "def", "environment_class", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_class\"", ")" ]
Environment class for the cluster.
[ "Environment", "class", "for", "the", "cluster", "." ]
[ "\"\"\"\n Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.\n ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
logging_configuration
Optional[pulumi.Input['EnvironmentLoggingConfigurationArgs']]
def logging_configuration(self) -> Optional[pulumi.Input['EnvironmentLoggingConfigurationArgs']]: """ The Apache Airflow logs you want to send to Amazon CloudWatch Logs. """ return pulumi.get(self, "logging_configuration")
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
[ "The", "Apache", "Airflow", "logs", "you", "want", "to", "send", "to", "Amazon", "CloudWatch", "Logs", "." ]
def logging_configuration(self) -> Optional[pulumi.Input['EnvironmentLoggingConfigurationArgs']]: return pulumi.get(self, "logging_configuration")
[ "def", "logging_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'EnvironmentLoggingConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"logging_configuration\"", ")" ]
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
[ "The", "Apache", "Airflow", "logs", "you", "want", "to", "send", "to", "Amazon", "CloudWatch", "Logs", "." ]
[ "\"\"\"\n The Apache Airflow logs you want to send to Amazon CloudWatch Logs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
max_workers
Optional[pulumi.Input[int]]
def max_workers(self) -> Optional[pulumi.Input[int]]: """ The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default. """ return pulumi.get(self, "max_workers")
The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.
The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.
[ "The", "maximum", "number", "of", "workers", "that", "can", "be", "automatically", "scaled", "up", ".", "Value", "need", "to", "be", "between", "`", "1", "`", "and", "`", "25", "`", ".", "Will", "be", "`", "10", "`", "by", "default", "." ]
def max_workers(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "max_workers")
[ "def", "max_workers", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_workers\"", ")" ]
The maximum number of workers that can be automatically scaled up.
[ "The", "maximum", "number", "of", "workers", "that", "can", "be", "automatically", "scaled", "up", "." ]
[ "\"\"\"\n The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
min_workers
Optional[pulumi.Input[int]]
def min_workers(self) -> Optional[pulumi.Input[int]]: """ The minimum number of workers that you want to run in your environment. Will be `1` by default. """ return pulumi.get(self, "min_workers")
The minimum number of workers that you want to run in your environment. Will be `1` by default.
The minimum number of workers that you want to run in your environment. Will be `1` by default.
[ "The", "minimum", "number", "of", "workers", "that", "you", "want", "to", "run", "in", "your", "environment", ".", "Will", "be", "`", "1", "`", "by", "default", "." ]
def min_workers(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "min_workers")
[ "def", "min_workers", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_workers\"", ")" ]
The minimum number of workers that you want to run in your environment.
[ "The", "minimum", "number", "of", "workers", "that", "you", "want", "to", "run", "in", "your", "environment", "." ]
[ "\"\"\"\n The minimum number of workers that you want to run in your environment. Will be `1` by default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
plugins_s3_object_version
Optional[pulumi.Input[str]]
def plugins_s3_object_version(self) -> Optional[pulumi.Input[str]]: """ The plugins.zip file version you want to use. """ return pulumi.get(self, "plugins_s3_object_version")
The plugins.zip file version you want to use.
The plugins.zip file version you want to use.
[ "The", "plugins", ".", "zip", "file", "version", "you", "want", "to", "use", "." ]
def plugins_s3_object_version(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "plugins_s3_object_version")
[ "def", "plugins_s3_object_version", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plugins_s3_object_version\"", ")" ]
The plugins.zip file version you want to use.
[ "The", "plugins", ".", "zip", "file", "version", "you", "want", "to", "use", "." ]
[ "\"\"\"\n The plugins.zip file version you want to use.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
plugins_s3_path
Optional[pulumi.Input[str]]
def plugins_s3_path(self) -> Optional[pulumi.Input[str]]: """ The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amaz...
The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configurin...
The relative path to the plugins.zip file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "plugins", ".", "zip", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
def plugins_s3_path(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "plugins_s3_path")
[ "def", "plugins_s3_path", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plugins_s3_path\"", ")" ]
The relative path to the plugins.zip file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "plugins", ".", "zip", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguid...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
requirements_s3_object_version
Optional[pulumi.Input[str]]
def requirements_s3_object_version(self) -> Optional[pulumi.Input[str]]: """ The requirements.txt file version you want to use. """ return pulumi.get(self, "requirements_s3_object_version")
The requirements.txt file version you want to use.
The requirements.txt file version you want to use.
[ "The", "requirements", ".", "txt", "file", "version", "you", "want", "to", "use", "." ]
def requirements_s3_object_version(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "requirements_s3_object_version")
[ "def", "requirements_s3_object_version", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requirements_s3_object_version\"", ")" ]
The requirements.txt file version you want to use.
[ "The", "requirements", ".", "txt", "file", "version", "you", "want", "to", "use", "." ]
[ "\"\"\"\n The requirements.txt file version you want to use.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
requirements_s3_path
Optional[pulumi.Input[str]]
def requirements_s3_path(self) -> Optional[pulumi.Input[str]]: """ The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Im...
The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userg...
The relative path to the requirements.txt file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "requirements", ".", "txt", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
def requirements_s3_path(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "requirements_s3_path")
[ "def", "requirements_s3_path", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requirements_s3_path\"", ")" ]
The relative path to the requirements.txt file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "requirements", ".", "txt", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
webserver_access_mode
Optional[pulumi.Input[str]]
def webserver_access_mode(self) -> Optional[pulumi.Input[str]]: """ Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`. """ return pulumi.get(self, "webserver_access_mode")
Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.
Specifies whether the webserver should be accessible over the internet or via your specified VPC.
[ "Specifies", "whether", "the", "webserver", "should", "be", "accessible", "over", "the", "internet", "or", "via", "your", "specified", "VPC", "." ]
def webserver_access_mode(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "webserver_access_mode")
[ "def", "webserver_access_mode", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"webserver_access_mode\"", ")" ]
Specifies whether the webserver should be accessible over the internet or via your specified VPC.
[ "Specifies", "whether", "the", "webserver", "should", "be", "accessible", "over", "the", "internet", "or", "via", "your", "specified", "VPC", "." ]
[ "\"\"\"\n Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
weekly_maintenance_window_start
Optional[pulumi.Input[str]]
def weekly_maintenance_window_start(self) -> Optional[pulumi.Input[str]]: """ Specifies the start date for the weekly maintenance window. """ return pulumi.get(self, "weekly_maintenance_window_start")
Specifies the start date for the weekly maintenance window.
Specifies the start date for the weekly maintenance window.
[ "Specifies", "the", "start", "date", "for", "the", "weekly", "maintenance", "window", "." ]
def weekly_maintenance_window_start(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "weekly_maintenance_window_start")
[ "def", "weekly_maintenance_window_start", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"weekly_maintenance_window_start\"", ")" ]
Specifies the start date for the weekly maintenance window.
[ "Specifies", "the", "start", "date", "for", "the", "weekly", "maintenance", "window", "." ]
[ "\"\"\"\n Specifies the start date for the weekly maintenance window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
dag_s3_path
Optional[pulumi.Input[str]]
def dag_s3_path(self) -> Optional[pulumi.Input[str]]: """ The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html). """ ...
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA].
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", ".", "For", "example", "dags", ".", "For", "more", "information", "see", "[", "Importing", "DAGs", "on", "Amazon", "MWAA", "]", "." ]
def dag_s3_path(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "dag_s3_path")
[ "def", "dag_s3_path", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dag_s3_path\"", ")" ]
The relative path to the DAG folder on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_role_arn
Optional[pulumi.Input[str]]
def execution_role_arn(self) -> Optional[pulumi.Input[str]]: """ The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed...
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation] for the detailed role specification.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", ".", "Check", "the", "[", "official", "AWS", "documentation", "]", "for", "the", ...
def execution_role_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "execution_role_arn")
[ "def", "execution_role_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_role_arn\"", ")" ]
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
network_configuration
Optional[pulumi.Input['EnvironmentNetworkConfigurationArgs']]
def network_configuration(self) -> Optional[pulumi.Input['EnvironmentNetworkConfigurationArgs']]: """ Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connectio...
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", ".", "This", "includes", "two", "private", "subnets", "as", "well", "as", "security", "groups", "for", "the", "Airflow", "environment", ".", "Each", "subnet", "req...
def network_configuration(self) -> Optional[pulumi.Input['EnvironmentNetworkConfigurationArgs']]: return pulumi.get(self, "network_configuration")
[ "def", "network_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'EnvironmentNetworkConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_configuration\"", ")" ]
Specifies the network configuration for your Apache Airflow Environment.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", "." ]
[ "\"\"\"\n Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.\n \"\"...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
service_role_arn
Optional[pulumi.Input[str]]
def service_role_arn(self) -> Optional[pulumi.Input[str]]: """ The Service Role ARN of the Amazon MWAA Environment """ return pulumi.get(self, "service_role_arn")
The Service Role ARN of the Amazon MWAA Environment
The Service Role ARN of the Amazon MWAA Environment
[ "The", "Service", "Role", "ARN", "of", "the", "Amazon", "MWAA", "Environment" ]
def service_role_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "service_role_arn")
[ "def", "service_role_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_role_arn\"", ")" ]
The Service Role ARN of the Amazon MWAA Environment
[ "The", "Service", "Role", "ARN", "of", "the", "Amazon", "MWAA", "Environment" ]
[ "\"\"\"\n The Service Role ARN of the Amazon MWAA Environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
source_bucket_arn
Optional[pulumi.Input[str]]
def source_bucket_arn(self) -> Optional[pulumi.Input[str]]: """ The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname. """ return pulumi.get(self, "source_bucket_arn")
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
def source_bucket_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "source_bucket_arn")
[ "def", "source_bucket_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_bucket_arn\"", ")" ]
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
webserver_url
Optional[pulumi.Input[str]]
def webserver_url(self) -> Optional[pulumi.Input[str]]: """ The webserver URL of the MWAA Environment """ return pulumi.get(self, "webserver_url")
The webserver URL of the MWAA Environment
The webserver URL of the MWAA Environment
[ "The", "webserver", "URL", "of", "the", "MWAA", "Environment" ]
def webserver_url(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "webserver_url")
[ "def", "webserver_url", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"webserver_url\"", ")" ]
The webserver URL of the MWAA Environment
[ "The", "webserver", "URL", "of", "the", "MWAA", "Environment" ]
[ "\"\"\"\n The webserver URL of the MWAA Environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
airflow_configuration_options
pulumi.Output[Optional[Mapping[str, str]]]
def airflow_configuration_options(self) -> pulumi.Output[Optional[Mapping[str, str]]]: """ The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env...
The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.
The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation] for all possible configuration options.
[ "The", "`", "airflow_configuration_options", "`", "parameter", "specifies", "airflow", "override", "options", ".", "Check", "the", "[", "Official", "documentation", "]", "for", "all", "possible", "configuration", "options", "." ]
def airflow_configuration_options(self) -> pulumi.Output[Optional[Mapping[str, str]]]: return pulumi.get(self, "airflow_configuration_options")
[ "def", "airflow_configuration_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"airflow_configuration_options\"", ")" ]
The `airflow_configuration_options` parameter specifies airflow override options.
[ "The", "`", "airflow_configuration_options", "`", "parameter", "specifies", "airflow", "override", "options", "." ]
[ "\"\"\"\n The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
airflow_version
pulumi.Output[str]
def airflow_version(self) -> pulumi.Output[str]: """ Airflow version of your environment, will be set by default to the latest version that MWAA supports. """ return pulumi.get(self, "airflow_version")
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
[ "Airflow", "version", "of", "your", "environment", "will", "be", "set", "by", "default", "to", "the", "latest", "version", "that", "MWAA", "supports", "." ]
def airflow_version(self) -> pulumi.Output[str]: return pulumi.get(self, "airflow_version")
[ "def", "airflow_version", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"airflow_version\"", ")" ]
Airflow version of your environment, will be set by default to the latest version that MWAA supports.
[ "Airflow", "version", "of", "your", "environment", "will", "be", "set", "by", "default", "to", "the", "latest", "version", "that", "MWAA", "supports", "." ]
[ "\"\"\"\n Airflow version of your environment, will be set by default to the latest version that MWAA supports.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
dag_s3_path
pulumi.Output[str]
def dag_s3_path(self) -> pulumi.Output[str]: """ The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html). """ return p...
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).
The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA].
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", ".", "For", "example", "dags", ".", "For", "more", "information", "see", "[", "Importing", "DAGs", "on", "Amazon", "MWAA", "]", "." ]
def dag_s3_path(self) -> pulumi.Output[str]: return pulumi.get(self, "dag_s3_path")
[ "def", "dag_s3_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dag_s3_path\"", ")" ]
The relative path to the DAG folder on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "DAG", "folder", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
environment_class
pulumi.Output[str]
def environment_class(self) -> pulumi.Output[str]: """ Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more i...
Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.
Environment class for the cluster.
[ "Environment", "class", "for", "the", "cluster", "." ]
def environment_class(self) -> pulumi.Output[str]: return pulumi.get(self, "environment_class")
[ "def", "environment_class", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_class\"", ")" ]
Environment class for the cluster.
[ "Environment", "class", "for", "the", "cluster", "." ]
[ "\"\"\"\n Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.\n ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_role_arn
pulumi.Output[str]
def execution_role_arn(self) -> pulumi.Output[str]: """ The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role spe...
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation] for the detailed role specification.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", ".", "Check", "the", "[", "official", "AWS", "documentation", "]", "for", "the", ...
def execution_role_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "execution_role_arn")
[ "def", "execution_role_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_role_arn\"", ")" ]
The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "task", "execution", "role", "that", "the", "Amazon", "MWAA", "and", "its", "environment", "can", "assume", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
logging_configuration
pulumi.Output['outputs.EnvironmentLoggingConfiguration']
def logging_configuration(self) -> pulumi.Output['outputs.EnvironmentLoggingConfiguration']: """ The Apache Airflow logs you want to send to Amazon CloudWatch Logs. """ return pulumi.get(self, "logging_configuration")
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
[ "The", "Apache", "Airflow", "logs", "you", "want", "to", "send", "to", "Amazon", "CloudWatch", "Logs", "." ]
def logging_configuration(self) -> pulumi.Output['outputs.EnvironmentLoggingConfiguration']: return pulumi.get(self, "logging_configuration")
[ "def", "logging_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.EnvironmentLoggingConfiguration'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"logging_configuration\"", ")" ]
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
[ "The", "Apache", "Airflow", "logs", "you", "want", "to", "send", "to", "Amazon", "CloudWatch", "Logs", "." ]
[ "\"\"\"\n The Apache Airflow logs you want to send to Amazon CloudWatch Logs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
max_workers
pulumi.Output[int]
def max_workers(self) -> pulumi.Output[int]: """ The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default. """ return pulumi.get(self, "max_workers")
The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.
The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.
[ "The", "maximum", "number", "of", "workers", "that", "can", "be", "automatically", "scaled", "up", ".", "Value", "need", "to", "be", "between", "`", "1", "`", "and", "`", "25", "`", ".", "Will", "be", "`", "10", "`", "by", "default", "." ]
def max_workers(self) -> pulumi.Output[int]: return pulumi.get(self, "max_workers")
[ "def", "max_workers", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_workers\"", ")" ]
The maximum number of workers that can be automatically scaled up.
[ "The", "maximum", "number", "of", "workers", "that", "can", "be", "automatically", "scaled", "up", "." ]
[ "\"\"\"\n The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
min_workers
pulumi.Output[int]
def min_workers(self) -> pulumi.Output[int]: """ The minimum number of workers that you want to run in your environment. Will be `1` by default. """ return pulumi.get(self, "min_workers")
The minimum number of workers that you want to run in your environment. Will be `1` by default.
The minimum number of workers that you want to run in your environment. Will be `1` by default.
[ "The", "minimum", "number", "of", "workers", "that", "you", "want", "to", "run", "in", "your", "environment", ".", "Will", "be", "`", "1", "`", "by", "default", "." ]
def min_workers(self) -> pulumi.Output[int]: return pulumi.get(self, "min_workers")
[ "def", "min_workers", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_workers\"", ")" ]
The minimum number of workers that you want to run in your environment.
[ "The", "minimum", "number", "of", "workers", "that", "you", "want", "to", "run", "in", "your", "environment", "." ]
[ "\"\"\"\n The minimum number of workers that you want to run in your environment. Will be `1` by default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
network_configuration
pulumi.Output['outputs.EnvironmentNetworkConfiguration']
def network_configuration(self) -> pulumi.Output['outputs.EnvironmentNetworkConfiguration']: """ Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, ot...
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", ".", "This", "includes", "two", "private", "subnets", "as", "well", "as", "security", "groups", "for", "the", "Airflow", "environment", ".", "Each", "subnet", "req...
def network_configuration(self) -> pulumi.Output['outputs.EnvironmentNetworkConfiguration']: return pulumi.get(self, "network_configuration")
[ "def", "network_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.EnvironmentNetworkConfiguration'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_configuration\"", ")" ]
Specifies the network configuration for your Apache Airflow Environment.
[ "Specifies", "the", "network", "configuration", "for", "your", "Apache", "Airflow", "Environment", "." ]
[ "\"\"\"\n Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.\n \"\"...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
plugins_s3_object_version
pulumi.Output[str]
def plugins_s3_object_version(self) -> pulumi.Output[str]: """ The plugins.zip file version you want to use. """ return pulumi.get(self, "plugins_s3_object_version")
The plugins.zip file version you want to use.
The plugins.zip file version you want to use.
[ "The", "plugins", ".", "zip", "file", "version", "you", "want", "to", "use", "." ]
def plugins_s3_object_version(self) -> pulumi.Output[str]: return pulumi.get(self, "plugins_s3_object_version")
[ "def", "plugins_s3_object_version", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plugins_s3_object_version\"", ")" ]
The plugins.zip file version you want to use.
[ "The", "plugins", ".", "zip", "file", "version", "you", "want", "to", "use", "." ]
[ "\"\"\"\n The plugins.zip file version you want to use.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
plugins_s3_path
pulumi.Output[Optional[str]]
def plugins_s3_path(self) -> pulumi.Output[Optional[str]]: """ The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Ama...
The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configurin...
The relative path to the plugins.zip file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "plugins", ".", "zip", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
def plugins_s3_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "plugins_s3_path")
[ "def", "plugins_s3_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plugins_s3_path\"", ")" ]
The relative path to the plugins.zip file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "plugins", ".", "zip", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguid...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
requirements_s3_object_version
pulumi.Output[str]
def requirements_s3_object_version(self) -> pulumi.Output[str]: """ The requirements.txt file version you want to use. """ return pulumi.get(self, "requirements_s3_object_version")
The requirements.txt file version you want to use.
The requirements.txt file version you want to use.
[ "The", "requirements", ".", "txt", "file", "version", "you", "want", "to", "use", "." ]
def requirements_s3_object_version(self) -> pulumi.Output[str]: return pulumi.get(self, "requirements_s3_object_version")
[ "def", "requirements_s3_object_version", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requirements_s3_object_version\"", ")" ]
The requirements.txt file version you want to use.
[ "The", "requirements", ".", "txt", "file", "version", "you", "want", "to", "use", "." ]
[ "\"\"\"\n The requirements.txt file version you want to use.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
requirements_s3_path
pulumi.Output[Optional[str]]
def requirements_s3_path(self) -> pulumi.Output[Optional[str]]: """ The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [I...
The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userg...
The relative path to the requirements.txt file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "requirements", ".", "txt", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
def requirements_s3_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "requirements_s3_path")
[ "def", "requirements_s3_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requirements_s3_path\"", ")" ]
The relative path to the requirements.txt file on your Amazon S3 storage bucket.
[ "The", "relative", "path", "to", "the", "requirements", ".", "txt", "file", "on", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
service_role_arn
pulumi.Output[str]
def service_role_arn(self) -> pulumi.Output[str]: """ The Service Role ARN of the Amazon MWAA Environment """ return pulumi.get(self, "service_role_arn")
The Service Role ARN of the Amazon MWAA Environment
The Service Role ARN of the Amazon MWAA Environment
[ "The", "Service", "Role", "ARN", "of", "the", "Amazon", "MWAA", "Environment" ]
def service_role_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "service_role_arn")
[ "def", "service_role_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_role_arn\"", ")" ]
The Service Role ARN of the Amazon MWAA Environment
[ "The", "Service", "Role", "ARN", "of", "the", "Amazon", "MWAA", "Environment" ]
[ "\"\"\"\n The Service Role ARN of the Amazon MWAA Environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
source_bucket_arn
pulumi.Output[str]
def source_bucket_arn(self) -> pulumi.Output[str]: """ The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname. """ return pulumi.get(self, "source_bucket_arn")
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
def source_bucket_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "source_bucket_arn")
[ "def", "source_bucket_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_bucket_arn\"", ")" ]
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "your", "Amazon", "S3", "storage", "bucket", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
webserver_access_mode
pulumi.Output[str]
def webserver_access_mode(self) -> pulumi.Output[str]: """ Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`. """ return pulumi.get(self, "webserver_access_mode")
Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.
Specifies whether the webserver should be accessible over the internet or via your specified VPC.
[ "Specifies", "whether", "the", "webserver", "should", "be", "accessible", "over", "the", "internet", "or", "via", "your", "specified", "VPC", "." ]
def webserver_access_mode(self) -> pulumi.Output[str]: return pulumi.get(self, "webserver_access_mode")
[ "def", "webserver_access_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"webserver_access_mode\"", ")" ]
Specifies whether the webserver should be accessible over the internet or via your specified VPC.
[ "Specifies", "whether", "the", "webserver", "should", "be", "accessible", "over", "the", "internet", "or", "via", "your", "specified", "VPC", "." ]
[ "\"\"\"\n Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
webserver_url
pulumi.Output[str]
def webserver_url(self) -> pulumi.Output[str]: """ The webserver URL of the MWAA Environment """ return pulumi.get(self, "webserver_url")
The webserver URL of the MWAA Environment
The webserver URL of the MWAA Environment
[ "The", "webserver", "URL", "of", "the", "MWAA", "Environment" ]
def webserver_url(self) -> pulumi.Output[str]: return pulumi.get(self, "webserver_url")
[ "def", "webserver_url", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"webserver_url\"", ")" ]
The webserver URL of the MWAA Environment
[ "The", "webserver", "URL", "of", "the", "MWAA", "Environment" ]
[ "\"\"\"\n The webserver URL of the MWAA Environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c243f80fccde8d6fa681237fe1b603744a22cfe
rapzo/pulumi-aws
sdk/python/pulumi_aws/mwaa/environment.py
[ "ECL-2.0", "Apache-2.0" ]
Python
weekly_maintenance_window_start
pulumi.Output[str]
def weekly_maintenance_window_start(self) -> pulumi.Output[str]: """ Specifies the start date for the weekly maintenance window. """ return pulumi.get(self, "weekly_maintenance_window_start")
Specifies the start date for the weekly maintenance window.
Specifies the start date for the weekly maintenance window.
[ "Specifies", "the", "start", "date", "for", "the", "weekly", "maintenance", "window", "." ]
def weekly_maintenance_window_start(self) -> pulumi.Output[str]: return pulumi.get(self, "weekly_maintenance_window_start")
[ "def", "weekly_maintenance_window_start", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"weekly_maintenance_window_start\"", ")" ]
Specifies the start date for the weekly maintenance window.
[ "Specifies", "the", "start", "date", "for", "the", "weekly", "maintenance", "window", "." ]
[ "\"\"\"\n Specifies the start date for the weekly maintenance window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auth_parameters
pulumi.Input['EventConnectionAuthParametersArgs']
def auth_parameters(self) -> pulumi.Input['EventConnectionAuthParametersArgs']: """ Parameters used for authorization. A maximum of 1 are allowed. Documented below. """ return pulumi.get(self, "auth_parameters")
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
[ "Parameters", "used", "for", "authorization", ".", "A", "maximum", "of", "1", "are", "allowed", ".", "Documented", "below", "." ]
def auth_parameters(self) -> pulumi.Input['EventConnectionAuthParametersArgs']: return pulumi.get(self, "auth_parameters")
[ "def", "auth_parameters", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'EventConnectionAuthParametersArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auth_parameters\"", ")" ]
Parameters used for authorization.
[ "Parameters", "used", "for", "authorization", "." ]
[ "\"\"\"\n Parameters used for authorization. A maximum of 1 are allowed. Documented below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
authorization_type
pulumi.Input[str]
def authorization_type(self) -> pulumi.Input[str]: """ Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`. """ return pulumi.get(self, "authorization_type")
Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
def authorization_type(self) -> pulumi.Input[str]: return pulumi.get(self, "authorization_type")
[ "def", "authorization_type", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorization_type\"", ")" ]
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
[ "\"\"\"\n Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auth_parameters
Optional[pulumi.Input['EventConnectionAuthParametersArgs']]
def auth_parameters(self) -> Optional[pulumi.Input['EventConnectionAuthParametersArgs']]: """ Parameters used for authorization. A maximum of 1 are allowed. Documented below. """ return pulumi.get(self, "auth_parameters")
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
[ "Parameters", "used", "for", "authorization", ".", "A", "maximum", "of", "1", "are", "allowed", ".", "Documented", "below", "." ]
def auth_parameters(self) -> Optional[pulumi.Input['EventConnectionAuthParametersArgs']]: return pulumi.get(self, "auth_parameters")
[ "def", "auth_parameters", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'EventConnectionAuthParametersArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auth_parameters\"", ")" ]
Parameters used for authorization.
[ "Parameters", "used", "for", "authorization", "." ]
[ "\"\"\"\n Parameters used for authorization. A maximum of 1 are allowed. Documented below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
authorization_type
Optional[pulumi.Input[str]]
def authorization_type(self) -> Optional[pulumi.Input[str]]: """ Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`. """ return pulumi.get(self, "authorization_type")
Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
def authorization_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "authorization_type")
[ "def", "authorization_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorization_type\"", ")" ]
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
[ "\"\"\"\n Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auth_parameters
pulumi.Output['outputs.EventConnectionAuthParameters']
def auth_parameters(self) -> pulumi.Output['outputs.EventConnectionAuthParameters']: """ Parameters used for authorization. A maximum of 1 are allowed. Documented below. """ return pulumi.get(self, "auth_parameters")
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
Parameters used for authorization. A maximum of 1 are allowed. Documented below.
[ "Parameters", "used", "for", "authorization", ".", "A", "maximum", "of", "1", "are", "allowed", ".", "Documented", "below", "." ]
def auth_parameters(self) -> pulumi.Output['outputs.EventConnectionAuthParameters']: return pulumi.get(self, "auth_parameters")
[ "def", "auth_parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.EventConnectionAuthParameters'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auth_parameters\"", ")" ]
Parameters used for authorization.
[ "Parameters", "used", "for", "authorization", "." ]
[ "\"\"\"\n Parameters used for authorization. A maximum of 1 are allowed. Documented below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
authorization_type
pulumi.Output[str]
def authorization_type(self) -> pulumi.Output[str]: """ Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`. """ return pulumi.get(self, "authorization_type")
Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
def authorization_type(self) -> pulumi.Output[str]: return pulumi.get(self, "authorization_type")
[ "def", "authorization_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorization_type\"", ")" ]
Choose the type of authorization to use for the connection.
[ "Choose", "the", "type", "of", "authorization", "to", "use", "for", "the", "connection", "." ]
[ "\"\"\"\n Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f83162f05dc2f9b43adcc01c3388e5cc1788d784
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_connection.py
[ "ECL-2.0", "Apache-2.0" ]
Python
secret_arn
pulumi.Output[str]
def secret_arn(self) -> pulumi.Output[str]: """ The Amazon Resource Name (ARN) of the secret created from the authorization parameters specified for the connection. """ return pulumi.get(self, "secret_arn")
The Amazon Resource Name (ARN) of the secret created from the authorization parameters specified for the connection.
The Amazon Resource Name (ARN) of the secret created from the authorization parameters specified for the connection.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "secret", "created", "from", "the", "authorization", "parameters", "specified", "for", "the", "connection", "." ]
def secret_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "secret_arn")
[ "def", "secret_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secret_arn\"", ")" ]
The Amazon Resource Name (ARN) of the secret created from the authorization parameters specified for the connection.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "of", "the", "secret", "created", "from", "the", "authorization", "parameters", "specified", "for", "the", "connection", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) of the secret created from the authorization parameters specified for the connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9b782a1ca1d3edecf83b2199f386fb285d956345
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_streaming.py
[ "ECL-2.0", "Apache-2.0" ]
Python
data_retention
pulumi.Input[int]
def data_retention(self) -> pulumi.Input[int]: """ The retention period, in hours, for the Amazon Kinesis data. """ return pulumi.get(self, "data_retention")
The retention period, in hours, for the Amazon Kinesis data.
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
def data_retention(self) -> pulumi.Input[int]: return pulumi.get(self, "data_retention")
[ "def", "data_retention", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_retention\"", ")" ]
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
[ "\"\"\"\n The retention period, in hours, for the Amazon Kinesis data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9b782a1ca1d3edecf83b2199f386fb285d956345
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_streaming.py
[ "ECL-2.0", "Apache-2.0" ]
Python
streaming_notification_targets
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def streaming_notification_targets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ The streaming notification targets. Valid Values: `EventBridge | SNS | SQS` """ return pulumi.get(self, "streaming_notification_targets")
The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`
The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`
[ "The", "streaming", "notification", "targets", ".", "Valid", "Values", ":", "`", "EventBridge", "|", "SNS", "|", "SQS", "`" ]
def streaming_notification_targets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "streaming_notification_targets")
[ "def", "streaming_notification_targets", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"streaming_no...
The streaming notification targets.
[ "The", "streaming", "notification", "targets", "." ]
[ "\"\"\"\n The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9b782a1ca1d3edecf83b2199f386fb285d956345
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_streaming.py
[ "ECL-2.0", "Apache-2.0" ]
Python
data_retention
Optional[pulumi.Input[int]]
def data_retention(self) -> Optional[pulumi.Input[int]]: """ The retention period, in hours, for the Amazon Kinesis data. """ return pulumi.get(self, "data_retention")
The retention period, in hours, for the Amazon Kinesis data.
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
def data_retention(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "data_retention")
[ "def", "data_retention", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_retention\"", ")" ]
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
[ "\"\"\"\n The retention period, in hours, for the Amazon Kinesis data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9b782a1ca1d3edecf83b2199f386fb285d956345
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_streaming.py
[ "ECL-2.0", "Apache-2.0" ]
Python
data_retention
pulumi.Output[int]
def data_retention(self) -> pulumi.Output[int]: """ The retention period, in hours, for the Amazon Kinesis data. """ return pulumi.get(self, "data_retention")
The retention period, in hours, for the Amazon Kinesis data.
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
def data_retention(self) -> pulumi.Output[int]: return pulumi.get(self, "data_retention")
[ "def", "data_retention", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_retention\"", ")" ]
The retention period, in hours, for the Amazon Kinesis data.
[ "The", "retention", "period", "in", "hours", "for", "the", "Amazon", "Kinesis", "data", "." ]
[ "\"\"\"\n The retention period, in hours, for the Amazon Kinesis data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9b782a1ca1d3edecf83b2199f386fb285d956345
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_streaming.py
[ "ECL-2.0", "Apache-2.0" ]
Python
streaming_notification_targets
pulumi.Output[Optional[Sequence[str]]]
def streaming_notification_targets(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The streaming notification targets. Valid Values: `EventBridge | SNS | SQS` """ return pulumi.get(self, "streaming_notification_targets")
The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`
The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`
[ "The", "streaming", "notification", "targets", ".", "Valid", "Values", ":", "`", "EventBridge", "|", "SNS", "|", "SQS", "`" ]
def streaming_notification_targets(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "streaming_notification_targets")
[ "def", "streaming_notification_targets", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"streaming_notification_targets\"", ")" ]
The streaming notification targets.
[ "The", "streaming", "notification", "targets", "." ]
[ "\"\"\"\n The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
shard_count
pulumi.Input[int]
def shard_count(self) -> pulumi.Input[int]: """ The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis...
The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.
The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams] for more.
[ "The", "number", "of", "shards", "that", "the", "stream", "will", "use", ".", "Amazon", "has", "guidelines", "for", "specifying", "the", "Stream", "size", "that", "should", "be", "referenced", "when", "creating", "a", "Kinesis", "stream", ".", "See", "[", ...
def shard_count(self) -> pulumi.Input[int]: return pulumi.get(self, "shard_count")
[ "def", "shard_count", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shard_count\"", ")" ]
The number of shards that the stream will use.
[ "The", "number", "of", "shards", "that", "the", "stream", "will", "use", "." ]
[ "\"\"\"\n The number of shards that the stream will use.\n Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.\n \"\"\"" ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
enforce_consumer_deletion
Optional[pulumi.Input[bool]]
def enforce_consumer_deletion(self) -> Optional[pulumi.Input[bool]]: """ A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`. """ return pulumi.get(self, "enforce_consumer...
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.
[ "A", "boolean", "that", "indicates", "all", "registered", "consumers", "should", "be", "deregistered", "from", "the", "stream", "so", "that", "the", "stream", "can", "be", "destroyed", "without", "error", ".", "The", "default", "value", "is", "`", "false", "...
def enforce_consumer_deletion(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "enforce_consumer_deletion")
[ "def", "enforce_consumer_deletion", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enforce_consumer_deletion\"", ")" ]
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error.
[ "A", "boolean", "that", "indicates", "all", "registered", "consumers", "should", "be", "deregistered", "from", "the", "stream", "so", "that", "the", "stream", "can", "be", "destroyed", "without", "error", "." ]
[ "\"\"\"\n A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
retention_period
Optional[pulumi.Input[int]]
def retention_period(self) -> Optional[pulumi.Input[int]]: """ Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24. """ return pulumi.get(self, "retention_period"...
Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.
Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.
[ "Length", "of", "time", "data", "records", "are", "accessible", "after", "they", "are", "added", "to", "the", "stream", ".", "The", "maximum", "value", "of", "a", "stream", "'", "s", "retention", "period", "is", "8760", "hours", ".", "Minimum", "value", ...
def retention_period(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "retention_period")
[ "def", "retention_period", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"retention_period\"", ")" ]
Length of time data records are accessible after they are added to the stream.
[ "Length", "of", "time", "data", "records", "are", "accessible", "after", "they", "are", "added", "to", "the", "stream", "." ]
[ "\"\"\"\n Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
shard_level_metrics
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def shard_level_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the...
A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to...
A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch] for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.
[ "A", "list", "of", "shard", "-", "level", "CloudWatch", "metrics", "which", "can", "be", "enabled", "for", "the", "stream", ".", "See", "[", "Monitoring", "with", "CloudWatch", "]", "for", "more", ".", "Note", "that", "the", "value", "ALL", "should", "no...
def shard_level_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "shard_level_metrics")
[ "def", "shard_level_metrics", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shard_level_metrics\"",...
A list of shard-level CloudWatch metrics which can be enabled for the stream.
[ "A", "list", "of", "shard", "-", "level", "CloudWatch", "metrics", "which", "can", "be", "enabled", "for", "the", "stream", "." ]
[ "\"\"\"\n A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
enforce_consumer_deletion
pulumi.Output[Optional[bool]]
def enforce_consumer_deletion(self) -> pulumi.Output[Optional[bool]]: """ A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`. """ return pulumi.get(self, "enforce_consume...
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.
[ "A", "boolean", "that", "indicates", "all", "registered", "consumers", "should", "be", "deregistered", "from", "the", "stream", "so", "that", "the", "stream", "can", "be", "destroyed", "without", "error", ".", "The", "default", "value", "is", "`", "false", "...
def enforce_consumer_deletion(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enforce_consumer_deletion")
[ "def", "enforce_consumer_deletion", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enforce_consumer_deletion\"", ")" ]
A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error.
[ "A", "boolean", "that", "indicates", "all", "registered", "consumers", "should", "be", "deregistered", "from", "the", "stream", "so", "that", "the", "stream", "can", "be", "destroyed", "without", "error", "." ]
[ "\"\"\"\n A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
retention_period
pulumi.Output[Optional[int]]
def retention_period(self) -> pulumi.Output[Optional[int]]: """ Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24. """ return pulumi.get(self, "retention_period...
Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.
Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.
[ "Length", "of", "time", "data", "records", "are", "accessible", "after", "they", "are", "added", "to", "the", "stream", ".", "The", "maximum", "value", "of", "a", "stream", "'", "s", "retention", "period", "is", "8760", "hours", ".", "Minimum", "value", ...
def retention_period(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "retention_period")
[ "def", "retention_period", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"retention_period\"", ")" ]
Length of time data records are accessible after they are added to the stream.
[ "Length", "of", "time", "data", "records", "are", "accessible", "after", "they", "are", "added", "to", "the", "stream", "." ]
[ "\"\"\"\n Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
shard_count
pulumi.Output[int]
def shard_count(self) -> pulumi.Output[int]: """ The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesi...
The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.
The number of shards that the stream will use. Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams] for more.
[ "The", "number", "of", "shards", "that", "the", "stream", "will", "use", ".", "Amazon", "has", "guidelines", "for", "specifying", "the", "Stream", "size", "that", "should", "be", "referenced", "when", "creating", "a", "Kinesis", "stream", ".", "See", "[", ...
def shard_count(self) -> pulumi.Output[int]: return pulumi.get(self, "shard_count")
[ "def", "shard_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shard_count\"", ")" ]
The number of shards that the stream will use.
[ "The", "number", "of", "shards", "that", "the", "stream", "will", "use", "." ]
[ "\"\"\"\n The number of shards that the stream will use.\n Amazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.\n \"\"\"" ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e953e97684b64f63a0b368938a20d0ece878aecb
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesis/stream.py
[ "ECL-2.0", "Apache-2.0" ]
Python
shard_level_metrics
pulumi.Output[Optional[Sequence[str]]]
def shard_level_metrics(self) -> pulumi.Output[Optional[Sequence[str]]]: """ A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL sh...
A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to...
A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch] for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.
[ "A", "list", "of", "shard", "-", "level", "CloudWatch", "metrics", "which", "can", "be", "enabled", "for", "the", "stream", ".", "See", "[", "Monitoring", "with", "CloudWatch", "]", "for", "more", ".", "Note", "that", "the", "value", "ALL", "should", "no...
def shard_level_metrics(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "shard_level_metrics")
[ "def", "shard_level_metrics", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shard_level_metrics\"", ")" ]
A list of shard-level CloudWatch metrics which can be enabled for the stream.
[ "A", "list", "of", "shard", "-", "level", "CloudWatch", "metrics", "which", "can", "be", "enabled", "for", "the", "stream", "." ]
[ "\"\"\"\n A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
948196b4decf3cdac74606ab091af921fac523b1
rapzo/pulumi-aws
sdk/python/pulumi_aws/msk/configuration.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_properties
pulumi.Input[str]
def server_properties(self) -> pulumi.Input[str]: """ Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html). """ return pulumi.get(self, "server_pro...
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide].
[ "Contents", "of", "the", "server", ".", "properties", "file", ".", "Supported", "properties", "are", "documented", "in", "the", "[", "MSK", "Developer", "Guide", "]", "." ]
def server_properties(self) -> pulumi.Input[str]: return pulumi.get(self, "server_properties")
[ "def", "server_properties", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_properties\"", ")" ]
Contents of the server.properties file.
[ "Contents", "of", "the", "server", ".", "properties", "file", "." ]
[ "\"\"\"\n Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
948196b4decf3cdac74606ab091af921fac523b1
rapzo/pulumi-aws
sdk/python/pulumi_aws/msk/configuration.py
[ "ECL-2.0", "Apache-2.0" ]
Python
kafka_versions
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def kafka_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of Apache Kafka versions which can use this configuration. """ return pulumi.get(self, "kafka_versions")
List of Apache Kafka versions which can use this configuration.
List of Apache Kafka versions which can use this configuration.
[ "List", "of", "Apache", "Kafka", "versions", "which", "can", "use", "this", "configuration", "." ]
def kafka_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "kafka_versions")
[ "def", "kafka_versions", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kafka_versions\"", ")" ]
List of Apache Kafka versions which can use this configuration.
[ "List", "of", "Apache", "Kafka", "versions", "which", "can", "use", "this", "configuration", "." ]
[ "\"\"\"\n List of Apache Kafka versions which can use this configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
948196b4decf3cdac74606ab091af921fac523b1
rapzo/pulumi-aws
sdk/python/pulumi_aws/msk/configuration.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_properties
Optional[pulumi.Input[str]]
def server_properties(self) -> Optional[pulumi.Input[str]]: """ Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html). """ return pulumi.get(self, "...
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide].
[ "Contents", "of", "the", "server", ".", "properties", "file", ".", "Supported", "properties", "are", "documented", "in", "the", "[", "MSK", "Developer", "Guide", "]", "." ]
def server_properties(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "server_properties")
[ "def", "server_properties", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_properties\"", ")" ]
Contents of the server.properties file.
[ "Contents", "of", "the", "server", ".", "properties", "file", "." ]
[ "\"\"\"\n Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
948196b4decf3cdac74606ab091af921fac523b1
rapzo/pulumi-aws
sdk/python/pulumi_aws/msk/configuration.py
[ "ECL-2.0", "Apache-2.0" ]
Python
kafka_versions
pulumi.Output[Optional[Sequence[str]]]
def kafka_versions(self) -> pulumi.Output[Optional[Sequence[str]]]: """ List of Apache Kafka versions which can use this configuration. """ return pulumi.get(self, "kafka_versions")
List of Apache Kafka versions which can use this configuration.
List of Apache Kafka versions which can use this configuration.
[ "List", "of", "Apache", "Kafka", "versions", "which", "can", "use", "this", "configuration", "." ]
def kafka_versions(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "kafka_versions")
[ "def", "kafka_versions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kafka_versions\"", ")" ]
List of Apache Kafka versions which can use this configuration.
[ "List", "of", "Apache", "Kafka", "versions", "which", "can", "use", "this", "configuration", "." ]
[ "\"\"\"\n List of Apache Kafka versions which can use this configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
948196b4decf3cdac74606ab091af921fac523b1
rapzo/pulumi-aws
sdk/python/pulumi_aws/msk/configuration.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_properties
pulumi.Output[str]
def server_properties(self) -> pulumi.Output[str]: """ Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html). """ return pulumi.get(self, "server_pr...
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide].
[ "Contents", "of", "the", "server", ".", "properties", "file", ".", "Supported", "properties", "are", "documented", "in", "the", "[", "MSK", "Developer", "Guide", "]", "." ]
def server_properties(self) -> pulumi.Output[str]: return pulumi.get(self, "server_properties")
[ "def", "server_properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_properties\"", ")" ]
Contents of the server.properties file.
[ "Contents", "of", "the", "server", ".", "properties", "file", "." ]
[ "\"\"\"\n Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0abb13cdd80f1d84fd65282907e39bdc20dbaca8
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/public_virtual_interface.py
[ "ECL-2.0", "Apache-2.0" ]
Python
route_filter_prefixes
pulumi.Input[Sequence[pulumi.Input[str]]]
def route_filter_prefixes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: """ A list of routes to be advertised to the AWS network in this region. """ return pulumi.get(self, "route_filter_prefixes")
A list of routes to be advertised to the AWS network in this region.
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
def route_filter_prefixes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: return pulumi.get(self, "route_filter_prefixes")
[ "def", "route_filter_prefixes", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_filter_prefixes\"", ")" ]
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
[ "\"\"\"\n A list of routes to be advertised to the AWS network in this region.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0abb13cdd80f1d84fd65282907e39bdc20dbaca8
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/public_virtual_interface.py
[ "ECL-2.0", "Apache-2.0" ]
Python
route_filter_prefixes
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def route_filter_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ A list of routes to be advertised to the AWS network in this region. """ return pulumi.get(self, "route_filter_prefixes")
A list of routes to be advertised to the AWS network in this region.
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
def route_filter_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "route_filter_prefixes")
[ "def", "route_filter_prefixes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_filter_prefixes...
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
[ "\"\"\"\n A list of routes to be advertised to the AWS network in this region.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0abb13cdd80f1d84fd65282907e39bdc20dbaca8
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/public_virtual_interface.py
[ "ECL-2.0", "Apache-2.0" ]
Python
route_filter_prefixes
pulumi.Output[Sequence[str]]
def route_filter_prefixes(self) -> pulumi.Output[Sequence[str]]: """ A list of routes to be advertised to the AWS network in this region. """ return pulumi.get(self, "route_filter_prefixes")
A list of routes to be advertised to the AWS network in this region.
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
def route_filter_prefixes(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "route_filter_prefixes")
[ "def", "route_filter_prefixes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_filter_prefixes\"", ")" ]
A list of routes to be advertised to the AWS network in this region.
[ "A", "list", "of", "routes", "to", "be", "advertised", "to", "the", "AWS", "network", "in", "this", "region", "." ]
[ "\"\"\"\n A list of routes to be advertised to the AWS network in this region.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
host_instance_type
pulumi.Input[str]
def host_instance_type(self) -> pulumi.Input[str]: """ Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`. """ return pulumi.get(self, "host_instance_type")
Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
def host_instance_type(self) -> pulumi.Input[str]: return pulumi.get(self, "host_instance_type")
[ "def", "host_instance_type", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_instance_type\"", ")" ]
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
[ "\"\"\"\n Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
users
pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]
def users(self) -> pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]: """ Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below. """ return p...
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
[ "Configuration", "block", "for", "broker", "users", ".", "For", "`", "engine_type", "`", "of", "`", "RabbitMQ", "`", "Amazon", "MQ", "does", "not", "return", "broker", "users", "preventing", "this", "resource", "from", "making", "user", "updates", "and", "dr...
def users(self) -> pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]: return pulumi.get(self, "users")
[ "def", "users", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'BrokerUserArgs'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"users\"", ")" ]
Configuration block for broker users.
[ "Configuration", "block", "for", "broker", "users", "." ]
[ "\"\"\"\n Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
authentication_strategy
Optional[pulumi.Input[str]]
def authentication_strategy(self) -> Optional[pulumi.Input[str]]: """ Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`. """ return pulumi.get(self, "authentication_strategy")
Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.
Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`.
[ "Authentication", "strategy", "used", "to", "secure", "the", "broker", ".", "Valid", "values", "are", "`", "simple", "`", "and", "`", "ldap", "`", "." ]
def authentication_strategy(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "authentication_strategy")
[ "def", "authentication_strategy", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authentication_strategy\"", ")" ]
Authentication strategy used to secure the broker.
[ "Authentication", "strategy", "used", "to", "secure", "the", "broker", "." ]
[ "\"\"\"\n Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
configuration
Optional[pulumi.Input['BrokerConfigurationArgs']]
def configuration(self) -> Optional[pulumi.Input['BrokerConfigurationArgs']]: """ Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below. """ return pulumi.get(self, "configuration")
Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below.
Configuration block for broker configuration.
[ "Configuration", "block", "for", "broker", "configuration", "." ]
def configuration(self) -> Optional[pulumi.Input['BrokerConfigurationArgs']]: return pulumi.get(self, "configuration")
[ "def", "configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BrokerConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration\"", ")" ]
Configuration block for broker configuration.
[ "Configuration", "block", "for", "broker", "configuration", "." ]
[ "\"\"\"\n Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
encryption_options
Optional[pulumi.Input['BrokerEncryptionOptionsArgs']]
def encryption_options(self) -> Optional[pulumi.Input['BrokerEncryptionOptionsArgs']]: """ Configuration block containing encryption options. Detailed below. """ return pulumi.get(self, "encryption_options")
Configuration block containing encryption options. Detailed below.
Configuration block containing encryption options. Detailed below.
[ "Configuration", "block", "containing", "encryption", "options", ".", "Detailed", "below", "." ]
def encryption_options(self) -> Optional[pulumi.Input['BrokerEncryptionOptionsArgs']]: return pulumi.get(self, "encryption_options")
[ "def", "encryption_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BrokerEncryptionOptionsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_options\"", ")" ]
Configuration block containing encryption options.
[ "Configuration", "block", "containing", "encryption", "options", "." ]
[ "\"\"\"\n Configuration block containing encryption options. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ldap_server_metadata
Optional[pulumi.Input['BrokerLdapServerMetadataArgs']]
def ldap_server_metadata(self) -> Optional[pulumi.Input['BrokerLdapServerMetadataArgs']]: """ Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP ...
Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)
Configuration block for the LDAP server used to authenticate and authorize connections to the broker.
[ "Configuration", "block", "for", "the", "LDAP", "server", "used", "to", "authenticate", "and", "authorize", "connections", "to", "the", "broker", "." ]
def ldap_server_metadata(self) -> Optional[pulumi.Input['BrokerLdapServerMetadataArgs']]: return pulumi.get(self, "ldap_server_metadata")
[ "def", "ldap_server_metadata", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BrokerLdapServerMetadataArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ldap_server_metadata\"", ")" ]
Configuration block for the LDAP server used to authenticate and authorize connections to the broker.
[ "Configuration", "block", "for", "the", "LDAP", "server", "used", "to", "authenticate", "and", "authorize", "connections", "to", "the", "broker", "." ]
[ "\"\"\"\n Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
logs
Optional[pulumi.Input['BrokerLogsArgs']]
def logs(self) -> Optional[pulumi.Input['BrokerLogsArgs']]: """ Configuration block for the logging configuration of the broker. Detailed below. """ return pulumi.get(self, "logs")
Configuration block for the logging configuration of the broker. Detailed below.
Configuration block for the logging configuration of the broker. Detailed below.
[ "Configuration", "block", "for", "the", "logging", "configuration", "of", "the", "broker", ".", "Detailed", "below", "." ]
def logs(self) -> Optional[pulumi.Input['BrokerLogsArgs']]: return pulumi.get(self, "logs")
[ "def", "logs", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BrokerLogsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"logs\"", ")" ]
Configuration block for the logging configuration of the broker.
[ "Configuration", "block", "for", "the", "logging", "configuration", "of", "the", "broker", "." ]
[ "\"\"\"\n Configuration block for the logging configuration of the broker. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
maintenance_window_start_time
Optional[pulumi.Input['BrokerMaintenanceWindowStartTimeArgs']]
def maintenance_window_start_time(self) -> Optional[pulumi.Input['BrokerMaintenanceWindowStartTimeArgs']]: """ Configuration block for the maintenance window start time. Detailed below. """ return pulumi.get(self, "maintenance_window_start_time")
Configuration block for the maintenance window start time. Detailed below.
Configuration block for the maintenance window start time. Detailed below.
[ "Configuration", "block", "for", "the", "maintenance", "window", "start", "time", ".", "Detailed", "below", "." ]
def maintenance_window_start_time(self) -> Optional[pulumi.Input['BrokerMaintenanceWindowStartTimeArgs']]: return pulumi.get(self, "maintenance_window_start_time")
[ "def", "maintenance_window_start_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BrokerMaintenanceWindowStartTimeArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_window_start_time\"", ")" ]
Configuration block for the maintenance window start time.
[ "Configuration", "block", "for", "the", "maintenance", "window", "start", "time", "." ]
[ "\"\"\"\n Configuration block for the maintenance window start time. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
publicly_accessible
Optional[pulumi.Input[bool]]
def publicly_accessible(self) -> Optional[pulumi.Input[bool]]: """ Whether to enable connections from applications outside of the VPC that hosts the broker's subnets. """ return pulumi.get(self, "publicly_accessible")
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
[ "Whether", "to", "enable", "connections", "from", "applications", "outside", "of", "the", "VPC", "that", "hosts", "the", "broker", "'", "s", "subnets", "." ]
def publicly_accessible(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "publicly_accessible")
[ "def", "publicly_accessible", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publicly_accessible\"", ")" ]
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
[ "Whether", "to", "enable", "connections", "from", "applications", "outside", "of", "the", "VPC", "that", "hosts", "the", "broker", "'", "s", "subnets", "." ]
[ "\"\"\"\n Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
storage_type
Optional[pulumi.Input[str]]
def storage_type(self) -> Optional[pulumi.Input[str]]: """ Storage type of the broker. For `engine_type` `ActiveMQ`, the valid values are `efs` and `ebs`, and the AWS-default is `efs`. For `engine_type` `RabbitMQ`, only `ebs` is supported. When using `ebs`, only the `mq.m5` broker instance type family i...
Storage type of the broker. For `engine_type` `ActiveMQ`, the valid values are `efs` and `ebs`, and the AWS-default is `efs`. For `engine_type` `RabbitMQ`, only `ebs` is supported. When using `ebs`, only the `mq.m5` broker instance type family is supported.
Storage type of the broker.
[ "Storage", "type", "of", "the", "broker", "." ]
def storage_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "storage_type")
[ "def", "storage_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_type\"", ")" ]
Storage type of the broker.
[ "Storage", "type", "of", "the", "broker", "." ]
[ "\"\"\"\n Storage type of the broker. For `engine_type` `ActiveMQ`, the valid values are `efs` and `ebs`, and the AWS-default is `efs`. For `engine_type` `RabbitMQ`, only `ebs` is supported. When using `ebs`, only the `mq.m5` broker instance type family is supported.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
host_instance_type
Optional[pulumi.Input[str]]
def host_instance_type(self) -> Optional[pulumi.Input[str]]: """ Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`. """ return pulumi.get(self, "host_instance_type")
Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
def host_instance_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "host_instance_type")
[ "def", "host_instance_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_instance_type\"", ")" ]
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
[ "\"\"\"\n Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
users
Optional[pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]]
def users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]]: """ Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below. """ ...
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
[ "Configuration", "block", "for", "broker", "users", ".", "For", "`", "engine_type", "`", "of", "`", "RabbitMQ", "`", "Amazon", "MQ", "does", "not", "return", "broker", "users", "preventing", "this", "resource", "from", "making", "user", "updates", "and", "dr...
def users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BrokerUserArgs']]]]: return pulumi.get(self, "users")
[ "def", "users", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'BrokerUserArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"users\"", ")" ]
Configuration block for broker users.
[ "Configuration", "block", "for", "broker", "users", "." ]
[ "\"\"\"\n Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
authentication_strategy
pulumi.Output[str]
def authentication_strategy(self) -> pulumi.Output[str]: """ Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`. """ return pulumi.get(self, "authentication_strategy")
Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.
Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`.
[ "Authentication", "strategy", "used", "to", "secure", "the", "broker", ".", "Valid", "values", "are", "`", "simple", "`", "and", "`", "ldap", "`", "." ]
def authentication_strategy(self) -> pulumi.Output[str]: return pulumi.get(self, "authentication_strategy")
[ "def", "authentication_strategy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authentication_strategy\"", ")" ]
Authentication strategy used to secure the broker.
[ "Authentication", "strategy", "used", "to", "secure", "the", "broker", "." ]
[ "\"\"\"\n Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
configuration
pulumi.Output['outputs.BrokerConfiguration']
def configuration(self) -> pulumi.Output['outputs.BrokerConfiguration']: """ Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below. """ return pulumi.get(self, "configuration")
Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below.
Configuration block for broker configuration.
[ "Configuration", "block", "for", "broker", "configuration", "." ]
def configuration(self) -> pulumi.Output['outputs.BrokerConfiguration']: return pulumi.get(self, "configuration")
[ "def", "configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.BrokerConfiguration'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration\"", ")" ]
Configuration block for broker configuration.
[ "Configuration", "block", "for", "broker", "configuration", "." ]
[ "\"\"\"\n Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` only. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_mode
pulumi.Output[Optional[str]]
def deployment_mode(self) -> pulumi.Output[Optional[str]]: """ Deployment mode of the broker. Valid values are `SINGLE_INSTANCE`, `ACTIVE_STANDBY_MULTI_AZ`, and `CLUSTER_MULTI_AZ`. Default is `SINGLE_INSTANCE`. """ return pulumi.get(self, "deployment_mode")
Deployment mode of the broker. Valid values are `SINGLE_INSTANCE`, `ACTIVE_STANDBY_MULTI_AZ`, and `CLUSTER_MULTI_AZ`. Default is `SINGLE_INSTANCE`.
Deployment mode of the broker.
[ "Deployment", "mode", "of", "the", "broker", "." ]
def deployment_mode(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "deployment_mode")
[ "def", "deployment_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_mode\"", ")" ]
Deployment mode of the broker.
[ "Deployment", "mode", "of", "the", "broker", "." ]
[ "\"\"\"\n Deployment mode of the broker. Valid values are `SINGLE_INSTANCE`, `ACTIVE_STANDBY_MULTI_AZ`, and `CLUSTER_MULTI_AZ`. Default is `SINGLE_INSTANCE`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
encryption_options
pulumi.Output[Optional['outputs.BrokerEncryptionOptions']]
def encryption_options(self) -> pulumi.Output[Optional['outputs.BrokerEncryptionOptions']]: """ Configuration block containing encryption options. Detailed below. """ return pulumi.get(self, "encryption_options")
Configuration block containing encryption options. Detailed below.
Configuration block containing encryption options. Detailed below.
[ "Configuration", "block", "containing", "encryption", "options", ".", "Detailed", "below", "." ]
def encryption_options(self) -> pulumi.Output[Optional['outputs.BrokerEncryptionOptions']]: return pulumi.get(self, "encryption_options")
[ "def", "encryption_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.BrokerEncryptionOptions'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_options\"", ")" ]
Configuration block containing encryption options.
[ "Configuration", "block", "containing", "encryption", "options", "." ]
[ "\"\"\"\n Configuration block containing encryption options. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
host_instance_type
pulumi.Output[str]
def host_instance_type(self) -> pulumi.Output[str]: """ Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`. """ return pulumi.get(self, "host_instance_type")
Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
def host_instance_type(self) -> pulumi.Output[str]: return pulumi.get(self, "host_instance_type")
[ "def", "host_instance_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_instance_type\"", ")" ]
Broker's instance type.
[ "Broker", "'", "s", "instance", "type", "." ]
[ "\"\"\"\n Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ldap_server_metadata
pulumi.Output[Optional['outputs.BrokerLdapServerMetadata']]
def ldap_server_metadata(self) -> pulumi.Output[Optional['outputs.BrokerLdapServerMetadata']]: """ Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to ...
Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)
Configuration block for the LDAP server used to authenticate and authorize connections to the broker.
[ "Configuration", "block", "for", "the", "LDAP", "server", "used", "to", "authenticate", "and", "authorize", "connections", "to", "the", "broker", "." ]
def ldap_server_metadata(self) -> pulumi.Output[Optional['outputs.BrokerLdapServerMetadata']]: return pulumi.get(self, "ldap_server_metadata")
[ "def", "ldap_server_metadata", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.BrokerLdapServerMetadata'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ldap_server_metadata\"", ")" ]
Configuration block for the LDAP server used to authenticate and authorize connections to the broker.
[ "Configuration", "block", "for", "the", "LDAP", "server", "used", "to", "authenticate", "and", "authorize", "connections", "to", "the", "broker", "." ]
[ "\"\"\"\n Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
logs
pulumi.Output[Optional['outputs.BrokerLogs']]
def logs(self) -> pulumi.Output[Optional['outputs.BrokerLogs']]: """ Configuration block for the logging configuration of the broker. Detailed below. """ return pulumi.get(self, "logs")
Configuration block for the logging configuration of the broker. Detailed below.
Configuration block for the logging configuration of the broker. Detailed below.
[ "Configuration", "block", "for", "the", "logging", "configuration", "of", "the", "broker", ".", "Detailed", "below", "." ]
def logs(self) -> pulumi.Output[Optional['outputs.BrokerLogs']]: return pulumi.get(self, "logs")
[ "def", "logs", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.BrokerLogs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"logs\"", ")" ]
Configuration block for the logging configuration of the broker.
[ "Configuration", "block", "for", "the", "logging", "configuration", "of", "the", "broker", "." ]
[ "\"\"\"\n Configuration block for the logging configuration of the broker. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
maintenance_window_start_time
pulumi.Output['outputs.BrokerMaintenanceWindowStartTime']
def maintenance_window_start_time(self) -> pulumi.Output['outputs.BrokerMaintenanceWindowStartTime']: """ Configuration block for the maintenance window start time. Detailed below. """ return pulumi.get(self, "maintenance_window_start_time")
Configuration block for the maintenance window start time. Detailed below.
Configuration block for the maintenance window start time. Detailed below.
[ "Configuration", "block", "for", "the", "maintenance", "window", "start", "time", ".", "Detailed", "below", "." ]
def maintenance_window_start_time(self) -> pulumi.Output['outputs.BrokerMaintenanceWindowStartTime']: return pulumi.get(self, "maintenance_window_start_time")
[ "def", "maintenance_window_start_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.BrokerMaintenanceWindowStartTime'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_window_start_time\"", ")" ]
Configuration block for the maintenance window start time.
[ "Configuration", "block", "for", "the", "maintenance", "window", "start", "time", "." ]
[ "\"\"\"\n Configuration block for the maintenance window start time. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
publicly_accessible
pulumi.Output[Optional[bool]]
def publicly_accessible(self) -> pulumi.Output[Optional[bool]]: """ Whether to enable connections from applications outside of the VPC that hosts the broker's subnets. """ return pulumi.get(self, "publicly_accessible")
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
[ "Whether", "to", "enable", "connections", "from", "applications", "outside", "of", "the", "VPC", "that", "hosts", "the", "broker", "'", "s", "subnets", "." ]
def publicly_accessible(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "publicly_accessible")
[ "def", "publicly_accessible", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publicly_accessible\"", ")" ]
Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
[ "Whether", "to", "enable", "connections", "from", "applications", "outside", "of", "the", "VPC", "that", "hosts", "the", "broker", "'", "s", "subnets", "." ]
[ "\"\"\"\n Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bac0f8bee25f5e01f5250143096cec5ef3b5588c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/broker.py
[ "ECL-2.0", "Apache-2.0" ]
Python
users
pulumi.Output[Sequence['outputs.BrokerUser']]
def users(self) -> pulumi.Output[Sequence['outputs.BrokerUser']]: """ Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below. """ return pulumi.get...
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.
[ "Configuration", "block", "for", "broker", "users", ".", "For", "`", "engine_type", "`", "of", "`", "RabbitMQ", "`", "Amazon", "MQ", "does", "not", "return", "broker", "users", "preventing", "this", "resource", "from", "making", "user", "updates", "and", "dr...
def users(self) -> pulumi.Output[Sequence['outputs.BrokerUser']]: return pulumi.get(self, "users")
[ "def", "users", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.BrokerUser'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"users\"", ")" ]
Configuration block for broker users.
[ "Configuration", "block", "for", "broker", "users", "." ]
[ "\"\"\"\n Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_disable_email_notification
Optional[pulumi.Input[str]]
def invitation_disable_email_notification(self) -> Optional[pulumi.Input[str]]: """ Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashbo...
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `tru...
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `true`.
[ "Specifies", "whether", "to", "send", "an", "email", "notification", "to", "the", "root", "user", "of", "each", "account", "that", "the", "invitation", "will", "be", "sent", "to", ".", "This", "notification", "is", "in", "addition", "to", "an", "alert", "t...
def invitation_disable_email_notification(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "invitation_disable_email_notification")
[ "def", "invitation_disable_email_notification", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_disable_email_notification\"", ")" ]
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to.
[ "Specifies", "whether", "to", "send", "an", "email", "notification", "to", "the", "root", "user", "of", "each", "account", "that", "the", "invitation", "will", "be", "sent", "to", "." ]
[ "\"\"\"\n Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this v...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_message
Optional[pulumi.Input[str]]
def invitation_message(self) -> Optional[pulumi.Input[str]]: """ A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation. """ return pulumi.get(self, "invitation_message")
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
[ "A", "custom", "message", "to", "include", "in", "the", "invitation", ".", "Amazon", "Macie", "adds", "this", "message", "to", "the", "standard", "content", "that", "it", "sends", "for", "an", "invitation", "." ]
def invitation_message(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "invitation_message")
[ "def", "invitation_message", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_message\"", ")" ]
A custom message to include in the invitation.
[ "A", "custom", "message", "to", "include", "in", "the", "invitation", "." ]
[ "\"\"\"\n A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invite
Optional[pulumi.Input[bool]]
def invite(self) -> Optional[pulumi.Input[bool]]: """ Send an invitation to a member """ return pulumi.get(self, "invite")
Send an invitation to a member
Send an invitation to a member
[ "Send", "an", "invitation", "to", "a", "member" ]
def invite(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "invite")
[ "def", "invite", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invite\"", ")" ]
Send an invitation to a member
[ "Send", "an", "invitation", "to", "a", "member" ]
[ "\"\"\"\n Send an invitation to a member\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
administrator_account_id
Optional[pulumi.Input[str]]
def administrator_account_id(self) -> Optional[pulumi.Input[str]]: """ The AWS account ID for the administrator account. """ return pulumi.get(self, "administrator_account_id")
The AWS account ID for the administrator account.
The AWS account ID for the administrator account.
[ "The", "AWS", "account", "ID", "for", "the", "administrator", "account", "." ]
def administrator_account_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "administrator_account_id")
[ "def", "administrator_account_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administrator_account_id\"", ")" ]
The AWS account ID for the administrator account.
[ "The", "AWS", "account", "ID", "for", "the", "administrator", "account", "." ]
[ "\"\"\"\n The AWS account ID for the administrator account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invited_at
Optional[pulumi.Input[str]]
def invited_at(self) -> Optional[pulumi.Input[str]]: """ The date and time, in UTC and extended RFC 3339 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account. """ return pulumi.get(self, ...
The date and time, in UTC and extended RFC 3339 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account.
The date and time, in UTC and extended RFC 3339 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account.
[ "The", "date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "an", "Amazon", "Macie", "membership", "invitation", "was", "last", "sent", "to", "the", "account", ".", "This", "value", "is", "null", "if", "a", "Macie", "in...
def invited_at(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "invited_at")
[ "def", "invited_at", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invited_at\"", ")" ]
The date and time, in UTC and extended RFC 3339 format, when an Amazon Macie membership invitation was last sent to the account.
[ "The", "date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "an", "Amazon", "Macie", "membership", "invitation", "was", "last", "sent", "to", "the", "account", "." ]
[ "\"\"\"\n The date and time, in UTC and extended RFC 3339 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
relationship_status
Optional[pulumi.Input[str]]
def relationship_status(self) -> Optional[pulumi.Input[str]]: """ The current status of the relationship between the account and the administrator account. """ return pulumi.get(self, "relationship_status")
The current status of the relationship between the account and the administrator account.
The current status of the relationship between the account and the administrator account.
[ "The", "current", "status", "of", "the", "relationship", "between", "the", "account", "and", "the", "administrator", "account", "." ]
def relationship_status(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "relationship_status")
[ "def", "relationship_status", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"relationship_status\"", ")" ]
The current status of the relationship between the account and the administrator account.
[ "The", "current", "status", "of", "the", "relationship", "between", "the", "account", "and", "the", "administrator", "account", "." ]
[ "\"\"\"\n The current status of the relationship between the account and the administrator account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
administrator_account_id
pulumi.Output[str]
def administrator_account_id(self) -> pulumi.Output[str]: """ The AWS account ID for the administrator account. """ return pulumi.get(self, "administrator_account_id")
The AWS account ID for the administrator account.
The AWS account ID for the administrator account.
[ "The", "AWS", "account", "ID", "for", "the", "administrator", "account", "." ]
def administrator_account_id(self) -> pulumi.Output[str]: return pulumi.get(self, "administrator_account_id")
[ "def", "administrator_account_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administrator_account_id\"", ")" ]
The AWS account ID for the administrator account.
[ "The", "AWS", "account", "ID", "for", "the", "administrator", "account", "." ]
[ "\"\"\"\n The AWS account ID for the administrator account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_disable_email_notification
pulumi.Output[Optional[str]]
def invitation_disable_email_notification(self) -> pulumi.Output[Optional[str]]: """ Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashb...
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `tru...
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `true`.
[ "Specifies", "whether", "to", "send", "an", "email", "notification", "to", "the", "root", "user", "of", "each", "account", "that", "the", "invitation", "will", "be", "sent", "to", ".", "This", "notification", "is", "in", "addition", "to", "an", "alert", "t...
def invitation_disable_email_notification(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "invitation_disable_email_notification")
[ "def", "invitation_disable_email_notification", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_disable_email_notification\"", ")" ]
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to.
[ "Specifies", "whether", "to", "send", "an", "email", "notification", "to", "the", "root", "user", "of", "each", "account", "that", "the", "invitation", "will", "be", "sent", "to", "." ]
[ "\"\"\"\n Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this v...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_message
pulumi.Output[Optional[str]]
def invitation_message(self) -> pulumi.Output[Optional[str]]: """ A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation. """ return pulumi.get(self, "invitation_message")
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
[ "A", "custom", "message", "to", "include", "in", "the", "invitation", ".", "Amazon", "Macie", "adds", "this", "message", "to", "the", "standard", "content", "that", "it", "sends", "for", "an", "invitation", "." ]
def invitation_message(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "invitation_message")
[ "def", "invitation_message", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_message\"", ")" ]
A custom message to include in the invitation.
[ "A", "custom", "message", "to", "include", "in", "the", "invitation", "." ]
[ "\"\"\"\n A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1e9f7db96cb95817cfc9ae3f20619c194e7ee77
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie2/member.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invite
pulumi.Output[bool]
def invite(self) -> pulumi.Output[bool]: """ Send an invitation to a member """ return pulumi.get(self, "invite")
Send an invitation to a member
Send an invitation to a member
[ "Send", "an", "invitation", "to", "a", "member" ]
def invite(self) -> pulumi.Output[bool]: return pulumi.get(self, "invite")
[ "def", "invite", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invite\"", ")" ]
Send an invitation to a member
[ "Send", "an", "invitation", "to", "a", "member" ]
[ "\"\"\"\n Send an invitation to a member\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }