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
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_duration_in_minutes
Optional[pulumi.Input[int]]
def deployment_duration_in_minutes(self) -> Optional[pulumi.Input[int]]: """ Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440. """ return pulumi.get(self, "deployment_duration_in_minutes")
Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
[ "Total", "amount", "of", "time", "for", "a", "deployment", "to", "last", ".", "Minimum", "value", "of", "0", "maximum", "value", "of", "1440", "." ]
def deployment_duration_in_minutes(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "deployment_duration_in_minutes")
[ "def", "deployment_duration_in_minutes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_duration_in_minutes\"", ")" ]
Total amount of time for a deployment to last.
[ "Total", "amount", "of", "time", "for", "a", "deployment", "to", "last", "." ]
[ "\"\"\"\n Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
growth_factor
Optional[pulumi.Input[float]]
def growth_factor(self) -> Optional[pulumi.Input[float]]: """ The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0. """ return pulumi.get(self, "growth_factor")
The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.
The percentage of targets to receive a deployed configuration during each interval.
[ "The", "percentage", "of", "targets", "to", "receive", "a", "deployed", "configuration", "during", "each", "interval", "." ]
def growth_factor(self) -> Optional[pulumi.Input[float]]: return pulumi.get(self, "growth_factor")
[ "def", "growth_factor", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"growth_factor\"", ")" ]
The percentage of targets to receive a deployed configuration during each interval.
[ "The", "percentage", "of", "targets", "to", "receive", "a", "deployed", "configuration", "during", "each", "interval", "." ]
[ "\"\"\"\n The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_duration_in_minutes
pulumi.Output[int]
def deployment_duration_in_minutes(self) -> pulumi.Output[int]: """ Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440. """ return pulumi.get(self, "deployment_duration_in_minutes")
Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
[ "Total", "amount", "of", "time", "for", "a", "deployment", "to", "last", ".", "Minimum", "value", "of", "0", "maximum", "value", "of", "1440", "." ]
def deployment_duration_in_minutes(self) -> pulumi.Output[int]: return pulumi.get(self, "deployment_duration_in_minutes")
[ "def", "deployment_duration_in_minutes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_duration_in_minutes\"", ")" ]
Total amount of time for a deployment to last.
[ "Total", "amount", "of", "time", "for", "a", "deployment", "to", "last", "." ]
[ "\"\"\"\n Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
final_bake_time_in_minutes
pulumi.Output[Optional[int]]
def final_bake_time_in_minutes(self) -> pulumi.Output[Optional[int]]: """ The amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440. """ return pulumi.get...
The amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.
The amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.
[ "The", "amount", "of", "time", "AWS", "AppConfig", "monitors", "for", "alarms", "before", "considering", "the", "deployment", "to", "be", "complete", "and", "no", "longer", "eligible", "for", "automatic", "roll", "back", ".", "Minimum", "value", "of", "0", "...
def final_bake_time_in_minutes(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "final_bake_time_in_minutes")
[ "def", "final_bake_time_in_minutes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"final_bake_time_in_minutes\"", ")" ]
The amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
[ "The", "amount", "of", "time", "AWS", "AppConfig", "monitors", "for", "alarms", "before", "considering", "the", "deployment", "to", "be", "complete", "and", "no", "longer", "eligible", "for", "automatic", "roll", "back", "." ]
[ "\"\"\"\n The amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
growth_factor
pulumi.Output[float]
def growth_factor(self) -> pulumi.Output[float]: """ The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0. """ return pulumi.get(self, "growth_factor")
The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.
The percentage of targets to receive a deployed configuration during each interval.
[ "The", "percentage", "of", "targets", "to", "receive", "a", "deployed", "configuration", "during", "each", "interval", "." ]
def growth_factor(self) -> pulumi.Output[float]: return pulumi.get(self, "growth_factor")
[ "def", "growth_factor", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"growth_factor\"", ")" ]
The percentage of targets to receive a deployed configuration during each interval.
[ "The", "percentage", "of", "targets", "to", "receive", "a", "deployed", "configuration", "during", "each", "interval", "." ]
[ "\"\"\"\n The percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c0c6f373995421e3bb250357d39e245311284e06
rapzo/pulumi-aws
sdk/python/pulumi_aws/appconfig/deployment_strategy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
growth_type
pulumi.Output[Optional[str]]
def growth_type(self) -> pulumi.Output[Optional[str]]: """ The algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`. """ return pulumi.get(self, "growth_type")
The algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.
The algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.
[ "The", "algorithm", "used", "to", "define", "how", "percentage", "grows", "over", "time", ".", "Valid", "value", ":", "`", "LINEAR", "`", "and", "`", "EXPONENTIAL", "`", ".", "Defaults", "to", "`", "LINEAR", "`", "." ]
def growth_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "growth_type")
[ "def", "growth_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"growth_type\"", ")" ]
The algorithm used to define how percentage grows over time.
[ "The", "algorithm", "used", "to", "define", "how", "percentage", "grows", "over", "time", "." ]
[ "\"\"\"\n The algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auto_deploy
Optional[pulumi.Input[bool]]
def auto_deploy(self) -> Optional[pulumi.Input[bool]]: """ Whether updates to an API automatically trigger a new deployment. Defaults to `false`. """ return pulumi.get(self, "auto_deploy")
Whether updates to an API automatically trigger a new deployment. Defaults to `false`.
Whether updates to an API automatically trigger a new deployment. Defaults to `false`.
[ "Whether", "updates", "to", "an", "API", "automatically", "trigger", "a", "new", "deployment", ".", "Defaults", "to", "`", "false", "`", "." ]
def auto_deploy(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "auto_deploy")
[ "def", "auto_deploy", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_deploy\"", ")" ]
Whether updates to an API automatically trigger a new deployment.
[ "Whether", "updates", "to", "an", "API", "automatically", "trigger", "a", "new", "deployment", "." ]
[ "\"\"\"\n Whether updates to an API automatically trigger a new deployment. Defaults to `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": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_route_settings
Optional[pulumi.Input['StageDefaultRouteSettingsArgs']]
def default_route_settings(self) -> Optional[pulumi.Input['StageDefaultRouteSettingsArgs']]: """ The default route settings for the stage. """ return pulumi.get(self, "default_route_settings")
The default route settings for the stage.
The default route settings for the stage.
[ "The", "default", "route", "settings", "for", "the", "stage", "." ]
def default_route_settings(self) -> Optional[pulumi.Input['StageDefaultRouteSettingsArgs']]: return pulumi.get(self, "default_route_settings")
[ "def", "default_route_settings", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'StageDefaultRouteSettingsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_route_settings\"", ")" ]
The default route settings for the stage.
[ "The", "default", "route", "settings", "for", "the", "stage", "." ]
[ "\"\"\"\n The default route settings for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
route_settings
Optional[pulumi.Input[Sequence[pulumi.Input['StageRouteSettingArgs']]]]
def route_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StageRouteSettingArgs']]]]: """ Route settings for the stage. """ return pulumi.get(self, "route_settings")
Route settings for the stage.
Route settings for the stage.
[ "Route", "settings", "for", "the", "stage", "." ]
def route_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StageRouteSettingArgs']]]]: return pulumi.get(self, "route_settings")
[ "def", "route_settings", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'StageRouteSettingArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_se...
Route settings for the stage.
[ "Route", "settings", "for", "the", "stage", "." ]
[ "\"\"\"\n Route settings for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stage_variables
Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
def stage_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: """ A map that defines the stage variables for the stage. """ return pulumi.get(self, "stage_variables")
A map that defines the stage variables for the stage.
A map that defines the stage variables for the stage.
[ "A", "map", "that", "defines", "the", "stage", "variables", "for", "the", "stage", "." ]
def stage_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: return pulumi.get(self, "stage_variables")
[ "def", "stage_variables", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Mapping", "[", "str", ",", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stage_variab...
A map that defines the stage variables for the stage.
[ "A", "map", "that", "defines", "the", "stage", "variables", "for", "the", "stage", "." ]
[ "\"\"\"\n A map that defines the stage variables for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_arn
Optional[pulumi.Input[str]]
def execution_arn(self) -> Optional[pulumi.Input[str]]: """ The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigat...
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-con...
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API]. See the [Amazon API Gateway Developer Guide] for details.
[ "The", "ARN", "prefix", "to", "be", "used", "in", "an", "`", "lambda", ".", "Permission", "`", "`", "source_arn", "`", "attribute", ".", "For", "WebSocket", "APIs", "this", "attribute", "can", "additionally", "be", "used", "in", "an", "`", "iam", ".", ...
def execution_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "execution_arn")
[ "def", "execution_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_arn\"", ")" ]
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute.
[ "The", "ARN", "prefix", "to", "be", "used", "in", "an", "`", "lambda", ".", "Permission", "`", "`", "source_arn", "`", "attribute", "." ]
[ "\"\"\"\n The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute.\n For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-webs...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auto_deploy
pulumi.Output[Optional[bool]]
def auto_deploy(self) -> pulumi.Output[Optional[bool]]: """ Whether updates to an API automatically trigger a new deployment. Defaults to `false`. """ return pulumi.get(self, "auto_deploy")
Whether updates to an API automatically trigger a new deployment. Defaults to `false`.
Whether updates to an API automatically trigger a new deployment. Defaults to `false`.
[ "Whether", "updates", "to", "an", "API", "automatically", "trigger", "a", "new", "deployment", ".", "Defaults", "to", "`", "false", "`", "." ]
def auto_deploy(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "auto_deploy")
[ "def", "auto_deploy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_deploy\"", ")" ]
Whether updates to an API automatically trigger a new deployment.
[ "Whether", "updates", "to", "an", "API", "automatically", "trigger", "a", "new", "deployment", "." ]
[ "\"\"\"\n Whether updates to an API automatically trigger a new deployment. Defaults to `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": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_route_settings
pulumi.Output[Optional['outputs.StageDefaultRouteSettings']]
def default_route_settings(self) -> pulumi.Output[Optional['outputs.StageDefaultRouteSettings']]: """ The default route settings for the stage. """ return pulumi.get(self, "default_route_settings")
The default route settings for the stage.
The default route settings for the stage.
[ "The", "default", "route", "settings", "for", "the", "stage", "." ]
def default_route_settings(self) -> pulumi.Output[Optional['outputs.StageDefaultRouteSettings']]: return pulumi.get(self, "default_route_settings")
[ "def", "default_route_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.StageDefaultRouteSettings'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_route_settings\"", ")" ]
The default route settings for the stage.
[ "The", "default", "route", "settings", "for", "the", "stage", "." ]
[ "\"\"\"\n The default route settings for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_arn
pulumi.Output[str]
def execution_arn(self) -> pulumi.Output[str]: """ The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigateway/late...
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-con...
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute. For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API]. See the [Amazon API Gateway Developer Guide] for details.
[ "The", "ARN", "prefix", "to", "be", "used", "in", "an", "`", "lambda", ".", "Permission", "`", "`", "source_arn", "`", "attribute", ".", "For", "WebSocket", "APIs", "this", "attribute", "can", "additionally", "be", "used", "in", "an", "`", "iam", ".", ...
def execution_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "execution_arn")
[ "def", "execution_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_arn\"", ")" ]
The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute.
[ "The", "ARN", "prefix", "to", "be", "used", "in", "an", "`", "lambda", ".", "Permission", "`", "`", "source_arn", "`", "attribute", "." ]
[ "\"\"\"\n The ARN prefix to be used in an `lambda.Permission` `source_arn` attribute.\n For WebSocket APIs this attribute can additionally be used in an `iam.Policy` to authorize access to the [`@connections` API](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-webs...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
route_settings
pulumi.Output[Optional[Sequence['outputs.StageRouteSetting']]]
def route_settings(self) -> pulumi.Output[Optional[Sequence['outputs.StageRouteSetting']]]: """ Route settings for the stage. """ return pulumi.get(self, "route_settings")
Route settings for the stage.
Route settings for the stage.
[ "Route", "settings", "for", "the", "stage", "." ]
def route_settings(self) -> pulumi.Output[Optional[Sequence['outputs.StageRouteSetting']]]: return pulumi.get(self, "route_settings")
[ "def", "route_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.StageRouteSetting'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_settings\"", ")" ]
Route settings for the stage.
[ "Route", "settings", "for", "the", "stage", "." ]
[ "\"\"\"\n Route settings for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ac5126b2821c41c64b22c79294ee0c86fbc55418
rapzo/pulumi-aws
sdk/python/pulumi_aws/apigatewayv2/stage.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stage_variables
pulumi.Output[Optional[Mapping[str, str]]]
def stage_variables(self) -> pulumi.Output[Optional[Mapping[str, str]]]: """ A map that defines the stage variables for the stage. """ return pulumi.get(self, "stage_variables")
A map that defines the stage variables for the stage.
A map that defines the stage variables for the stage.
[ "A", "map", "that", "defines", "the", "stage", "variables", "for", "the", "stage", "." ]
def stage_variables(self) -> pulumi.Output[Optional[Mapping[str, str]]]: return pulumi.get(self, "stage_variables")
[ "def", "stage_variables", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stage_variables\"", ")" ]
A map that defines the stage variables for the stage.
[ "A", "map", "that", "defines", "the", "stage", "variables", "for", "the", "stage", "." ]
[ "\"\"\"\n A map that defines the stage variables for the stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5fc49bfe461e5d291c70b2afb79aa002cae0684f
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudwatch/event_bus.py
[ "ECL-2.0", "Apache-2.0" ]
Python
event_source_name
pulumi.Output[Optional[str]]
def event_source_name(self) -> pulumi.Output[Optional[str]]: """ The partner event source that the new event bus will be matched with. Must match `name`. """ return pulumi.get(self, "event_source_name")
The partner event source that the new event bus will be matched with. Must match `name`.
The partner event source that the new event bus will be matched with. Must match `name`.
[ "The", "partner", "event", "source", "that", "the", "new", "event", "bus", "will", "be", "matched", "with", ".", "Must", "match", "`", "name", "`", "." ]
def event_source_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "event_source_name")
[ "def", "event_source_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"event_source_name\"", ")" ]
The partner event source that the new event bus will be matched with.
[ "The", "partner", "event", "source", "that", "the", "new", "event", "bus", "will", "be", "matched", "with", "." ]
[ "\"\"\"\n The partner event source that the new event bus will be matched with. Must match `name`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
desired_instances
pulumi.Input[int]
def desired_instances(self) -> pulumi.Input[int]: """ Desired number of streaming instances. """ return pulumi.get(self, "desired_instances")
Desired number of streaming instances.
Desired number of streaming instances.
[ "Desired", "number", "of", "streaming", "instances", "." ]
def desired_instances(self) -> pulumi.Input[int]: return pulumi.get(self, "desired_instances")
[ "def", "desired_instances", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"desired_instances\"", ")" ]
Desired number of streaming instances.
[ "Desired", "number", "of", "streaming", "instances", "." ]
[ "\"\"\"\n Desired number of streaming instances.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
available
Optional[pulumi.Input[int]]
def available(self) -> Optional[pulumi.Input[int]]: """ Number of currently available instances that can be used to stream sessions. """ return pulumi.get(self, "available")
Number of currently available instances that can be used to stream sessions.
Number of currently available instances that can be used to stream sessions.
[ "Number", "of", "currently", "available", "instances", "that", "can", "be", "used", "to", "stream", "sessions", "." ]
def available(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "available")
[ "def", "available", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"available\"", ")" ]
Number of currently available instances that can be used to stream sessions.
[ "Number", "of", "currently", "available", "instances", "that", "can", "be", "used", "to", "stream", "sessions", "." ]
[ "\"\"\"\n Number of currently available instances that can be used to stream sessions.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
in_use
Optional[pulumi.Input[int]]
def in_use(self) -> Optional[pulumi.Input[int]]: """ Number of instances in use for streaming. """ return pulumi.get(self, "in_use")
Number of instances in use for streaming.
Number of instances in use for streaming.
[ "Number", "of", "instances", "in", "use", "for", "streaming", "." ]
def in_use(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "in_use")
[ "def", "in_use", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"in_use\"", ")" ]
Number of instances in use for streaming.
[ "Number", "of", "instances", "in", "use", "for", "streaming", "." ]
[ "\"\"\"\n Number of instances in use for streaming.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
running
Optional[pulumi.Input[int]]
def running(self) -> Optional[pulumi.Input[int]]: """ Total number of simultaneous streaming instances that are running. """ return pulumi.get(self, "running")
Total number of simultaneous streaming instances that are running.
Total number of simultaneous streaming instances that are running.
[ "Total", "number", "of", "simultaneous", "streaming", "instances", "that", "are", "running", "." ]
def running(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "running")
[ "def", "running", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"running\"", ")" ]
Total number of simultaneous streaming instances that are running.
[ "Total", "number", "of", "simultaneous", "streaming", "instances", "that", "are", "running", "." ]
[ "\"\"\"\n Total number of simultaneous streaming instances that are running.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
vpce_id
Optional[pulumi.Input[str]]
def vpce_id(self) -> Optional[pulumi.Input[str]]: """ Identifier (ID) of the VPC in which the interface endpoint is used. """ return pulumi.get(self, "vpce_id")
Identifier (ID) of the VPC in which the interface endpoint is used.
Identifier (ID) of the VPC in which the interface endpoint is used.
[ "Identifier", "(", "ID", ")", "of", "the", "VPC", "in", "which", "the", "interface", "endpoint", "is", "used", "." ]
def vpce_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "vpce_id")
[ "def", "vpce_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vpce_id\"", ")" ]
Identifier (ID) of the VPC in which the interface endpoint is used.
[ "Identifier", "(", "ID", ")", "of", "the", "VPC", "in", "which", "the", "interface", "endpoint", "is", "used", "." ]
[ "\"\"\"\n Identifier (ID) of the VPC in which the interface endpoint is used.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
10fabe90b187a6b055efe4b92f51bde0d1728459
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
resource_identifier
Optional[pulumi.Input[str]]
def resource_identifier(self) -> Optional[pulumi.Input[str]]: """ ARN of the storage connector. """ return pulumi.get(self, "resource_identifier")
ARN of the storage connector.
ARN of the storage connector.
[ "ARN", "of", "the", "storage", "connector", "." ]
def resource_identifier(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "resource_identifier")
[ "def", "resource_identifier", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_identifier\"", ")" ]
ARN of the storage connector.
[ "ARN", "of", "the", "storage", "connector", "." ]
[ "\"\"\"\n ARN of the storage connector.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
gateway_timezone
pulumi.Input[str]
def gateway_timezone(self) -> pulumi.Input[str]: """ Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance...
Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.
Time zone for the gateway.
[ "Time", "zone", "for", "the", "gateway", "." ]
def gateway_timezone(self) -> pulumi.Input[str]: return pulumi.get(self, "gateway_timezone")
[ "def", "gateway_timezone", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_timezone\"", ")" ]
Time zone for the gateway.
[ "Time", "zone", "for", "the", "gateway", "." ]
[ "\"\"\"\n Time zone for the gateway. The time zone is of the format \"GMT\", \"GMT-hr:mm\", or \"GMT+hr:mm\". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
activation_key
Optional[pulumi.Input[str]]
def activation_key(self) -> Optional[pulumi.Input[str]]: """ Gateway activation key during resource creation. Conflicts with `gateway_ip_address`. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html)....
Gateway activation key during resource creation. Conflicts with `gateway_ip_address`. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html).
Gateway activation key during resource creation.
[ "Gateway", "activation", "key", "during", "resource", "creation", "." ]
def activation_key(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "activation_key")
[ "def", "activation_key", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"activation_key\"", ")" ]
Gateway activation key during resource creation.
[ "Gateway", "activation", "key", "during", "resource", "creation", "." ]
[ "\"\"\"\n Gateway activation key during resource creation. Conflicts with `gateway_ip_address`. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.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": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
average_download_rate_limit_in_bits_per_sec
Optional[pulumi.Input[int]]
def average_download_rate_limit_in_bits_per_sec(self) -> Optional[pulumi.Input[int]]: """ The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types. """ return pulumi.get(self, "average_download_rate_limit_in_bits_...
The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.
The average download bandwidth rate limit in bits per second.
[ "The", "average", "download", "bandwidth", "rate", "limit", "in", "bits", "per", "second", "." ]
def average_download_rate_limit_in_bits_per_sec(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "average_download_rate_limit_in_bits_per_sec")
[ "def", "average_download_rate_limit_in_bits_per_sec", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"average_download_rate_limit_in_bits_per_sec\"", ")" ]
The average download bandwidth rate limit in bits per second.
[ "The", "average", "download", "bandwidth", "rate", "limit", "in", "bits", "per", "second", "." ]
[ "\"\"\"\n The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
average_upload_rate_limit_in_bits_per_sec
Optional[pulumi.Input[int]]
def average_upload_rate_limit_in_bits_per_sec(self) -> Optional[pulumi.Input[int]]: """ The average upload bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types. """ return pulumi.get(self, "average_upload_rate_limit_in_bits_per_se...
The average upload bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.
The average upload bandwidth rate limit in bits per second.
[ "The", "average", "upload", "bandwidth", "rate", "limit", "in", "bits", "per", "second", "." ]
def average_upload_rate_limit_in_bits_per_sec(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "average_upload_rate_limit_in_bits_per_sec")
[ "def", "average_upload_rate_limit_in_bits_per_sec", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"average_upload_rate_limit_in_bits_per_sec\"", ")" ]
The average upload bandwidth rate limit in bits per second.
[ "The", "average", "upload", "bandwidth", "rate", "limit", "in", "bits", "per", "second", "." ]
[ "\"\"\"\n The average upload bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
gateway_vpc_endpoint
Optional[pulumi.Input[str]]
def gateway_vpc_endpoint(self) -> Optional[pulumi.Input[str]]: """ VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VP...
VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VPC Endpoint Security group in [Activating a Gateway in a Virtual Private Cl...
VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VPC Endpoint Security group in [Activating a Gateway in a Virtual Private Cloud].
[ "VPC", "endpoint", "address", "to", "be", "used", "when", "activating", "your", "gateway", ".", "This", "should", "be", "used", "when", "your", "instance", "is", "in", "a", "private", "subnet", ".", "Requires", "HTTP", "access", "from", "client", "computer",...
def gateway_vpc_endpoint(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "gateway_vpc_endpoint")
[ "def", "gateway_vpc_endpoint", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_vpc_endpoint\"", ")" ]
VPC endpoint address to be used when activating your gateway.
[ "VPC", "endpoint", "address", "to", "be", "used", "when", "activating", "your", "gateway", "." ]
[ "\"\"\"\n VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VPC Endpoint Security group in [Activating a Gateway in a Virtua...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
medium_changer_type
Optional[pulumi.Input[str]]
def medium_changer_type(self) -> Optional[pulumi.Input[str]]: """ Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `STK-L700`, `AWS-Gateway-VTL`, `IBM-03584L32-0402`. """ return pulumi.get(self, "medium_changer_type")
Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `STK-L700`, `AWS-Gateway-VTL`, `IBM-03584L32-0402`.
Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument.
[ "Type", "of", "medium", "changer", "to", "use", "for", "tape", "gateway", ".", "This", "provider", "cannot", "detect", "drift", "of", "this", "argument", "." ]
def medium_changer_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "medium_changer_type")
[ "def", "medium_changer_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"medium_changer_type\"", ")" ]
Type of medium changer to use for tape gateway.
[ "Type", "of", "medium", "changer", "to", "use", "for", "tape", "gateway", "." ]
[ "\"\"\"\n Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `STK-L700`, `AWS-Gateway-VTL`, `IBM-03584L32-0402`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
smb_active_directory_settings
Optional[pulumi.Input['GatewaySmbActiveDirectorySettingsArgs']]
def smb_active_directory_settings(self) -> Optional[pulumi.Input['GatewaySmbActiveDirectorySettingsArgs']]: """ Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating...
Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `ActiveDirectory` authentication SMB file shares. More details below.
Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `ActiveDirectory` authentication SMB file shares. More details below.
[ "Nested", "argument", "with", "Active", "Directory", "domain", "join", "information", "for", "Server", "Message", "Block", "(", "SMB", ")", "file", "shares", ".", "Only", "valid", "for", "`", "FILE_S3", "`", "and", "`", "FILE_FSX_SMB", "`", "gateway", "types...
def smb_active_directory_settings(self) -> Optional[pulumi.Input['GatewaySmbActiveDirectorySettingsArgs']]: return pulumi.get(self, "smb_active_directory_settings")
[ "def", "smb_active_directory_settings", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'GatewaySmbActiveDirectorySettingsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"smb_active_directory_settings\"", ")" ]
Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares.
[ "Nested", "argument", "with", "Active", "Directory", "domain", "join", "information", "for", "Server", "Message", "Block", "(", "SMB", ")", "file", "shares", "." ]
[ "\"\"\"\n Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `ActiveDirectory` authentication SMB file shares. More details 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": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
smb_file_share_visibility
Optional[pulumi.Input[bool]]
def smb_file_share_visibility(self) -> Optional[pulumi.Input[bool]]: """ Specifies whether the shares on this gateway appear when listing shares. """ return pulumi.get(self, "smb_file_share_visibility")
Specifies whether the shares on this gateway appear when listing shares.
Specifies whether the shares on this gateway appear when listing shares.
[ "Specifies", "whether", "the", "shares", "on", "this", "gateway", "appear", "when", "listing", "shares", "." ]
def smb_file_share_visibility(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "smb_file_share_visibility")
[ "def", "smb_file_share_visibility", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"smb_file_share_visibility\"", ")" ]
Specifies whether the shares on this gateway appear when listing shares.
[ "Specifies", "whether", "the", "shares", "on", "this", "gateway", "appear", "when", "listing", "shares", "." ]
[ "\"\"\"\n Specifies whether the shares on this gateway appear when listing shares.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
smb_guest_password
Optional[pulumi.Input[str]]
def smb_guest_password(self) -> Optional[pulumi.Input[str]]: """ Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the exis...
Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gateway. This p...
Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gateway. This provider c...
[ "Guest", "password", "for", "Server", "Message", "Block", "(", "SMB", ")", "file", "shares", ".", "Only", "valid", "for", "`", "FILE_S3", "`", "and", "`", "FILE_FSX_SMB", "`", "gateway", "types", ".", "Must", "be", "set", "before", "creating", "`", "Gues...
def smb_guest_password(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "smb_guest_password")
[ "def", "smb_guest_password", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"smb_guest_password\"", ")" ]
Guest password for Server Message Block (SMB) file shares.
[ "Guest", "password", "for", "Server", "Message", "Block", "(", "SMB", ")", "file", "shares", "." ]
[ "\"\"\"\n Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gat...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
smb_security_strategy
Optional[pulumi.Input[str]]
def smb_security_strategy(self) -> Optional[pulumi.Input[str]]: """ Specifies the type of security strategy. Valid values are: `ClientSpecified`, `MandatorySigning`, and `MandatoryEncryption`. See [Setting a Security Level for Your Gateway](https://docs.aws.amazon.com/storagegateway/latest/userguide/man...
Specifies the type of security strategy. Valid values are: `ClientSpecified`, `MandatorySigning`, and `MandatoryEncryption`. See [Setting a Security Level for Your Gateway](https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy) for more information.
Specifies the type of security strategy.
[ "Specifies", "the", "type", "of", "security", "strategy", "." ]
def smb_security_strategy(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "smb_security_strategy")
[ "def", "smb_security_strategy", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"smb_security_strategy\"", ")" ]
Specifies the type of security strategy.
[ "Specifies", "the", "type", "of", "security", "strategy", "." ]
[ "\"\"\"\n Specifies the type of security strategy. Valid values are: `ClientSpecified`, `MandatorySigning`, and `MandatoryEncryption`. See [Setting a Security Level for Your Gateway](https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy) for more information...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
tape_drive_type
Optional[pulumi.Input[str]]
def tape_drive_type(self) -> Optional[pulumi.Input[str]]: """ Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `IBM-ULT3580-TD5`. """ return pulumi.get(self, "tape_drive_type")
Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `IBM-ULT3580-TD5`.
Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument.
[ "Type", "of", "tape", "drive", "to", "use", "for", "tape", "gateway", ".", "This", "provider", "cannot", "detect", "drift", "of", "this", "argument", "." ]
def tape_drive_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "tape_drive_type")
[ "def", "tape_drive_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tape_drive_type\"", ")" ]
Type of tape drive to use for tape gateway.
[ "Type", "of", "tape", "drive", "to", "use", "for", "tape", "gateway", "." ]
[ "\"\"\"\n Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `IBM-ULT3580-TD5`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ec2_instance_id
Optional[pulumi.Input[str]]
def ec2_instance_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the Amazon EC2 instance that was used to launch the gateway. """ return pulumi.get(self, "ec2_instance_id")
The ID of the Amazon EC2 instance that was used to launch the gateway.
The ID of the Amazon EC2 instance that was used to launch the gateway.
[ "The", "ID", "of", "the", "Amazon", "EC2", "instance", "that", "was", "used", "to", "launch", "the", "gateway", "." ]
def ec2_instance_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "ec2_instance_id")
[ "def", "ec2_instance_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ec2_instance_id\"", ")" ]
The ID of the Amazon EC2 instance that was used to launch the gateway.
[ "The", "ID", "of", "the", "Amazon", "EC2", "instance", "that", "was", "used", "to", "launch", "the", "gateway", "." ]
[ "\"\"\"\n The ID of the Amazon EC2 instance that was used to launch the gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
gateway_network_interfaces
Optional[pulumi.Input[Sequence[pulumi.Input['GatewayGatewayNetworkInterfaceArgs']]]]
def gateway_network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GatewayGatewayNetworkInterfaceArgs']]]]: """ An array that contains descriptions of the gateway network interfaces. See Gateway Network Interface. """ return pulumi.get(self, "gateway_network_interfaces"...
An array that contains descriptions of the gateway network interfaces. See Gateway Network Interface.
An array that contains descriptions of the gateway network interfaces. See Gateway Network Interface.
[ "An", "array", "that", "contains", "descriptions", "of", "the", "gateway", "network", "interfaces", ".", "See", "Gateway", "Network", "Interface", "." ]
def gateway_network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GatewayGatewayNetworkInterfaceArgs']]]]: return pulumi.get(self, "gateway_network_interfaces")
[ "def", "gateway_network_interfaces", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'GatewayGatewayNetworkInterfaceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "se...
An array that contains descriptions of the gateway network interfaces.
[ "An", "array", "that", "contains", "descriptions", "of", "the", "gateway", "network", "interfaces", "." ]
[ "\"\"\"\n An array that contains descriptions of the gateway network interfaces. See Gateway Network Interface.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
gateway_timezone
Optional[pulumi.Input[str]]
def gateway_timezone(self) -> Optional[pulumi.Input[str]]: """ Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's m...
Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.
Time zone for the gateway.
[ "Time", "zone", "for", "the", "gateway", "." ]
def gateway_timezone(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "gateway_timezone")
[ "def", "gateway_timezone", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_timezone\"", ")" ]
Time zone for the gateway.
[ "Time", "zone", "for", "the", "gateway", "." ]
[ "\"\"\"\n Time zone for the gateway. The time zone is of the format \"GMT\", \"GMT-hr:mm\", or \"GMT+hr:mm\". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7328158ed5d32df8535d7c63a90d3f20f2c7e468
rapzo/pulumi-aws
sdk/python/pulumi_aws/storagegateway/gateway.py
[ "ECL-2.0", "Apache-2.0" ]
Python
host_environment
Optional[pulumi.Input[str]]
def host_environment(self) -> Optional[pulumi.Input[str]]: """ The type of hypervisor environment used by the host. """ return pulumi.get(self, "host_environment")
The type of hypervisor environment used by the host.
The type of hypervisor environment used by the host.
[ "The", "type", "of", "hypervisor", "environment", "used", "by", "the", "host", "." ]
def host_environment(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "host_environment")
[ "def", "host_environment", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_environment\"", ")" ]
The type of hypervisor environment used by the host.
[ "The", "type", "of", "hypervisor", "environment", "used", "by", "the", "host", "." ]
[ "\"\"\"\n The type of hypervisor environment used by the host.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
73cd009648bc529ec9b7f358cf62320fb34d1cf3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ebs/get_snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
data_encryption_key_id
str
def data_encryption_key_id(self) -> str: """ The data encryption key identifier for the snapshot. """ return pulumi.get(self, "data_encryption_key_id")
The data encryption key identifier for the snapshot.
The data encryption key identifier for the snapshot.
[ "The", "data", "encryption", "key", "identifier", "for", "the", "snapshot", "." ]
def data_encryption_key_id(self) -> str: return pulumi.get(self, "data_encryption_key_id")
[ "def", "data_encryption_key_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_encryption_key_id\"", ")" ]
The data encryption key identifier for the snapshot.
[ "The", "data", "encryption", "key", "identifier", "for", "the", "snapshot", "." ]
[ "\"\"\"\n The data encryption key identifier for the snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
73e3e1303639ed3e04ed9eebe0af8c168d2cdb37
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/get_vpc_endpoint_service.py
[ "ECL-2.0", "Apache-2.0" ]
Python
acceptance_required
bool
def acceptance_required(self) -> bool: """ Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`. """ return pulumi.get(self, "acceptance_required")
Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`.
Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`.
[ "Whether", "or", "not", "VPC", "endpoint", "connection", "requests", "to", "the", "service", "must", "be", "accepted", "by", "the", "service", "owner", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
def acceptance_required(self) -> bool: return pulumi.get(self, "acceptance_required")
[ "def", "acceptance_required", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"acceptance_required\"", ")" ]
Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`.
[ "Whether", "or", "not", "VPC", "endpoint", "connection", "requests", "to", "the", "service", "must", "be", "accepted", "by", "the", "service", "owner", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
[ "\"\"\"\n Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `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": [] }
73e3e1303639ed3e04ed9eebe0af8c168d2cdb37
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/get_vpc_endpoint_service.py
[ "ECL-2.0", "Apache-2.0" ]
Python
base_endpoint_dns_names
Sequence[str]
def base_endpoint_dns_names(self) -> Sequence[str]: """ The DNS names for the service. """ return pulumi.get(self, "base_endpoint_dns_names")
The DNS names for the service.
The DNS names for the service.
[ "The", "DNS", "names", "for", "the", "service", "." ]
def base_endpoint_dns_names(self) -> Sequence[str]: return pulumi.get(self, "base_endpoint_dns_names")
[ "def", "base_endpoint_dns_names", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"base_endpoint_dns_names\"", ")" ]
The DNS names for the service.
[ "The", "DNS", "names", "for", "the", "service", "." ]
[ "\"\"\"\n The DNS names for the service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
73e3e1303639ed3e04ed9eebe0af8c168d2cdb37
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/get_vpc_endpoint_service.py
[ "ECL-2.0", "Apache-2.0" ]
Python
manages_vpc_endpoints
bool
def manages_vpc_endpoints(self) -> bool: """ Whether or not the service manages its VPC endpoints - `true` or `false`. """ return pulumi.get(self, "manages_vpc_endpoints")
Whether or not the service manages its VPC endpoints - `true` or `false`.
Whether or not the service manages its VPC endpoints - `true` or `false`.
[ "Whether", "or", "not", "the", "service", "manages", "its", "VPC", "endpoints", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
def manages_vpc_endpoints(self) -> bool: return pulumi.get(self, "manages_vpc_endpoints")
[ "def", "manages_vpc_endpoints", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"manages_vpc_endpoints\"", ")" ]
Whether or not the service manages its VPC endpoints - `true` or `false`.
[ "Whether", "or", "not", "the", "service", "manages", "its", "VPC", "endpoints", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
[ "\"\"\"\n Whether or not the service manages its VPC endpoints - `true` or `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": [] }
73e3e1303639ed3e04ed9eebe0af8c168d2cdb37
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/get_vpc_endpoint_service.py
[ "ECL-2.0", "Apache-2.0" ]
Python
private_dns_name
str
def private_dns_name(self) -> str: """ The private DNS name for the service. """ return pulumi.get(self, "private_dns_name")
The private DNS name for the service.
The private DNS name for the service.
[ "The", "private", "DNS", "name", "for", "the", "service", "." ]
def private_dns_name(self) -> str: return pulumi.get(self, "private_dns_name")
[ "def", "private_dns_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_dns_name\"", ")" ]
The private DNS name for the service.
[ "The", "private", "DNS", "name", "for", "the", "service", "." ]
[ "\"\"\"\n The private DNS name for the service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
73e3e1303639ed3e04ed9eebe0af8c168d2cdb37
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/get_vpc_endpoint_service.py
[ "ECL-2.0", "Apache-2.0" ]
Python
vpc_endpoint_policy_supported
bool
def vpc_endpoint_policy_supported(self) -> bool: """ Whether or not the service supports endpoint policies - `true` or `false`. """ return pulumi.get(self, "vpc_endpoint_policy_supported")
Whether or not the service supports endpoint policies - `true` or `false`.
Whether or not the service supports endpoint policies - `true` or `false`.
[ "Whether", "or", "not", "the", "service", "supports", "endpoint", "policies", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
def vpc_endpoint_policy_supported(self) -> bool: return pulumi.get(self, "vpc_endpoint_policy_supported")
[ "def", "vpc_endpoint_policy_supported", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vpc_endpoint_policy_supported\"", ")" ]
Whether or not the service supports endpoint policies - `true` or `false`.
[ "Whether", "or", "not", "the", "service", "supports", "endpoint", "policies", "-", "`", "true", "`", "or", "`", "false", "`", "." ]
[ "\"\"\"\n Whether or not the service supports endpoint policies - `true` or `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": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
use_aws_owned_key
Optional[pulumi.Input[bool]]
def use_aws_owned_key(self) -> Optional[pulumi.Input[bool]]: """ Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your account. """ return pulu...
Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your account.
Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`.
[ "Whether", "to", "enable", "an", "AWS", "-", "owned", "KMS", "CMK", "that", "is", "not", "in", "your", "account", ".", "Defaults", "to", "`", "true", "`", "." ]
def use_aws_owned_key(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "use_aws_owned_key")
[ "def", "use_aws_owned_key", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"use_aws_owned_key\"", ")" ]
Whether to enable an AWS-owned KMS CMK that is not in your account.
[ "Whether", "to", "enable", "an", "AWS", "-", "owned", "KMS", "CMK", "that", "is", "not", "in", "your", "account", "." ]
[ "\"\"\"\n Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your 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": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
role_search_subtree
Optional[pulumi.Input[bool]]
def role_search_subtree(self) -> Optional[pulumi.Input[bool]]: """ Whether the directory search scope is the entire sub-tree. """ return pulumi.get(self, "role_search_subtree")
Whether the directory search scope is the entire sub-tree.
Whether the directory search scope is the entire sub-tree.
[ "Whether", "the", "directory", "search", "scope", "is", "the", "entire", "sub", "-", "tree", "." ]
def role_search_subtree(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "role_search_subtree")
[ "def", "role_search_subtree", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"role_search_subtree\"", ")" ]
Whether the directory search scope is the entire sub-tree.
[ "Whether", "the", "directory", "search", "scope", "is", "the", "entire", "sub", "-", "tree", "." ]
[ "\"\"\"\n Whether the directory search scope is the entire sub-tree.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_base
Optional[pulumi.Input[str]]
def user_base(self) -> Optional[pulumi.Input[str]]: """ Fully qualified name of the directory where you want to search for users. """ return pulumi.get(self, "user_base")
Fully qualified name of the directory where you want to search for users.
Fully qualified name of the directory where you want to search for users.
[ "Fully", "qualified", "name", "of", "the", "directory", "where", "you", "want", "to", "search", "for", "users", "." ]
def user_base(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "user_base")
[ "def", "user_base", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_base\"", ")" ]
Fully qualified name of the directory where you want to search for users.
[ "Fully", "qualified", "name", "of", "the", "directory", "where", "you", "want", "to", "search", "for", "users", "." ]
[ "\"\"\"\n Fully qualified name of the directory where you want to search for users.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_role_name
Optional[pulumi.Input[str]]
def user_role_name(self) -> Optional[pulumi.Input[str]]: """ Specifies the name of the LDAP attribute for the user group membership. """ return pulumi.get(self, "user_role_name")
Specifies the name of the LDAP attribute for the user group membership.
Specifies the name of the LDAP attribute for the user group membership.
[ "Specifies", "the", "name", "of", "the", "LDAP", "attribute", "for", "the", "user", "group", "membership", "." ]
def user_role_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "user_role_name")
[ "def", "user_role_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_role_name\"", ")" ]
Specifies the name of the LDAP attribute for the user group membership.
[ "Specifies", "the", "name", "of", "the", "LDAP", "attribute", "for", "the", "user", "group", "membership", "." ]
[ "\"\"\"\n Specifies the name of the LDAP attribute for the user group membership.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_search_subtree
Optional[pulumi.Input[bool]]
def user_search_subtree(self) -> Optional[pulumi.Input[bool]]: """ Whether the directory search scope is the entire sub-tree. """ return pulumi.get(self, "user_search_subtree")
Whether the directory search scope is the entire sub-tree.
Whether the directory search scope is the entire sub-tree.
[ "Whether", "the", "directory", "search", "scope", "is", "the", "entire", "sub", "-", "tree", "." ]
def user_search_subtree(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "user_search_subtree")
[ "def", "user_search_subtree", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_search_subtree\"", ")" ]
Whether the directory search scope is the entire sub-tree.
[ "Whether", "the", "directory", "search", "scope", "is", "the", "entire", "sub", "-", "tree", "." ]
[ "\"\"\"\n Whether the directory search scope is the entire sub-tree.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
general
Optional[pulumi.Input[bool]]
def general(self) -> Optional[pulumi.Input[bool]]: """ Enables general logging via CloudWatch. Defaults to `false`. """ return pulumi.get(self, "general")
Enables general logging via CloudWatch. Defaults to `false`.
Enables general logging via CloudWatch. Defaults to `false`.
[ "Enables", "general", "logging", "via", "CloudWatch", ".", "Defaults", "to", "`", "false", "`", "." ]
def general(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "general")
[ "def", "general", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"general\"", ")" ]
Enables general logging via CloudWatch.
[ "Enables", "general", "logging", "via", "CloudWatch", "." ]
[ "\"\"\"\n Enables general logging via CloudWatch. Defaults to `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": [] }
6b436383680e755663692178ecb540eced741d0c
rapzo/pulumi-aws
sdk/python/pulumi_aws/mq/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
console_access
Optional[pulumi.Input[bool]]
def console_access(self) -> Optional[pulumi.Input[bool]]: """ Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user. Applies to `engine_type` of `ActiveMQ` only. """ return pulumi.get(self, "console_access")
Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user. Applies to `engine_type` of `ActiveMQ` only.
Whether to enable access to the [ActiveMQ Web Console] for the user.
[ "Whether", "to", "enable", "access", "to", "the", "[", "ActiveMQ", "Web", "Console", "]", "for", "the", "user", "." ]
def console_access(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "console_access")
[ "def", "console_access", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"console_access\"", ")" ]
Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user.
[ "Whether", "to", "enable", "access", "to", "the", "[", "ActiveMQ", "Web", "Console", "]", "(", "http", ":", "//", "activemq", ".", "apache", ".", "org", "/", "web", "-", "console", ".", "html", ")", "for", "the", "user", "." ]
[ "\"\"\"\n Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user. Applies to `engine_type` of `ActiveMQ` 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": [] }
302c197564bb4bb98b27fdcfba19fd42edc697ed
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/event_subscription.py
[ "ECL-2.0", "Apache-2.0" ]
Python
sns_topic
pulumi.Input[str]
def sns_topic(self) -> pulumi.Input[str]: """ The SNS topic to send events to. """ return pulumi.get(self, "sns_topic")
The SNS topic to send events to.
The SNS topic to send events to.
[ "The", "SNS", "topic", "to", "send", "events", "to", "." ]
def sns_topic(self) -> pulumi.Input[str]: return pulumi.get(self, "sns_topic")
[ "def", "sns_topic", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sns_topic\"", ")" ]
The SNS topic to send events to.
[ "The", "SNS", "topic", "to", "send", "events", "to", "." ]
[ "\"\"\"\n The SNS topic to send events to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
302c197564bb4bb98b27fdcfba19fd42edc697ed
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/event_subscription.py
[ "ECL-2.0", "Apache-2.0" ]
Python
sns_topic
Optional[pulumi.Input[str]]
def sns_topic(self) -> Optional[pulumi.Input[str]]: """ The SNS topic to send events to. """ return pulumi.get(self, "sns_topic")
The SNS topic to send events to.
The SNS topic to send events to.
[ "The", "SNS", "topic", "to", "send", "events", "to", "." ]
def sns_topic(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "sns_topic")
[ "def", "sns_topic", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sns_topic\"", ")" ]
The SNS topic to send events to.
[ "The", "SNS", "topic", "to", "send", "events", "to", "." ]
[ "\"\"\"\n The SNS topic to send events to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9a6ea1c0096f653ae1d129836e8ef068c92bb7c3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/default_network_acl.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_network_acl_id
pulumi.Input[str]
def default_network_acl_id(self) -> pulumi.Input[str]: """ Network ACL ID to manage. This attribute is exported from `ec2.Vpc`, or manually found via the AWS Console. """ return pulumi.get(self, "default_network_acl_id")
Network ACL ID to manage. This attribute is exported from `ec2.Vpc`, or manually found via the AWS Console.
Network ACL ID to manage. This attribute is exported from `ec2.Vpc`, or manually found via the AWS Console.
[ "Network", "ACL", "ID", "to", "manage", ".", "This", "attribute", "is", "exported", "from", "`", "ec2", ".", "Vpc", "`", "or", "manually", "found", "via", "the", "AWS", "Console", "." ]
def default_network_acl_id(self) -> pulumi.Input[str]: return pulumi.get(self, "default_network_acl_id")
[ "def", "default_network_acl_id", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_network_acl_id\"", ")" ]
Network ACL ID to manage.
[ "Network", "ACL", "ID", "to", "manage", "." ]
[ "\"\"\"\n Network ACL ID to manage. This attribute is exported from `ec2.Vpc`, or manually found via the AWS Console.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9a6ea1c0096f653ae1d129836e8ef068c92bb7c3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/default_network_acl.py
[ "ECL-2.0", "Apache-2.0" ]
Python
egress
Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclEgressArgs']]]]
def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclEgressArgs']]]]: """ Configuration block for an egress rule. Detailed below. """ return pulumi.get(self, "egress")
Configuration block for an egress rule. Detailed below.
Configuration block for an egress rule. Detailed below.
[ "Configuration", "block", "for", "an", "egress", "rule", ".", "Detailed", "below", "." ]
def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclEgressArgs']]]]: return pulumi.get(self, "egress")
[ "def", "egress", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DefaultNetworkAclEgressArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"egress\"",...
Configuration block for an egress rule.
[ "Configuration", "block", "for", "an", "egress", "rule", "." ]
[ "\"\"\"\n Configuration block for an egress rule. 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": [] }
9a6ea1c0096f653ae1d129836e8ef068c92bb7c3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/default_network_acl.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ingress
Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclIngressArgs']]]]
def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclIngressArgs']]]]: """ Configuration block for an ingress rule. Detailed below. """ return pulumi.get(self, "ingress")
Configuration block for an ingress rule. Detailed below.
Configuration block for an ingress rule. Detailed below.
[ "Configuration", "block", "for", "an", "ingress", "rule", ".", "Detailed", "below", "." ]
def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DefaultNetworkAclIngressArgs']]]]: return pulumi.get(self, "ingress")
[ "def", "ingress", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DefaultNetworkAclIngressArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ingress\...
Configuration block for an ingress rule.
[ "Configuration", "block", "for", "an", "ingress", "rule", "." ]
[ "\"\"\"\n Configuration block for an ingress rule. 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": [] }
9a6ea1c0096f653ae1d129836e8ef068c92bb7c3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/default_network_acl.py
[ "ECL-2.0", "Apache-2.0" ]
Python
egress
pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclEgress']]]
def egress(self) -> pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclEgress']]]: """ Configuration block for an egress rule. Detailed below. """ return pulumi.get(self, "egress")
Configuration block for an egress rule. Detailed below.
Configuration block for an egress rule. Detailed below.
[ "Configuration", "block", "for", "an", "egress", "rule", ".", "Detailed", "below", "." ]
def egress(self) -> pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclEgress']]]: return pulumi.get(self, "egress")
[ "def", "egress", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.DefaultNetworkAclEgress'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"egress\"", ")" ]
Configuration block for an egress rule.
[ "Configuration", "block", "for", "an", "egress", "rule", "." ]
[ "\"\"\"\n Configuration block for an egress rule. 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": [] }
9a6ea1c0096f653ae1d129836e8ef068c92bb7c3
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/default_network_acl.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ingress
pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclIngress']]]
def ingress(self) -> pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclIngress']]]: """ Configuration block for an ingress rule. Detailed below. """ return pulumi.get(self, "ingress")
Configuration block for an ingress rule. Detailed below.
Configuration block for an ingress rule. Detailed below.
[ "Configuration", "block", "for", "an", "ingress", "rule", ".", "Detailed", "below", "." ]
def ingress(self) -> pulumi.Output[Optional[Sequence['outputs.DefaultNetworkAclIngress']]]: return pulumi.get(self, "ingress")
[ "def", "ingress", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.DefaultNetworkAclIngress'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ingress\"", ")" ]
Configuration block for an ingress rule.
[ "Configuration", "block", "for", "an", "ingress", "rule", "." ]
[ "\"\"\"\n Configuration block for an ingress rule. 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": [] }
9a92f9ec0d8287b65aeb81cdf73fda59f4a13303
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/gateway_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
proposal_id
Optional[pulumi.Input[str]]
def proposal_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations. """ return pulumi.get(self, "proposal_id")
The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations.
The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "proposal", ".", "Used", "for", "cross", "-", "account", "Direct", "Connect", "gateway", "associations", "." ]
def proposal_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "proposal_id")
[ "def", "proposal_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"proposal_id\"", ")" ]
The ID of the Direct Connect gateway association proposal.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "proposal", "." ]
[ "\"\"\"\n The ID of the Direct Connect gateway association proposal.\n Used for cross-account Direct Connect gateway associations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9a92f9ec0d8287b65aeb81cdf73fda59f4a13303
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/gateway_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
dx_gateway_association_id
Optional[pulumi.Input[str]]
def dx_gateway_association_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the Direct Connect gateway association. """ return pulumi.get(self, "dx_gateway_association_id")
The ID of the Direct Connect gateway association.
The ID of the Direct Connect gateway association.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "." ]
def dx_gateway_association_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "dx_gateway_association_id")
[ "def", "dx_gateway_association_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dx_gateway_association_id\"", ")" ]
The ID of the Direct Connect gateway association.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "." ]
[ "\"\"\"\n The ID of the Direct Connect gateway association.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9a92f9ec0d8287b65aeb81cdf73fda59f4a13303
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/gateway_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
dx_gateway_association_id
pulumi.Output[str]
def dx_gateway_association_id(self) -> pulumi.Output[str]: """ The ID of the Direct Connect gateway association. """ return pulumi.get(self, "dx_gateway_association_id")
The ID of the Direct Connect gateway association.
The ID of the Direct Connect gateway association.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "." ]
def dx_gateway_association_id(self) -> pulumi.Output[str]: return pulumi.get(self, "dx_gateway_association_id")
[ "def", "dx_gateway_association_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dx_gateway_association_id\"", ")" ]
The ID of the Direct Connect gateway association.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "." ]
[ "\"\"\"\n The ID of the Direct Connect gateway association.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9a92f9ec0d8287b65aeb81cdf73fda59f4a13303
rapzo/pulumi-aws
sdk/python/pulumi_aws/directconnect/gateway_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
proposal_id
pulumi.Output[Optional[str]]
def proposal_id(self) -> pulumi.Output[Optional[str]]: """ The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations. """ return pulumi.get(self, "proposal_id")
The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations.
The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "proposal", ".", "Used", "for", "cross", "-", "account", "Direct", "Connect", "gateway", "associations", "." ]
def proposal_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "proposal_id")
[ "def", "proposal_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"proposal_id\"", ")" ]
The ID of the Direct Connect gateway association proposal.
[ "The", "ID", "of", "the", "Direct", "Connect", "gateway", "association", "proposal", "." ]
[ "\"\"\"\n The ID of the Direct Connect gateway association proposal.\n Used for cross-account Direct Connect gateway associations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4a034ed50d7d127dad326456e281646aaf7746e3
rapzo/pulumi-aws
sdk/python/pulumi_aws/imagebuilder/image.py
[ "ECL-2.0", "Apache-2.0" ]
Python
output_resources
Optional[pulumi.Input[Sequence[pulumi.Input['ImageOutputResourceArgs']]]]
def output_resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ImageOutputResourceArgs']]]]: """ List of objects with resources created by the image. """ return pulumi.get(self, "output_resources")
List of objects with resources created by the image.
List of objects with resources created by the image.
[ "List", "of", "objects", "with", "resources", "created", "by", "the", "image", "." ]
def output_resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ImageOutputResourceArgs']]]]: return pulumi.get(self, "output_resources")
[ "def", "output_resources", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'ImageOutputResourceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"outp...
List of objects with resources created by the image.
[ "List", "of", "objects", "with", "resources", "created", "by", "the", "image", "." ]
[ "\"\"\"\n List of objects with resources created by the image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4a034ed50d7d127dad326456e281646aaf7746e3
rapzo/pulumi-aws
sdk/python/pulumi_aws/imagebuilder/image.py
[ "ECL-2.0", "Apache-2.0" ]
Python
output_resources
pulumi.Output[Sequence['outputs.ImageOutputResource']]
def output_resources(self) -> pulumi.Output[Sequence['outputs.ImageOutputResource']]: """ List of objects with resources created by the image. """ return pulumi.get(self, "output_resources")
List of objects with resources created by the image.
List of objects with resources created by the image.
[ "List", "of", "objects", "with", "resources", "created", "by", "the", "image", "." ]
def output_resources(self) -> pulumi.Output[Sequence['outputs.ImageOutputResource']]: return pulumi.get(self, "output_resources")
[ "def", "output_resources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ImageOutputResource'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"output_resources\"", ")" ]
List of objects with resources created by the image.
[ "List", "of", "objects", "with", "resources", "created", "by", "the", "image", "." ]
[ "\"\"\"\n List of objects with resources created by the image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47d11df8d4cbc1f9f9cf77f03626f90dd1c4dd44
rapzo/pulumi-aws
sdk/python/pulumi_aws/neptune/cluster.py
[ "ECL-2.0", "Apache-2.0" ]
Python
enable_cloudwatch_logs_exports
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def enable_cloudwatch_logs_exports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit`. """ return pulumi.get(self, "enable_cloudwatch_logs_exports")
A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit`.
A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit`.
[ "A", "list", "of", "the", "log", "types", "this", "DB", "cluster", "is", "configured", "to", "export", "to", "Cloudwatch", "Logs", ".", "Currently", "only", "supports", "`", "audit", "`", "." ]
def enable_cloudwatch_logs_exports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "enable_cloudwatch_logs_exports")
[ "def", "enable_cloudwatch_logs_exports", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_cloud...
A list of the log types this DB cluster is configured to export to Cloudwatch Logs.
[ "A", "list", "of", "the", "log", "types", "this", "DB", "cluster", "is", "configured", "to", "export", "to", "Cloudwatch", "Logs", "." ]
[ "\"\"\"\n A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47d11df8d4cbc1f9f9cf77f03626f90dd1c4dd44
rapzo/pulumi-aws
sdk/python/pulumi_aws/neptune/cluster.py
[ "ECL-2.0", "Apache-2.0" ]
Python
neptune_cluster_parameter_group_name
Optional[pulumi.Input[str]]
def neptune_cluster_parameter_group_name(self) -> Optional[pulumi.Input[str]]: """ A cluster parameter group to associate with the cluster. """ return pulumi.get(self, "neptune_cluster_parameter_group_name")
A cluster parameter group to associate with the cluster.
A cluster parameter group to associate with the cluster.
[ "A", "cluster", "parameter", "group", "to", "associate", "with", "the", "cluster", "." ]
def neptune_cluster_parameter_group_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "neptune_cluster_parameter_group_name")
[ "def", "neptune_cluster_parameter_group_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"neptune_cluster_parameter_group_name\"", ")" ]
A cluster parameter group to associate with the cluster.
[ "A", "cluster", "parameter", "group", "to", "associate", "with", "the", "cluster", "." ]
[ "\"\"\"\n A cluster parameter group to associate with the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47d11df8d4cbc1f9f9cf77f03626f90dd1c4dd44
rapzo/pulumi-aws
sdk/python/pulumi_aws/neptune/cluster.py
[ "ECL-2.0", "Apache-2.0" ]
Python
neptune_subnet_group_name
Optional[pulumi.Input[str]]
def neptune_subnet_group_name(self) -> Optional[pulumi.Input[str]]: """ A Neptune subnet group to associate with this Neptune instance. """ return pulumi.get(self, "neptune_subnet_group_name")
A Neptune subnet group to associate with this Neptune instance.
A Neptune subnet group to associate with this Neptune instance.
[ "A", "Neptune", "subnet", "group", "to", "associate", "with", "this", "Neptune", "instance", "." ]
def neptune_subnet_group_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "neptune_subnet_group_name")
[ "def", "neptune_subnet_group_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"neptune_subnet_group_name\"", ")" ]
A Neptune subnet group to associate with this Neptune instance.
[ "A", "Neptune", "subnet", "group", "to", "associate", "with", "this", "Neptune", "instance", "." ]
[ "\"\"\"\n A Neptune subnet group to associate with this Neptune 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": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
db_snapshot_identifier
pulumi.Input[str]
def db_snapshot_identifier(self) -> pulumi.Input[str]: """ The Identifier for the snapshot. """ return pulumi.get(self, "db_snapshot_identifier")
The Identifier for the snapshot.
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
def db_snapshot_identifier(self) -> pulumi.Input[str]: return pulumi.get(self, "db_snapshot_identifier")
[ "def", "db_snapshot_identifier", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"db_snapshot_identifier\"", ")" ]
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
[ "\"\"\"\n The Identifier for the snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
db_snapshot_arn
Optional[pulumi.Input[str]]
def db_snapshot_arn(self) -> Optional[pulumi.Input[str]]: """ The Amazon Resource Name (ARN) for the DB snapshot. """ return pulumi.get(self, "db_snapshot_arn")
The Amazon Resource Name (ARN) for the DB snapshot.
The Amazon Resource Name (ARN) for the DB snapshot.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "for", "the", "DB", "snapshot", "." ]
def db_snapshot_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "db_snapshot_arn")
[ "def", "db_snapshot_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"db_snapshot_arn\"", ")" ]
The Amazon Resource Name (ARN) for the DB snapshot.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "for", "the", "DB", "snapshot", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) for the DB snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
db_snapshot_identifier
Optional[pulumi.Input[str]]
def db_snapshot_identifier(self) -> Optional[pulumi.Input[str]]: """ The Identifier for the snapshot. """ return pulumi.get(self, "db_snapshot_identifier")
The Identifier for the snapshot.
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
def db_snapshot_identifier(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "db_snapshot_identifier")
[ "def", "db_snapshot_identifier", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"db_snapshot_identifier\"", ")" ]
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
[ "\"\"\"\n The Identifier for the snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
source_db_snapshot_identifier
Optional[pulumi.Input[str]]
def source_db_snapshot_identifier(self) -> Optional[pulumi.Input[str]]: """ The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy. """ return pulumi.get(self, "source_db_snapshot_identifier")
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
[ "The", "DB", "snapshot", "Arn", "that", "the", "DB", "snapshot", "was", "copied", "from", ".", "It", "only", "has", "value", "in", "case", "of", "cross", "customer", "or", "cross", "region", "copy", "." ]
def source_db_snapshot_identifier(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "source_db_snapshot_identifier")
[ "def", "source_db_snapshot_identifier", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_db_snapshot_identifier\"", ")" ]
The DB snapshot Arn that the DB snapshot was copied from.
[ "The", "DB", "snapshot", "Arn", "that", "the", "DB", "snapshot", "was", "copied", "from", "." ]
[ "\"\"\"\n The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
db_snapshot_arn
pulumi.Output[str]
def db_snapshot_arn(self) -> pulumi.Output[str]: """ The Amazon Resource Name (ARN) for the DB snapshot. """ return pulumi.get(self, "db_snapshot_arn")
The Amazon Resource Name (ARN) for the DB snapshot.
The Amazon Resource Name (ARN) for the DB snapshot.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "for", "the", "DB", "snapshot", "." ]
def db_snapshot_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "db_snapshot_arn")
[ "def", "db_snapshot_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"db_snapshot_arn\"", ")" ]
The Amazon Resource Name (ARN) for the DB snapshot.
[ "The", "Amazon", "Resource", "Name", "(", "ARN", ")", "for", "the", "DB", "snapshot", "." ]
[ "\"\"\"\n The Amazon Resource Name (ARN) for the DB snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
db_snapshot_identifier
pulumi.Output[str]
def db_snapshot_identifier(self) -> pulumi.Output[str]: """ The Identifier for the snapshot. """ return pulumi.get(self, "db_snapshot_identifier")
The Identifier for the snapshot.
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
def db_snapshot_identifier(self) -> pulumi.Output[str]: return pulumi.get(self, "db_snapshot_identifier")
[ "def", "db_snapshot_identifier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"db_snapshot_identifier\"", ")" ]
The Identifier for the snapshot.
[ "The", "Identifier", "for", "the", "snapshot", "." ]
[ "\"\"\"\n The Identifier for the snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47e359224a079e3520bfec0b813300b7afff7b32
rapzo/pulumi-aws
sdk/python/pulumi_aws/rds/snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
source_db_snapshot_identifier
pulumi.Output[str]
def source_db_snapshot_identifier(self) -> pulumi.Output[str]: """ The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy. """ return pulumi.get(self, "source_db_snapshot_identifier")
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
[ "The", "DB", "snapshot", "Arn", "that", "the", "DB", "snapshot", "was", "copied", "from", ".", "It", "only", "has", "value", "in", "case", "of", "cross", "customer", "or", "cross", "region", "copy", "." ]
def source_db_snapshot_identifier(self) -> pulumi.Output[str]: return pulumi.get(self, "source_db_snapshot_identifier")
[ "def", "source_db_snapshot_identifier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_db_snapshot_identifier\"", ")" ]
The DB snapshot Arn that the DB snapshot was copied from.
[ "The", "DB", "snapshot", "Arn", "that", "the", "DB", "snapshot", "was", "copied", "from", "." ]
[ "\"\"\"\n The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_group_name
pulumi.Input[str]
def deployment_group_name(self) -> pulumi.Input[str]: """ The name of the deployment group. """ return pulumi.get(self, "deployment_group_name")
The name of the deployment group.
The name of the deployment group.
[ "The", "name", "of", "the", "deployment", "group", "." ]
def deployment_group_name(self) -> pulumi.Input[str]: return pulumi.get(self, "deployment_group_name")
[ "def", "deployment_group_name", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_group_name\"", ")" ]
The name of the deployment group.
[ "The", "name", "of", "the", "deployment", "group", "." ]
[ "\"\"\"\n The name of the deployment group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
alarm_configuration
Optional[pulumi.Input['DeploymentGroupAlarmConfigurationArgs']]
def alarm_configuration(self) -> Optional[pulumi.Input['DeploymentGroupAlarmConfigurationArgs']]: """ Configuration block of alarms associated with the deployment group (documented below). """ return pulumi.get(self, "alarm_configuration")
Configuration block of alarms associated with the deployment group (documented below).
Configuration block of alarms associated with the deployment group (documented below).
[ "Configuration", "block", "of", "alarms", "associated", "with", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
def alarm_configuration(self) -> Optional[pulumi.Input['DeploymentGroupAlarmConfigurationArgs']]: return pulumi.get(self, "alarm_configuration")
[ "def", "alarm_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupAlarmConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"alarm_configuration\"", ")" ]
Configuration block of alarms associated with the deployment group (documented below).
[ "Configuration", "block", "of", "alarms", "associated", "with", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block of alarms associated with the deployment group (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auto_rollback_configuration
Optional[pulumi.Input['DeploymentGroupAutoRollbackConfigurationArgs']]
def auto_rollback_configuration(self) -> Optional[pulumi.Input['DeploymentGroupAutoRollbackConfigurationArgs']]: """ Configuration block of the automatic rollback configuration associated with the deployment group (documented below). """ return pulumi.get(self, "auto_rollback_configurati...
Configuration block of the automatic rollback configuration associated with the deployment group (documented below).
Configuration block of the automatic rollback configuration associated with the deployment group (documented below).
[ "Configuration", "block", "of", "the", "automatic", "rollback", "configuration", "associated", "with", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
def auto_rollback_configuration(self) -> Optional[pulumi.Input['DeploymentGroupAutoRollbackConfigurationArgs']]: return pulumi.get(self, "auto_rollback_configuration")
[ "def", "auto_rollback_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupAutoRollbackConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_rollback_configuration\"", ")" ]
Configuration block of the automatic rollback configuration associated with the deployment group (documented below).
[ "Configuration", "block", "of", "the", "automatic", "rollback", "configuration", "associated", "with", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block of the automatic rollback configuration associated with the deployment group (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
blue_green_deployment_config
Optional[pulumi.Input['DeploymentGroupBlueGreenDeploymentConfigArgs']]
def blue_green_deployment_config(self) -> Optional[pulumi.Input['DeploymentGroupBlueGreenDeploymentConfigArgs']]: """ Configuration block of the blue/green deployment options for a deployment group (documented below). """ return pulumi.get(self, "blue_green_deployment_config")
Configuration block of the blue/green deployment options for a deployment group (documented below).
Configuration block of the blue/green deployment options for a deployment group (documented below).
[ "Configuration", "block", "of", "the", "blue", "/", "green", "deployment", "options", "for", "a", "deployment", "group", "(", "documented", "below", ")", "." ]
def blue_green_deployment_config(self) -> Optional[pulumi.Input['DeploymentGroupBlueGreenDeploymentConfigArgs']]: return pulumi.get(self, "blue_green_deployment_config")
[ "def", "blue_green_deployment_config", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupBlueGreenDeploymentConfigArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"blue_green_deployment_config\"", ")" ]
Configuration block of the blue/green deployment options for a deployment group (documented below).
[ "Configuration", "block", "of", "the", "blue", "/", "green", "deployment", "options", "for", "a", "deployment", "group", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block of the blue/green deployment options for a deployment group (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_config_name
Optional[pulumi.Input[str]]
def deployment_config_name(self) -> Optional[pulumi.Input[str]]: """ The name of the group's deployment config. The default is "CodeDeployDefault.OneAtATime". """ return pulumi.get(self, "deployment_config_name")
The name of the group's deployment config. The default is "CodeDeployDefault.OneAtATime".
The name of the group's deployment config.
[ "The", "name", "of", "the", "group", "'", "s", "deployment", "config", "." ]
def deployment_config_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "deployment_config_name")
[ "def", "deployment_config_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_config_name\"", ")" ]
The name of the group's deployment config.
[ "The", "name", "of", "the", "group", "'", "s", "deployment", "config", "." ]
[ "\"\"\"\n The name of the group's deployment config. The default is \"CodeDeployDefault.OneAtATime\".\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_style
Optional[pulumi.Input['DeploymentGroupDeploymentStyleArgs']]
def deployment_style(self) -> Optional[pulumi.Input['DeploymentGroupDeploymentStyleArgs']]: """ Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below). """ return pulu...
Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).
Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).
[ "Configuration", "block", "of", "the", "type", "of", "deployment", "either", "in", "-", "place", "or", "blue", "/", "green", "you", "want", "to", "run", "and", "whether", "to", "route", "deployment", "traffic", "behind", "a", "load", "balancer", "(", "docu...
def deployment_style(self) -> Optional[pulumi.Input['DeploymentGroupDeploymentStyleArgs']]: return pulumi.get(self, "deployment_style")
[ "def", "deployment_style", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupDeploymentStyleArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_style\"", ")" ]
Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).
[ "Configuration", "block", "of", "the", "type", "of", "deployment", "either", "in", "-", "place", "or", "blue", "/", "green", "you", "want", "to", "run", "and", "whether", "to", "route", "deployment", "traffic", "behind", "a", "load", "balancer", "(", "docu...
[ "\"\"\"\n Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ec2_tag_filters
Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagFilterArgs']]]]
def ec2_tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagFilterArgs']]]]: """ Tag filters associated with the deployment group. See the AWS docs for details. """ return pulumi.get(self, "ec2_tag_filters")
Tag filters associated with the deployment group. See the AWS docs for details.
Tag filters associated with the deployment group. See the AWS docs for details.
[ "Tag", "filters", "associated", "with", "the", "deployment", "group", ".", "See", "the", "AWS", "docs", "for", "details", "." ]
def ec2_tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagFilterArgs']]]]: return pulumi.get(self, "ec2_tag_filters")
[ "def", "ec2_tag_filters", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupEc2TagFilterArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", ...
Tag filters associated with the deployment group.
[ "Tag", "filters", "associated", "with", "the", "deployment", "group", "." ]
[ "\"\"\"\n Tag filters associated with the deployment group. See the AWS docs 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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ec2_tag_sets
Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagSetArgs']]]]
def ec2_tag_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagSetArgs']]]]: """ Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs for details. """ return ...
Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs for details.
Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs for details.
[ "Configuration", "block", "(", "s", ")", "of", "Tag", "filters", "associated", "with", "the", "deployment", "group", "which", "are", "also", "referred", "to", "as", "tag", "groups", "(", "documented", "below", ")", ".", "See", "the", "AWS", "docs", "for", ...
def ec2_tag_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupEc2TagSetArgs']]]]: return pulumi.get(self, "ec2_tag_sets")
[ "def", "ec2_tag_sets", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupEc2TagSetArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ec2...
Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below).
[ "Configuration", "block", "(", "s", ")", "of", "Tag", "filters", "associated", "with", "the", "deployment", "group", "which", "are", "also", "referred", "to", "as", "tag", "groups", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs 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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ecs_service
Optional[pulumi.Input['DeploymentGroupEcsServiceArgs']]
def ecs_service(self) -> Optional[pulumi.Input['DeploymentGroupEcsServiceArgs']]: """ Configuration block(s) of the ECS services for a deployment group (documented below). """ return pulumi.get(self, "ecs_service")
Configuration block(s) of the ECS services for a deployment group (documented below).
Configuration block(s) of the ECS services for a deployment group (documented below).
[ "Configuration", "block", "(", "s", ")", "of", "the", "ECS", "services", "for", "a", "deployment", "group", "(", "documented", "below", ")", "." ]
def ecs_service(self) -> Optional[pulumi.Input['DeploymentGroupEcsServiceArgs']]: return pulumi.get(self, "ecs_service")
[ "def", "ecs_service", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupEcsServiceArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ecs_service\"", ")" ]
Configuration block(s) of the ECS services for a deployment group (documented below).
[ "Configuration", "block", "(", "s", ")", "of", "the", "ECS", "services", "for", "a", "deployment", "group", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block(s) of the ECS services for a deployment group (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
load_balancer_info
Optional[pulumi.Input['DeploymentGroupLoadBalancerInfoArgs']]
def load_balancer_info(self) -> Optional[pulumi.Input['DeploymentGroupLoadBalancerInfoArgs']]: """ Single configuration block of the load balancer to use in a blue/green deployment (documented below). """ return pulumi.get(self, "load_balancer_info")
Single configuration block of the load balancer to use in a blue/green deployment (documented below).
Single configuration block of the load balancer to use in a blue/green deployment (documented below).
[ "Single", "configuration", "block", "of", "the", "load", "balancer", "to", "use", "in", "a", "blue", "/", "green", "deployment", "(", "documented", "below", ")", "." ]
def load_balancer_info(self) -> Optional[pulumi.Input['DeploymentGroupLoadBalancerInfoArgs']]: return pulumi.get(self, "load_balancer_info")
[ "def", "load_balancer_info", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupLoadBalancerInfoArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"load_balancer_info\"", ")" ]
Single configuration block of the load balancer to use in a blue/green deployment (documented below).
[ "Single", "configuration", "block", "of", "the", "load", "balancer", "to", "use", "in", "a", "blue", "/", "green", "deployment", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Single configuration block of the load balancer to use in a blue/green deployment (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
on_premises_instance_tag_filters
Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupOnPremisesInstanceTagFilterArgs']]]]
def on_premises_instance_tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupOnPremisesInstanceTagFilterArgs']]]]: """ On premise tag filters associated with the group. See the AWS docs for details. """ return pulumi.get(self, "on_premises_instance_tag_filter...
On premise tag filters associated with the group. See the AWS docs for details.
On premise tag filters associated with the group. See the AWS docs for details.
[ "On", "premise", "tag", "filters", "associated", "with", "the", "group", ".", "See", "the", "AWS", "docs", "for", "details", "." ]
def on_premises_instance_tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupOnPremisesInstanceTagFilterArgs']]]]: return pulumi.get(self, "on_premises_instance_tag_filters")
[ "def", "on_premises_instance_tag_filters", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupOnPremisesInstanceTagFilterArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "...
On premise tag filters associated with the group.
[ "On", "premise", "tag", "filters", "associated", "with", "the", "group", "." ]
[ "\"\"\"\n On premise tag filters associated with the group. See the AWS docs 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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
trigger_configurations
Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupTriggerConfigurationArgs']]]]
def trigger_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupTriggerConfigurationArgs']]]]: """ Configuration block(s) of the triggers for the deployment group (documented below). """ return pulumi.get(self, "trigger_configurations")
Configuration block(s) of the triggers for the deployment group (documented below).
Configuration block(s) of the triggers for the deployment group (documented below).
[ "Configuration", "block", "(", "s", ")", "of", "the", "triggers", "for", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
def trigger_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentGroupTriggerConfigurationArgs']]]]: return pulumi.get(self, "trigger_configurations")
[ "def", "trigger_configurations", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'DeploymentGroupTriggerConfigurationArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "s...
Configuration block(s) of the triggers for the deployment group (documented below).
[ "Configuration", "block", "(", "s", ")", "of", "the", "triggers", "for", "the", "deployment", "group", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n Configuration block(s) of the triggers for the deployment group (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": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
compute_platform
Optional[pulumi.Input[str]]
def compute_platform(self) -> Optional[pulumi.Input[str]]: """ The destination platform type for the deployment. """ return pulumi.get(self, "compute_platform")
The destination platform type for the deployment.
The destination platform type for the deployment.
[ "The", "destination", "platform", "type", "for", "the", "deployment", "." ]
def compute_platform(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "compute_platform")
[ "def", "compute_platform", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"compute_platform\"", ")" ]
The destination platform type for the deployment.
[ "The", "destination", "platform", "type", "for", "the", "deployment", "." ]
[ "\"\"\"\n The destination platform type for the deployment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_group_id
Optional[pulumi.Input[str]]
def deployment_group_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the CodeDeploy deployment group. """ return pulumi.get(self, "deployment_group_id")
The ID of the CodeDeploy deployment group.
The ID of the CodeDeploy deployment group.
[ "The", "ID", "of", "the", "CodeDeploy", "deployment", "group", "." ]
def deployment_group_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "deployment_group_id")
[ "def", "deployment_group_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_group_id\"", ")" ]
The ID of the CodeDeploy deployment group.
[ "The", "ID", "of", "the", "CodeDeploy", "deployment", "group", "." ]
[ "\"\"\"\n The ID of the CodeDeploy deployment group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_group_name
Optional[pulumi.Input[str]]
def deployment_group_name(self) -> Optional[pulumi.Input[str]]: """ The name of the deployment group. """ return pulumi.get(self, "deployment_group_name")
The name of the deployment group.
The name of the deployment group.
[ "The", "name", "of", "the", "deployment", "group", "." ]
def deployment_group_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "deployment_group_name")
[ "def", "deployment_group_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_group_name\"", ")" ]
The name of the deployment group.
[ "The", "name", "of", "the", "deployment", "group", "." ]
[ "\"\"\"\n The name of the deployment group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
compute_platform
pulumi.Output[str]
def compute_platform(self) -> pulumi.Output[str]: """ The destination platform type for the deployment. """ return pulumi.get(self, "compute_platform")
The destination platform type for the deployment.
The destination platform type for the deployment.
[ "The", "destination", "platform", "type", "for", "the", "deployment", "." ]
def compute_platform(self) -> pulumi.Output[str]: return pulumi.get(self, "compute_platform")
[ "def", "compute_platform", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"compute_platform\"", ")" ]
The destination platform type for the deployment.
[ "The", "destination", "platform", "type", "for", "the", "deployment", "." ]
[ "\"\"\"\n The destination platform type for the deployment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c86c977da13d48307f6eb797fa3878e7ffd5a41f
rapzo/pulumi-aws
sdk/python/pulumi_aws/codedeploy/deployment_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
deployment_group_id
pulumi.Output[str]
def deployment_group_id(self) -> pulumi.Output[str]: """ The ID of the CodeDeploy deployment group. """ return pulumi.get(self, "deployment_group_id")
The ID of the CodeDeploy deployment group.
The ID of the CodeDeploy deployment group.
[ "The", "ID", "of", "the", "CodeDeploy", "deployment", "group", "." ]
def deployment_group_id(self) -> pulumi.Output[str]: return pulumi.get(self, "deployment_group_id")
[ "def", "deployment_group_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_group_id\"", ")" ]
The ID of the CodeDeploy deployment group.
[ "The", "ID", "of", "the", "CodeDeploy", "deployment", "group", "." ]
[ "\"\"\"\n The ID of the CodeDeploy deployment group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4d2385e80e803f1b03d25036ea278e9bfe22396e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/ami.py
[ "ECL-2.0", "Apache-2.0" ]
Python
hypervisor
Optional[pulumi.Input[str]]
def hypervisor(self) -> Optional[pulumi.Input[str]]: """ The hypervisor type of the image. """ return pulumi.get(self, "hypervisor")
The hypervisor type of the image.
The hypervisor type of the image.
[ "The", "hypervisor", "type", "of", "the", "image", "." ]
def hypervisor(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "hypervisor")
[ "def", "hypervisor", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hypervisor\"", ")" ]
The hypervisor type of the image.
[ "The", "hypervisor", "type", "of", "the", "image", "." ]
[ "\"\"\"\n The hypervisor type of the image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4d2385e80e803f1b03d25036ea278e9bfe22396e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/ami.py
[ "ECL-2.0", "Apache-2.0" ]
Python
image_owner_alias
Optional[pulumi.Input[str]]
def image_owner_alias(self) -> Optional[pulumi.Input[str]]: """ The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner. """ return pulumi.get(self, "image_owner_alias")
The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
[ "The", "AWS", "account", "alias", "(", "for", "example", "amazon", "self", ")", "or", "the", "AWS", "account", "ID", "of", "the", "AMI", "owner", "." ]
def image_owner_alias(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "image_owner_alias")
[ "def", "image_owner_alias", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_owner_alias\"", ")" ]
The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
[ "The", "AWS", "account", "alias", "(", "for", "example", "amazon", "self", ")", "or", "the", "AWS", "account", "ID", "of", "the", "AMI", "owner", "." ]
[ "\"\"\"\n The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4d2385e80e803f1b03d25036ea278e9bfe22396e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/ami.py
[ "ECL-2.0", "Apache-2.0" ]
Python
platform_details
Optional[pulumi.Input[str]]
def platform_details(self) -> Optional[pulumi.Input[str]]: """ The platform details associated with the billing code of the AMI. """ return pulumi.get(self, "platform_details")
The platform details associated with the billing code of the AMI.
The platform details associated with the billing code of the AMI.
[ "The", "platform", "details", "associated", "with", "the", "billing", "code", "of", "the", "AMI", "." ]
def platform_details(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "platform_details")
[ "def", "platform_details", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"platform_details\"", ")" ]
The platform details associated with the billing code of the AMI.
[ "The", "platform", "details", "associated", "with", "the", "billing", "code", "of", "the", "AMI", "." ]
[ "\"\"\"\n The platform details associated with the billing code of the AMI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4d2385e80e803f1b03d25036ea278e9bfe22396e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/ami.py
[ "ECL-2.0", "Apache-2.0" ]
Python
root_snapshot_id
Optional[pulumi.Input[str]]
def root_snapshot_id(self) -> Optional[pulumi.Input[str]]: """ The Snapshot ID for the root volume (for EBS-backed AMIs) """ return pulumi.get(self, "root_snapshot_id")
The Snapshot ID for the root volume (for EBS-backed AMIs)
The Snapshot ID for the root volume (for EBS-backed AMIs)
[ "The", "Snapshot", "ID", "for", "the", "root", "volume", "(", "for", "EBS", "-", "backed", "AMIs", ")" ]
def root_snapshot_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "root_snapshot_id")
[ "def", "root_snapshot_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"root_snapshot_id\"", ")" ]
The Snapshot ID for the root volume (for EBS-backed AMIs)
[ "The", "Snapshot", "ID", "for", "the", "root", "volume", "(", "for", "EBS", "-", "backed", "AMIs", ")" ]
[ "\"\"\"\n The Snapshot ID for the root volume (for EBS-backed AMIs)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4d2385e80e803f1b03d25036ea278e9bfe22396e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/ami.py
[ "ECL-2.0", "Apache-2.0" ]
Python
usage_operation
Optional[pulumi.Input[str]]
def usage_operation(self) -> Optional[pulumi.Input[str]]: """ The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. """ return pulumi.get(self, "usage_operation")
The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
[ "The", "operation", "of", "the", "Amazon", "EC2", "instance", "and", "the", "billing", "code", "that", "is", "associated", "with", "the", "AMI", "." ]
def usage_operation(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "usage_operation")
[ "def", "usage_operation", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"usage_operation\"", ")" ]
The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
[ "The", "operation", "of", "the", "Amazon", "EC2", "instance", "and", "the", "billing", "code", "that", "is", "associated", "with", "the", "AMI", "." ]
[ "\"\"\"\n The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
027099d1744a757d04b4fba2851f5160d3b70ac7
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53/zone.py
[ "ECL-2.0", "Apache-2.0" ]
Python
delegation_set_id
Optional[pulumi.Input[str]]
def delegation_set_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones. """ return pulumi.get(self, "delegation_set_id")
The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones.
The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones.
[ "The", "ID", "of", "the", "reusable", "delegation", "set", "whose", "NS", "records", "you", "want", "to", "assign", "to", "the", "hosted", "zone", ".", "Conflicts", "with", "`", "vpc", "`", "as", "delegation", "sets", "can", "only", "be", "used", "for", ...
def delegation_set_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "delegation_set_id")
[ "def", "delegation_set_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"delegation_set_id\"", ")" ]
The ID of the reusable delegation set whose NS records you want to assign to the hosted zone.
[ "The", "ID", "of", "the", "reusable", "delegation", "set", "whose", "NS", "records", "you", "want", "to", "assign", "to", "the", "hosted", "zone", "." ]
[ "\"\"\"\n The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
027099d1744a757d04b4fba2851f5160d3b70ac7
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53/zone.py
[ "ECL-2.0", "Apache-2.0" ]
Python
vpcs
Optional[pulumi.Input[Sequence[pulumi.Input['ZoneVpcArgs']]]]
def vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ZoneVpcArgs']]]]: """ Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `route53.ZoneAssociation` resource specifying the same zone ID. ...
Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `route53.ZoneAssociation` resource specifying the same zone ID. Detailed below.
Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `route53.ZoneAssociation` resource specifying the same zone ID. Detailed below.
[ "Configuration", "block", "(", "s", ")", "specifying", "VPC", "(", "s", ")", "to", "associate", "with", "a", "private", "hosted", "zone", ".", "Conflicts", "with", "the", "`", "delegation_set_id", "`", "argument", "in", "this", "resource", "and", "any", "`...
def vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ZoneVpcArgs']]]]: return pulumi.get(self, "vpcs")
[ "def", "vpcs", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'ZoneVpcArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vpcs\"", ")" ]
Configuration block(s) specifying VPC(s) to associate with a private hosted zone.
[ "Configuration", "block", "(", "s", ")", "specifying", "VPC", "(", "s", ")", "to", "associate", "with", "a", "private", "hosted", "zone", "." ]
[ "\"\"\"\n Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `route53.ZoneAssociation` resource specifying the same zone ID. 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": [] }
4bfb2c673ca2a5bad9190c42ce63b1beba13ded2
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application_snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
application_version_id
Optional[pulumi.Input[int]]
def application_version_id(self) -> Optional[pulumi.Input[int]]: """ The current application version ID when the snapshot was created. """ return pulumi.get(self, "application_version_id")
The current application version ID when the snapshot was created.
The current application version ID when the snapshot was created.
[ "The", "current", "application", "version", "ID", "when", "the", "snapshot", "was", "created", "." ]
def application_version_id(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "application_version_id")
[ "def", "application_version_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"application_version_id\"", ")" ]
The current application version ID when the snapshot was created.
[ "The", "current", "application", "version", "ID", "when", "the", "snapshot", "was", "created", "." ]
[ "\"\"\"\n The current application version ID when the snapshot was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4bfb2c673ca2a5bad9190c42ce63b1beba13ded2
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application_snapshot.py
[ "ECL-2.0", "Apache-2.0" ]
Python
snapshot_creation_timestamp
Optional[pulumi.Input[str]]
def snapshot_creation_timestamp(self) -> Optional[pulumi.Input[str]]: """ The timestamp of the application snapshot. """ return pulumi.get(self, "snapshot_creation_timestamp")
The timestamp of the application snapshot.
The timestamp of the application snapshot.
[ "The", "timestamp", "of", "the", "application", "snapshot", "." ]
def snapshot_creation_timestamp(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "snapshot_creation_timestamp")
[ "def", "snapshot_creation_timestamp", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"snapshot_creation_timestamp\"", ")" ]
The timestamp of the application snapshot.
[ "The", "timestamp", "of", "the", "application", "snapshot", "." ]
[ "\"\"\"\n The timestamp of the application snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }