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
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cpu_threads_per_core
Optional[pulumi.Input[int]]
def cpu_threads_per_core(self) -> Optional[pulumi.Input[int]]: """ If set to to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information. """...
If set to to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.
If set to to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options] for more information.
[ "If", "set", "to", "to", "1", "hyperthreading", "is", "disabled", "on", "the", "launched", "instance", ".", "Defaults", "to", "2", "if", "not", "set", ".", "See", "[", "Optimizing", "CPU", "Options", "]", "for", "more", "information", "." ]
def cpu_threads_per_core(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "cpu_threads_per_core")
[ "def", "cpu_threads_per_core", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cpu_threads_per_core\"", ")" ]
If set to to 1, hyperthreading is disabled on the launched instance.
[ "If", "set", "to", "to", "1", "hyperthreading", "is", "disabled", "on", "the", "launched", "instance", "." ]
[ "\"\"\"\n If set to to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
credit_specification
Optional[pulumi.Input['SpotInstanceRequestCreditSpecificationArgs']]
def credit_specification(self) -> Optional[pulumi.Input['SpotInstanceRequestCreditSpecificationArgs']]: """ Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. the provider will only perform drift detection of its value when pres...
Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. the provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not c...
Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. the provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not change the...
[ "Configuration", "block", "for", "customizing", "the", "credit", "specification", "of", "the", "instance", ".", "See", "Credit", "Specification", "below", "for", "more", "details", ".", "the", "provider", "will", "only", "perform", "drift", "detection", "of", "i...
def credit_specification(self) -> Optional[pulumi.Input['SpotInstanceRequestCreditSpecificationArgs']]: return pulumi.get(self, "credit_specification")
[ "def", "credit_specification", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestCreditSpecificationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"credit_specification\"", ")" ]
Configuration block for customizing the credit specification of the instance.
[ "Configuration", "block", "for", "customizing", "the", "credit", "specification", "of", "the", "instance", "." ]
[ "\"\"\"\n Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. the provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. I...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
disable_api_termination
Optional[pulumi.Input[bool]]
def disable_api_termination(self) -> Optional[pulumi.Input[bool]]: """ If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination). """ return pulumi.get(self, "disable_api_term...
If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).
If true, enables [EC2 Instance Termination Protection].
[ "If", "true", "enables", "[", "EC2", "Instance", "Termination", "Protection", "]", "." ]
def disable_api_termination(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "disable_api_termination")
[ "def", "disable_api_termination", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_api_termination\"", ")" ]
If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).
[ "If", "true", "enables", "[", "EC2", "Instance", "Termination", "Protection", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AWSEC2", "/", "latest", "/", "UserGuide", "/", "terminating", "-", "instances", ".", "html#Us...
[ "\"\"\"\n If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ebs_block_devices
Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEbsBlockDeviceArgs']]]]
def ebs_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEbsBlockDeviceArgs']]]]: """ One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below f...
One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.
One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.
[ "One", "or", "more", "configuration", "blocks", "with", "additional", "EBS", "block", "devices", "to", "attach", "to", "the", "instance", ".", "Block", "device", "configurations", "only", "apply", "on", "resource", "creation", ".", "See", "Block", "Devices", "...
def ebs_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEbsBlockDeviceArgs']]]]: return pulumi.get(self, "ebs_block_devices")
[ "def", "ebs_block_devices", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestEbsBlockDeviceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ...
One or more configuration blocks with additional EBS block devices to attach to the instance.
[ "One", "or", "more", "configuration", "blocks", "with", "additional", "EBS", "block", "devices", "to", "attach", "to", "the", "instance", "." ]
[ "\"\"\"\n One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.\n ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
enclave_options
Optional[pulumi.Input['SpotInstanceRequestEnclaveOptionsArgs']]
def enclave_options(self) -> Optional[pulumi.Input['SpotInstanceRequestEnclaveOptionsArgs']]: """ Enable Nitro Enclaves on launched instances. See Enclave Options below for more details. """ return pulumi.get(self, "enclave_options")
Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.
Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.
[ "Enable", "Nitro", "Enclaves", "on", "launched", "instances", ".", "See", "Enclave", "Options", "below", "for", "more", "details", "." ]
def enclave_options(self) -> Optional[pulumi.Input['SpotInstanceRequestEnclaveOptionsArgs']]: return pulumi.get(self, "enclave_options")
[ "def", "enclave_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestEnclaveOptionsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enclave_options\"", ")" ]
Enable Nitro Enclaves on launched instances.
[ "Enable", "Nitro", "Enclaves", "on", "launched", "instances", "." ]
[ "\"\"\"\n Enable Nitro Enclaves on launched instances. See Enclave Options below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ephemeral_block_devices
Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEphemeralBlockDeviceArgs']]]]
def ephemeral_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEphemeralBlockDeviceArgs']]]]: """ One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details. When accessing th...
One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a set of objects.
One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a set of objects.
[ "One", "or", "more", "configuration", "blocks", "to", "customize", "Ephemeral", "(", "also", "known", "as", "\"", "Instance", "Store", "\"", ")", "volumes", "on", "the", "instance", ".", "See", "Block", "Devices", "below", "for", "details", ".", "When", "a...
def ephemeral_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestEphemeralBlockDeviceArgs']]]]: return pulumi.get(self, "ephemeral_block_devices")
[ "def", "ephemeral_block_devices", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestEphemeralBlockDeviceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(",...
One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance.
[ "One", "or", "more", "configuration", "blocks", "to", "customize", "Ephemeral", "(", "also", "known", "as", "\"", "Instance", "Store", "\"", ")", "volumes", "on", "the", "instance", "." ]
[ "\"\"\"\n One or more configuration blocks to customize Ephemeral (also known as \"Instance Store\") volumes on the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a set of objects.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
hibernation
Optional[pulumi.Input[bool]]
def hibernation(self) -> Optional[pulumi.Input[bool]]: """ If true, the launched EC2 instance will support hibernation. """ return pulumi.get(self, "hibernation")
If true, the launched EC2 instance will support hibernation.
If true, the launched EC2 instance will support hibernation.
[ "If", "true", "the", "launched", "EC2", "instance", "will", "support", "hibernation", "." ]
def hibernation(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "hibernation")
[ "def", "hibernation", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hibernation\"", ")" ]
If true, the launched EC2 instance will support hibernation.
[ "If", "true", "the", "launched", "EC2", "instance", "will", "support", "hibernation", "." ]
[ "\"\"\"\n If true, the launched EC2 instance will support hibernation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
instance_initiated_shutdown_behavior
Optional[pulumi.Input[str]]
def instance_initiated_shutdown_behavior(self) -> Optional[pulumi.Input[str]]: """ Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws...
Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceIniti...
Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior] for more information.
[ "Shutdown", "behavior", "for", "the", "instance", ".", "Amazon", "defaults", "this", "to", "`", "stop", "`", "for", "EBS", "-", "backed", "instances", "and", "`", "terminate", "`", "for", "instance", "-", "store", "instances", ".", "Cannot", "be", "set", ...
def instance_initiated_shutdown_behavior(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "instance_initiated_shutdown_behavior")
[ "def", "instance_initiated_shutdown_behavior", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_initiated_shutdown_behavior\"", ")" ]
Shutdown behavior for the instance.
[ "Shutdown", "behavior", "for", "the", "instance", "." ]
[ "\"\"\"\n Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingI...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
launch_group
Optional[pulumi.Input[str]]
def launch_group(self) -> Optional[pulumi.Input[str]]: """ A launch group is a group of spot instances that launch together and terminate together. If left empty instances are launched and terminated individually. """ return pulumi.get(self, "launch_group")
A launch group is a group of spot instances that launch together and terminate together. If left empty instances are launched and terminated individually.
A launch group is a group of spot instances that launch together and terminate together. If left empty instances are launched and terminated individually.
[ "A", "launch", "group", "is", "a", "group", "of", "spot", "instances", "that", "launch", "together", "and", "terminate", "together", ".", "If", "left", "empty", "instances", "are", "launched", "and", "terminated", "individually", "." ]
def launch_group(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "launch_group")
[ "def", "launch_group", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"launch_group\"", ")" ]
A launch group is a group of spot instances that launch together and terminate together.
[ "A", "launch", "group", "is", "a", "group", "of", "spot", "instances", "that", "launch", "together", "and", "terminate", "together", "." ]
[ "\"\"\"\n A launch group is a group of spot instances that launch together and terminate together.\n If left empty instances are launched and terminated individually.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
launch_template
Optional[pulumi.Input['SpotInstanceRequestLaunchTemplateArgs']]
def launch_template(self) -> Optional[pulumi.Input['SpotInstanceRequestLaunchTemplateArgs']]: """ Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification bel...
Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.
Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.
[ "Specifies", "a", "Launch", "Template", "to", "configure", "the", "instance", ".", "Parameters", "configured", "on", "this", "resource", "will", "override", "the", "corresponding", "parameters", "in", "the", "Launch", "Template", ".", "See", "Launch", "Template", ...
def launch_template(self) -> Optional[pulumi.Input['SpotInstanceRequestLaunchTemplateArgs']]: return pulumi.get(self, "launch_template")
[ "def", "launch_template", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestLaunchTemplateArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"launch_template\"", ")" ]
Specifies a Launch Template to configure the instance.
[ "Specifies", "a", "Launch", "Template", "to", "configure", "the", "instance", "." ]
[ "\"\"\"\n Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template.\n See Launch Template Specification below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
metadata_options
Optional[pulumi.Input['SpotInstanceRequestMetadataOptionsArgs']]
def metadata_options(self) -> Optional[pulumi.Input['SpotInstanceRequestMetadataOptionsArgs']]: """ Customize the metadata options of the instance. See Metadata Options below for more details. """ return pulumi.get(self, "metadata_options")
Customize the metadata options of the instance. See Metadata Options below for more details.
Customize the metadata options of the instance. See Metadata Options below for more details.
[ "Customize", "the", "metadata", "options", "of", "the", "instance", ".", "See", "Metadata", "Options", "below", "for", "more", "details", "." ]
def metadata_options(self) -> Optional[pulumi.Input['SpotInstanceRequestMetadataOptionsArgs']]: return pulumi.get(self, "metadata_options")
[ "def", "metadata_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestMetadataOptionsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"metadata_options\"", ")" ]
Customize the metadata options of the instance.
[ "Customize", "the", "metadata", "options", "of", "the", "instance", "." ]
[ "\"\"\"\n Customize the metadata options of the instance. See Metadata Options below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
network_interfaces
Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestNetworkInterfaceArgs']]]]
def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestNetworkInterfaceArgs']]]]: """ Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details. """ return pulumi.get(self, "network_interfaces...
Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.
Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.
[ "Customize", "network", "interfaces", "to", "be", "attached", "at", "instance", "boot", "time", ".", "See", "Network", "Interfaces", "below", "for", "more", "details", "." ]
def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SpotInstanceRequestNetworkInterfaceArgs']]]]: return pulumi.get(self, "network_interfaces")
[ "def", "network_interfaces", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestNetworkInterfaceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self"...
Customize network interfaces to be attached at instance boot time.
[ "Customize", "network", "interfaces", "to", "be", "attached", "at", "instance", "boot", "time", "." ]
[ "\"\"\"\n Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
placement_partition_number
Optional[pulumi.Input[int]]
def placement_partition_number(self) -> Optional[pulumi.Input[int]]: """ The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `"partition"`. """ return pulumi.get(self, "placement_partition_number")
The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `"partition"`.
The number of the partition the instance is in.
[ "The", "number", "of", "the", "partition", "the", "instance", "is", "in", "." ]
def placement_partition_number(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "placement_partition_number")
[ "def", "placement_partition_number", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"placement_partition_number\"", ")" ]
The number of the partition the instance is in.
[ "The", "number", "of", "the", "partition", "the", "instance", "is", "in", "." ]
[ "\"\"\"\n The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `\"partition\"`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
root_block_device
Optional[pulumi.Input['SpotInstanceRequestRootBlockDeviceArgs']]
def root_block_device(self) -> Optional[pulumi.Input['SpotInstanceRequestRootBlockDeviceArgs']]: """ Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one objec...
Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.
Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.
[ "Configuration", "block", "to", "customize", "details", "about", "the", "root", "block", "device", "of", "the", "instance", ".", "See", "Block", "Devices", "below", "for", "details", ".", "When", "accessing", "this", "as", "an", "attribute", "reference", "it",...
def root_block_device(self) -> Optional[pulumi.Input['SpotInstanceRequestRootBlockDeviceArgs']]: return pulumi.get(self, "root_block_device")
[ "def", "root_block_device", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'SpotInstanceRequestRootBlockDeviceArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"root_block_device\"", ")" ]
Configuration block to customize details about the root block device of the instance.
[ "Configuration", "block", "to", "customize", "details", "about", "the", "root", "block", "device", "of", "the", "instance", "." ]
[ "\"\"\"\n Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
secondary_private_ips
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def secondary_private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ A list of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a ...
A list of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e. referenced in a `network_interface` block. Refer to the [Elasti...
A list of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e. referenced in a `network_interface` block. Refer to the [Elastic network...
[ "A", "list", "of", "secondary", "private", "IPv4", "addresses", "to", "assign", "to", "the", "instance", "'", "s", "primary", "network", "interface", "(", "eth0", ")", "in", "a", "VPC", ".", "Can", "only", "be", "assigned", "to", "the", "primary", "netwo...
def secondary_private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "secondary_private_ips")
[ "def", "secondary_private_ips", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secondary_private_ips...
A list of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC.
[ "A", "list", "of", "secondary", "private", "IPv4", "addresses", "to", "assign", "to", "the", "instance", "'", "s", "primary", "network", "interface", "(", "eth0", ")", "in", "a", "VPC", "." ]
[ "\"\"\"\n A list of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e. referenced in a `network_interface` block. Refer to...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
spot_type
Optional[pulumi.Input[str]]
def spot_type(self) -> Optional[pulumi.Input[str]]: """ If set to `one-time`, after the instance is terminated, the spot request will be closed. """ return pulumi.get(self, "spot_type")
If set to `one-time`, after the instance is terminated, the spot request will be closed.
If set to `one-time`, after the instance is terminated, the spot request will be closed.
[ "If", "set", "to", "`", "one", "-", "time", "`", "after", "the", "instance", "is", "terminated", "the", "spot", "request", "will", "be", "closed", "." ]
def spot_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "spot_type")
[ "def", "spot_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"spot_type\"", ")" ]
If set to `one-time`, after the instance is terminated, the spot request will be closed.
[ "If", "set", "to", "`", "one", "-", "time", "`", "after", "the", "instance", "is", "terminated", "the", "spot", "request", "will", "be", "closed", "." ]
[ "\"\"\"\n If set to `one-time`, after\n the instance is terminated, the spot request will be closed.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
volume_tags
Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: """ A map of tags to assign, at instance-creation time, to root and EBS volumes. """ return pulumi.get(self, "volume_tags")
A map of tags to assign, at instance-creation time, to root and EBS volumes.
A map of tags to assign, at instance-creation time, to root and EBS volumes.
[ "A", "map", "of", "tags", "to", "assign", "at", "instance", "-", "creation", "time", "to", "root", "and", "EBS", "volumes", "." ]
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: return pulumi.get(self, "volume_tags")
[ "def", "volume_tags", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Mapping", "[", "str", ",", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_tags\"", ...
A map of tags to assign, at instance-creation time, to root and EBS volumes.
[ "A", "map", "of", "tags", "to", "assign", "at", "instance", "-", "creation", "time", "to", "root", "and", "EBS", "volumes", "." ]
[ "\"\"\"\n A map of tags to assign, at instance-creation time, to root and EBS volumes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
spot_instance_id
Optional[pulumi.Input[str]]
def spot_instance_id(self) -> Optional[pulumi.Input[str]]: """ The Instance ID (if any) that is currently fulfilling the Spot Instance request. """ return pulumi.get(self, "spot_instance_id")
The Instance ID (if any) that is currently fulfilling the Spot Instance request.
The Instance ID (if any) that is currently fulfilling the Spot Instance request.
[ "The", "Instance", "ID", "(", "if", "any", ")", "that", "is", "currently", "fulfilling", "the", "Spot", "Instance", "request", "." ]
def spot_instance_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "spot_instance_id")
[ "def", "spot_instance_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"spot_instance_id\"", ")" ]
The Instance ID (if any) that is currently fulfilling the Spot Instance request.
[ "The", "Instance", "ID", "(", "if", "any", ")", "that", "is", "currently", "fulfilling", "the", "Spot", "Instance", "request", "." ]
[ "\"\"\"\n The Instance ID (if any) that is currently fulfilling\n the Spot Instance request.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
capacity_reservation_specification
pulumi.Output['outputs.SpotInstanceRequestCapacityReservationSpecification']
def capacity_reservation_specification(self) -> pulumi.Output['outputs.SpotInstanceRequestCapacityReservationSpecification']: """ Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details. """ return pulumi.get(self, "cap...
Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.
Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.
[ "Describes", "an", "instance", "'", "s", "Capacity", "Reservation", "targeting", "option", ".", "See", "Capacity", "Reservation", "Specification", "below", "for", "more", "details", "." ]
def capacity_reservation_specification(self) -> pulumi.Output['outputs.SpotInstanceRequestCapacityReservationSpecification']: return pulumi.get(self, "capacity_reservation_specification")
[ "def", "capacity_reservation_specification", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.SpotInstanceRequestCapacityReservationSpecification'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"capacity_reservation_specification\"", ")" ]
Describes an instance's Capacity Reservation targeting option.
[ "Describes", "an", "instance", "'", "s", "Capacity", "Reservation", "targeting", "option", "." ]
[ "\"\"\"\n Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
disable_api_termination
pulumi.Output[bool]
def disable_api_termination(self) -> pulumi.Output[bool]: """ If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination). """ return pulumi.get(self, "disable_api_termination")
If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).
If true, enables [EC2 Instance Termination Protection].
[ "If", "true", "enables", "[", "EC2", "Instance", "Termination", "Protection", "]", "." ]
def disable_api_termination(self) -> pulumi.Output[bool]: return pulumi.get(self, "disable_api_termination")
[ "def", "disable_api_termination", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_api_termination\"", ")" ]
If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).
[ "If", "true", "enables", "[", "EC2", "Instance", "Termination", "Protection", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AWSEC2", "/", "latest", "/", "UserGuide", "/", "terminating", "-", "instances", ".", "html#Us...
[ "\"\"\"\n If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
enclave_options
pulumi.Output['outputs.SpotInstanceRequestEnclaveOptions']
def enclave_options(self) -> pulumi.Output['outputs.SpotInstanceRequestEnclaveOptions']: """ Enable Nitro Enclaves on launched instances. See Enclave Options below for more details. """ return pulumi.get(self, "enclave_options")
Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.
Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.
[ "Enable", "Nitro", "Enclaves", "on", "launched", "instances", ".", "See", "Enclave", "Options", "below", "for", "more", "details", "." ]
def enclave_options(self) -> pulumi.Output['outputs.SpotInstanceRequestEnclaveOptions']: return pulumi.get(self, "enclave_options")
[ "def", "enclave_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.SpotInstanceRequestEnclaveOptions'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enclave_options\"", ")" ]
Enable Nitro Enclaves on launched instances.
[ "Enable", "Nitro", "Enclaves", "on", "launched", "instances", "." ]
[ "\"\"\"\n Enable Nitro Enclaves on launched instances. See Enclave Options below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
instance_initiated_shutdown_behavior
pulumi.Output[str]
def instance_initiated_shutdown_behavior(self) -> pulumi.Output[str]: """ Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.c...
Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceIniti...
Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior] for more information.
[ "Shutdown", "behavior", "for", "the", "instance", ".", "Amazon", "defaults", "this", "to", "`", "stop", "`", "for", "EBS", "-", "backed", "instances", "and", "`", "terminate", "`", "for", "instance", "-", "store", "instances", ".", "Cannot", "be", "set", ...
def instance_initiated_shutdown_behavior(self) -> pulumi.Output[str]: return pulumi.get(self, "instance_initiated_shutdown_behavior")
[ "def", "instance_initiated_shutdown_behavior", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_initiated_shutdown_behavior\"", ")" ]
Shutdown behavior for the instance.
[ "Shutdown", "behavior", "for", "the", "instance", "." ]
[ "\"\"\"\n Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingI...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
instance_interruption_behavior
pulumi.Output[str]
def instance_interruption_behavior(self) -> pulumi.Output[str]: """ Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`. """ return pulumi.get(self, "instance_interruption_behavior")
Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
Indicates Spot instance behavior when it is interrupted.
[ "Indicates", "Spot", "instance", "behavior", "when", "it", "is", "interrupted", "." ]
def instance_interruption_behavior(self) -> pulumi.Output[str]: return pulumi.get(self, "instance_interruption_behavior")
[ "def", "instance_interruption_behavior", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_interruption_behavior\"", ")" ]
Indicates Spot instance behavior when it is interrupted.
[ "Indicates", "Spot", "instance", "behavior", "when", "it", "is", "interrupted", "." ]
[ "\"\"\"\n Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
instance_interruption_behaviour
pulumi.Output[str]
def instance_interruption_behaviour(self) -> pulumi.Output[str]: """ Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`. Use the argument `instance_interruption_behavior` instead. """ return pulumi.g...
Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`. Use the argument `instance_interruption_behavior` instead.
Indicates Spot instance behavior when it is interrupted.
[ "Indicates", "Spot", "instance", "behavior", "when", "it", "is", "interrupted", "." ]
def instance_interruption_behaviour(self) -> pulumi.Output[str]: return pulumi.get(self, "instance_interruption_behaviour")
[ "def", "instance_interruption_behaviour", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_interruption_behaviour\"", ")" ]
Indicates Spot instance behavior when it is interrupted.
[ "Indicates", "Spot", "instance", "behavior", "when", "it", "is", "interrupted", "." ]
[ "\"\"\"\n Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`. Use the argument `instance_interruption_behavior` instead.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
launch_template
pulumi.Output[Optional['outputs.SpotInstanceRequestLaunchTemplate']]
def launch_template(self) -> pulumi.Output[Optional['outputs.SpotInstanceRequestLaunchTemplate']]: """ Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specificatio...
Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.
Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.
[ "Specifies", "a", "Launch", "Template", "to", "configure", "the", "instance", ".", "Parameters", "configured", "on", "this", "resource", "will", "override", "the", "corresponding", "parameters", "in", "the", "Launch", "Template", ".", "See", "Launch", "Template", ...
def launch_template(self) -> pulumi.Output[Optional['outputs.SpotInstanceRequestLaunchTemplate']]: return pulumi.get(self, "launch_template")
[ "def", "launch_template", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SpotInstanceRequestLaunchTemplate'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"launch_template\"", ")" ]
Specifies a Launch Template to configure the instance.
[ "Specifies", "a", "Launch", "Template", "to", "configure", "the", "instance", "." ]
[ "\"\"\"\n Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template.\n See Launch Template Specification below for more 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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
monitoring
pulumi.Output[bool]
def monitoring(self) -> pulumi.Output[bool]: """ If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0) """ return pulumi.get(self, "monitoring")
If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)
If true, the launched EC2 instance will have detailed monitoring enabled.
[ "If", "true", "the", "launched", "EC2", "instance", "will", "have", "detailed", "monitoring", "enabled", "." ]
def monitoring(self) -> pulumi.Output[bool]: return pulumi.get(self, "monitoring")
[ "def", "monitoring", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monitoring\"", ")" ]
If true, the launched EC2 instance will have detailed monitoring enabled.
[ "If", "true", "the", "launched", "EC2", "instance", "will", "have", "detailed", "monitoring", "enabled", "." ]
[ "\"\"\"\n If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.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": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
placement_partition_number
pulumi.Output[int]
def placement_partition_number(self) -> pulumi.Output[int]: """ The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `"partition"`. """ return pulumi.get(self, "placement_partition_number")
The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `"partition"`.
The number of the partition the instance is in.
[ "The", "number", "of", "the", "partition", "the", "instance", "is", "in", "." ]
def placement_partition_number(self) -> pulumi.Output[int]: return pulumi.get(self, "placement_partition_number")
[ "def", "placement_partition_number", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"placement_partition_number\"", ")" ]
The number of the partition the instance is in.
[ "The", "number", "of", "the", "partition", "the", "instance", "is", "in", "." ]
[ "\"\"\"\n The number of the partition the instance is in. Valid only if the `ec2.PlacementGroup` resource's `strategy` argument is set to `\"partition\"`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
spot_price
pulumi.Output[str]
def spot_price(self) -> pulumi.Output[str]: """ The maximum price to request on the spot market. """ return pulumi.get(self, "spot_price")
The maximum price to request on the spot market.
The maximum price to request on the spot market.
[ "The", "maximum", "price", "to", "request", "on", "the", "spot", "market", "." ]
def spot_price(self) -> pulumi.Output[str]: return pulumi.get(self, "spot_price")
[ "def", "spot_price", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"spot_price\"", ")" ]
The maximum price to request on the spot market.
[ "The", "maximum", "price", "to", "request", "on", "the", "spot", "market", "." ]
[ "\"\"\"\n The maximum price to request on the spot market.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_data
pulumi.Output[str]
def user_data(self) -> pulumi.Output[str]: """ User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead. """ return pulumi.get(self, "user_data")
User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead.
User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead.
[ "User", "data", "to", "provide", "when", "launching", "the", "instance", ".", "Do", "not", "pass", "gzip", "-", "compressed", "data", "via", "this", "argument", ";", "see", "`", "user_data_base64", "`", "instead", "." ]
def user_data(self) -> pulumi.Output[str]: return pulumi.get(self, "user_data")
[ "def", "user_data", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_data\"", ")" ]
User data to provide when launching the instance.
[ "User", "data", "to", "provide", "when", "launching", "the", "instance", "." ]
[ "\"\"\"\n User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0e1e8b61ef8839466ba91abf0e03b25086edf50e
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/spot_instance_request.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_data_base64
pulumi.Output[str]
def user_data_base64(self) -> pulumi.Output[str]: """ Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to...
Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.
Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.
[ "Can", "be", "used", "instead", "of", "`", "user_data", "`", "to", "pass", "base64", "-", "encoded", "binary", "data", "directly", ".", "Use", "this", "instead", "of", "`", "user_data", "`", "whenever", "the", "value", "is", "not", "a", "valid", "UTF", ...
def user_data_base64(self) -> pulumi.Output[str]: return pulumi.get(self, "user_data_base64")
[ "def", "user_data_base64", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_data_base64\"", ")" ]
Can be used instead of `user_data` to pass base64-encoded binary data directly.
[ "Can", "be", "used", "instead", "of", "`", "user_data", "`", "to", "pass", "base64", "-", "encoded", "binary", "data", "directly", "." ]
[ "\"\"\"\n Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bcfae1535b271507c2dbb069ecf9ebc19259da41
rapzo/pulumi-aws
sdk/python/pulumi_aws/schemas/schema.py
[ "ECL-2.0", "Apache-2.0" ]
Python
version_created_date
Optional[pulumi.Input[str]]
def version_created_date(self) -> Optional[pulumi.Input[str]]: """ The created date of the version of the schema. """ return pulumi.get(self, "version_created_date")
The created date of the version of the schema.
The created date of the version of the schema.
[ "The", "created", "date", "of", "the", "version", "of", "the", "schema", "." ]
def version_created_date(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "version_created_date")
[ "def", "version_created_date", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"version_created_date\"", ")" ]
The created date of the version of the schema.
[ "The", "created", "date", "of", "the", "version", "of", "the", "schema", "." ]
[ "\"\"\"\n The created date of the version of the schema.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bcfae1535b271507c2dbb069ecf9ebc19259da41
rapzo/pulumi-aws
sdk/python/pulumi_aws/schemas/schema.py
[ "ECL-2.0", "Apache-2.0" ]
Python
version_created_date
pulumi.Output[str]
def version_created_date(self) -> pulumi.Output[str]: """ The created date of the version of the schema. """ return pulumi.get(self, "version_created_date")
The created date of the version of the schema.
The created date of the version of the schema.
[ "The", "created", "date", "of", "the", "version", "of", "the", "schema", "." ]
def version_created_date(self) -> pulumi.Output[str]: return pulumi.get(self, "version_created_date")
[ "def", "version_created_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"version_created_date\"", ")" ]
The created date of the version of the schema.
[ "The", "created", "date", "of", "the", "version", "of", "the", "schema", "." ]
[ "\"\"\"\n The created date of the version of the schema.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6cab267fc416527e3f72bf7b8ea835232fc5c146
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3control/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
outpost_id
pulumi.Input[str]
def outpost_id(self) -> pulumi.Input[str]: """ Identifier of the Outpost to contain this bucket. """ return pulumi.get(self, "outpost_id")
Identifier of the Outpost to contain this bucket.
Identifier of the Outpost to contain this bucket.
[ "Identifier", "of", "the", "Outpost", "to", "contain", "this", "bucket", "." ]
def outpost_id(self) -> pulumi.Input[str]: return pulumi.get(self, "outpost_id")
[ "def", "outpost_id", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"outpost_id\"", ")" ]
Identifier of the Outpost to contain this bucket.
[ "Identifier", "of", "the", "Outpost", "to", "contain", "this", "bucket", "." ]
[ "\"\"\"\n Identifier of the Outpost to contain this bucket.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6cab267fc416527e3f72bf7b8ea835232fc5c146
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3control/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
outpost_id
Optional[pulumi.Input[str]]
def outpost_id(self) -> Optional[pulumi.Input[str]]: """ Identifier of the Outpost to contain this bucket. """ return pulumi.get(self, "outpost_id")
Identifier of the Outpost to contain this bucket.
Identifier of the Outpost to contain this bucket.
[ "Identifier", "of", "the", "Outpost", "to", "contain", "this", "bucket", "." ]
def outpost_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "outpost_id")
[ "def", "outpost_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"outpost_id\"", ")" ]
Identifier of the Outpost to contain this bucket.
[ "Identifier", "of", "the", "Outpost", "to", "contain", "this", "bucket", "." ]
[ "\"\"\"\n Identifier of the Outpost to contain this bucket.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6cab267fc416527e3f72bf7b8ea835232fc5c146
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3control/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
public_access_block_enabled
Optional[pulumi.Input[bool]]
def public_access_block_enabled(self) -> Optional[pulumi.Input[bool]]: """ Boolean whether Public Access Block is enabled. """ return pulumi.get(self, "public_access_block_enabled")
Boolean whether Public Access Block is enabled.
Boolean whether Public Access Block is enabled.
[ "Boolean", "whether", "Public", "Access", "Block", "is", "enabled", "." ]
def public_access_block_enabled(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "public_access_block_enabled")
[ "def", "public_access_block_enabled", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_access_block_enabled\"", ")" ]
Boolean whether Public Access Block is enabled.
[ "Boolean", "whether", "Public", "Access", "Block", "is", "enabled", "." ]
[ "\"\"\"\n Boolean whether Public Access Block is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6cd1eff89d58a2bd1aa63c4799de2715497cf0d6
rapzo/pulumi-aws
sdk/python/pulumi_aws/waf/rule.py
[ "ECL-2.0", "Apache-2.0" ]
Python
predicates
Optional[pulumi.Input[Sequence[pulumi.Input['RulePredicateArgs']]]]
def predicates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RulePredicateArgs']]]]: """ The objects to include in a rule (documented below). """ return pulumi.get(self, "predicates")
The objects to include in a rule (documented below).
The objects to include in a rule (documented below).
[ "The", "objects", "to", "include", "in", "a", "rule", "(", "documented", "below", ")", "." ]
def predicates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RulePredicateArgs']]]]: return pulumi.get(self, "predicates")
[ "def", "predicates", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'RulePredicateArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"predicates\"", ...
The objects to include in a rule (documented below).
[ "The", "objects", "to", "include", "in", "a", "rule", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n The objects to include in a rule (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": [] }
6cd1eff89d58a2bd1aa63c4799de2715497cf0d6
rapzo/pulumi-aws
sdk/python/pulumi_aws/waf/rule.py
[ "ECL-2.0", "Apache-2.0" ]
Python
predicates
pulumi.Output[Optional[Sequence['outputs.RulePredicate']]]
def predicates(self) -> pulumi.Output[Optional[Sequence['outputs.RulePredicate']]]: """ The objects to include in a rule (documented below). """ return pulumi.get(self, "predicates")
The objects to include in a rule (documented below).
The objects to include in a rule (documented below).
[ "The", "objects", "to", "include", "in", "a", "rule", "(", "documented", "below", ")", "." ]
def predicates(self) -> pulumi.Output[Optional[Sequence['outputs.RulePredicate']]]: return pulumi.get(self, "predicates")
[ "def", "predicates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.RulePredicate'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"predicates\"", ")" ]
The objects to include in a rule (documented below).
[ "The", "objects", "to", "include", "in", "a", "rule", "(", "documented", "below", ")", "." ]
[ "\"\"\"\n The objects to include in a rule (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": [] }
ce10b1620fec3229cec6276999f3b36f70c17612
rapzo/pulumi-aws
sdk/python/pulumi_aws/secretsmanager/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
last_accessed_date
Optional[pulumi.Input[str]]
def last_accessed_date(self) -> Optional[pulumi.Input[str]]: """ Date that you last accessed the secret in the Region. """ return pulumi.get(self, "last_accessed_date")
Date that you last accessed the secret in the Region.
Date that you last accessed the secret in the Region.
[ "Date", "that", "you", "last", "accessed", "the", "secret", "in", "the", "Region", "." ]
def last_accessed_date(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "last_accessed_date")
[ "def", "last_accessed_date", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_accessed_date\"", ")" ]
Date that you last accessed the secret in the Region.
[ "Date", "that", "you", "last", "accessed", "the", "secret", "in", "the", "Region", "." ]
[ "\"\"\"\n Date that you last accessed the secret in the Region.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ce10b1620fec3229cec6276999f3b36f70c17612
rapzo/pulumi-aws
sdk/python/pulumi_aws/secretsmanager/_inputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
automatically_after_days
pulumi.Input[int]
def automatically_after_days(self) -> pulumi.Input[int]: """ Specifies the number of days between automatic scheduled rotations of the secret. """ return pulumi.get(self, "automatically_after_days")
Specifies the number of days between automatic scheduled rotations of the secret.
Specifies the number of days between automatic scheduled rotations of the secret.
[ "Specifies", "the", "number", "of", "days", "between", "automatic", "scheduled", "rotations", "of", "the", "secret", "." ]
def automatically_after_days(self) -> pulumi.Input[int]: return pulumi.get(self, "automatically_after_days")
[ "def", "automatically_after_days", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"automatically_after_days\"", ")" ]
Specifies the number of days between automatic scheduled rotations of the secret.
[ "Specifies", "the", "number", "of", "days", "between", "automatic", "scheduled", "rotations", "of", "the", "secret", "." ]
[ "\"\"\"\n Specifies the number of days between automatic scheduled rotations of the secret.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb9cdb1a856d298e0be4e4628f8824b146273be9
rapzo/pulumi-aws
sdk/python/pulumi_aws/iam/access_key.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ses_smtp_password_v4
Optional[pulumi.Input[str]]
def ses_smtp_password_v4(self) -> Optional[pulumi.Input[str]]: """ Secret access key converted into an SES SMTP password by applying [AWS's documented Sigv4 conversion algorithm](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert). This attribute is not ...
Secret access key converted into an SES SMTP password by applying [AWS's documented Sigv4 conversion algorithm](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert). This attribute is not available for imported resources. As SigV4 is region specific, valid Provi...
Secret access key converted into an SES SMTP password by applying [AWS's documented Sigv4 conversion algorithm]. This attribute is not available for imported resources.
[ "Secret", "access", "key", "converted", "into", "an", "SES", "SMTP", "password", "by", "applying", "[", "AWS", "'", "s", "documented", "Sigv4", "conversion", "algorithm", "]", ".", "This", "attribute", "is", "not", "available", "for", "imported", "resources", ...
def ses_smtp_password_v4(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "ses_smtp_password_v4")
[ "def", "ses_smtp_password_v4", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ses_smtp_password_v4\"", ")" ]
Secret access key converted into an SES SMTP password by applying [AWS's documented Sigv4 conversion algorithm](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert).
[ "Secret", "access", "key", "converted", "into", "an", "SES", "SMTP", "password", "by", "applying", "[", "AWS", "'", "s", "documented", "Sigv4", "conversion", "algorithm", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", ...
[ "\"\"\"\n Secret access key converted into an SES SMTP password by applying [AWS's documented Sigv4 conversion algorithm](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert). This attribute is not available for imported resources. As SigV4 is region specific,...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
911b7462f748ad4509736adf8ee30c8c8a2158b0
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/network_interface.py
[ "ECL-2.0", "Apache-2.0" ]
Python
interface_type
pulumi.Output[str]
def interface_type(self) -> pulumi.Output[str]: """ Type of network interface to create. Set to `efa` for Elastic Fabric Adapter. """ return pulumi.get(self, "interface_type")
Type of network interface to create. Set to `efa` for Elastic Fabric Adapter.
Type of network interface to create. Set to `efa` for Elastic Fabric Adapter.
[ "Type", "of", "network", "interface", "to", "create", ".", "Set", "to", "`", "efa", "`", "for", "Elastic", "Fabric", "Adapter", "." ]
def interface_type(self) -> pulumi.Output[str]: return pulumi.get(self, "interface_type")
[ "def", "interface_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"interface_type\"", ")" ]
Type of network interface to create.
[ "Type", "of", "network", "interface", "to", "create", "." ]
[ "\"\"\"\n Type of network interface to create. Set to `efa` for Elastic Fabric Adapter.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b28468ea3cb71582e52ed4c6437ffcc1f1e77985
rapzo/pulumi-aws
sdk/python/pulumi_aws/sagemaker/app_image_config.py
[ "ECL-2.0", "Apache-2.0" ]
Python
kernel_gateway_image_config
Optional[pulumi.Input['AppImageConfigKernelGatewayImageConfigArgs']]
def kernel_gateway_image_config(self) -> Optional[pulumi.Input['AppImageConfigKernelGatewayImageConfigArgs']]: """ The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below. """ return pulumi.get(s...
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.
[ "The", "configuration", "for", "the", "file", "system", "and", "kernels", "in", "a", "SageMaker", "image", "running", "as", "a", "KernelGateway", "app", ".", "See", "Kernel", "Gateway", "Image", "Config", "details", "below", "." ]
def kernel_gateway_image_config(self) -> Optional[pulumi.Input['AppImageConfigKernelGatewayImageConfigArgs']]: return pulumi.get(self, "kernel_gateway_image_config")
[ "def", "kernel_gateway_image_config", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'AppImageConfigKernelGatewayImageConfigArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kernel_gateway_image_config\"", ")" ]
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.
[ "The", "configuration", "for", "the", "file", "system", "and", "kernels", "in", "a", "SageMaker", "image", "running", "as", "a", "KernelGateway", "app", "." ]
[ "\"\"\"\n The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config 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": [] }
b28468ea3cb71582e52ed4c6437ffcc1f1e77985
rapzo/pulumi-aws
sdk/python/pulumi_aws/sagemaker/app_image_config.py
[ "ECL-2.0", "Apache-2.0" ]
Python
kernel_gateway_image_config
pulumi.Output[Optional['outputs.AppImageConfigKernelGatewayImageConfig']]
def kernel_gateway_image_config(self) -> pulumi.Output[Optional['outputs.AppImageConfigKernelGatewayImageConfig']]: """ The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below. """ return pulumi....
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.
[ "The", "configuration", "for", "the", "file", "system", "and", "kernels", "in", "a", "SageMaker", "image", "running", "as", "a", "KernelGateway", "app", ".", "See", "Kernel", "Gateway", "Image", "Config", "details", "below", "." ]
def kernel_gateway_image_config(self) -> pulumi.Output[Optional['outputs.AppImageConfigKernelGatewayImageConfig']]: return pulumi.get(self, "kernel_gateway_image_config")
[ "def", "kernel_gateway_image_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AppImageConfigKernelGatewayImageConfig'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kernel_gateway_image_config\"", ")" ]
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.
[ "The", "configuration", "for", "the", "file", "system", "and", "kernels", "in", "a", "SageMaker", "image", "running", "as", "a", "KernelGateway", "app", "." ]
[ "\"\"\"\n The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config 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": [] }
7c86f49d8026811bb73734c682c26d70a9c96c20
rapzo/pulumi-aws
sdk/python/pulumi_aws/sagemaker/model.py
[ "ECL-2.0", "Apache-2.0" ]
Python
inference_execution_config
Optional[pulumi.Input['ModelInferenceExecutionConfigArgs']]
def inference_execution_config(self) -> Optional[pulumi.Input['ModelInferenceExecutionConfigArgs']]: """ Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config. """ return pulumi.get(self, "inference_execution_config")
Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.
Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.
[ "Specifies", "details", "of", "how", "containers", "in", "a", "multi", "-", "container", "endpoint", "are", "called", ".", "see", "Inference", "Execution", "Config", "." ]
def inference_execution_config(self) -> Optional[pulumi.Input['ModelInferenceExecutionConfigArgs']]: return pulumi.get(self, "inference_execution_config")
[ "def", "inference_execution_config", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'ModelInferenceExecutionConfigArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"inference_execution_config\"", ")" ]
Specifies details of how containers in a multi-container endpoint are called.
[ "Specifies", "details", "of", "how", "containers", "in", "a", "multi", "-", "container", "endpoint", "are", "called", "." ]
[ "\"\"\"\n Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7c86f49d8026811bb73734c682c26d70a9c96c20
rapzo/pulumi-aws
sdk/python/pulumi_aws/sagemaker/model.py
[ "ECL-2.0", "Apache-2.0" ]
Python
inference_execution_config
pulumi.Output['outputs.ModelInferenceExecutionConfig']
def inference_execution_config(self) -> pulumi.Output['outputs.ModelInferenceExecutionConfig']: """ Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config. """ return pulumi.get(self, "inference_execution_config")
Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.
Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.
[ "Specifies", "details", "of", "how", "containers", "in", "a", "multi", "-", "container", "endpoint", "are", "called", ".", "see", "Inference", "Execution", "Config", "." ]
def inference_execution_config(self) -> pulumi.Output['outputs.ModelInferenceExecutionConfig']: return pulumi.get(self, "inference_execution_config")
[ "def", "inference_execution_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ModelInferenceExecutionConfig'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"inference_execution_config\"", ")" ]
Specifies details of how containers in a multi-container endpoint are called.
[ "Specifies", "details", "of", "how", "containers", "in", "a", "multi", "-", "container", "endpoint", "are", "called", "." ]
[ "\"\"\"\n Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
input_record_tables
pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]
def input_record_tables(self) -> pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]: """ A list of AWS Glue table definitions used by the transform. see Input Record Tables. """ return pulumi.get(self, "input_record_tables")
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", ".", "see", "Input", "Record", "Tables", "." ]
def input_record_tables(self) -> pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]: return pulumi.get(self, "input_record_tables")
[ "def", "input_record_tables", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'MLTransformInputRecordTableArgs'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"input_record_tables\"...
A list of AWS Glue table definitions used by the transform.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", "." ]
[ "\"\"\"\n A list of AWS Glue table definitions used by the transform. see Input Record Tables.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parameters
pulumi.Input['MLTransformParametersArgs']
def parameters(self) -> pulumi.Input['MLTransformParametersArgs']: """ The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters. """ return pulumi.get(self, "parameters")
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", ".", "Conditionally", "dependent", "on", "the", "transform", "type", ".", "see", "Parameters", "." ]
def parameters(self) -> pulumi.Input['MLTransformParametersArgs']: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'MLTransformParametersArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
The algorithmic parameters that are specific to the transform type used.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", "." ]
[ "\"\"\"\n The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
input_record_tables
Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]]
def input_record_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]]: """ A list of AWS Glue table definitions used by the transform. see Input Record Tables. """ return pulumi.get(self, "input_record_tables")
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", ".", "see", "Input", "Record", "Tables", "." ]
def input_record_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformInputRecordTableArgs']]]]: return pulumi.get(self, "input_record_tables")
[ "def", "input_record_tables", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'MLTransformInputRecordTableArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ","...
A list of AWS Glue table definitions used by the transform.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", "." ]
[ "\"\"\"\n A list of AWS Glue table definitions used by the transform. see Input Record Tables.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
label_count
Optional[pulumi.Input[int]]
def label_count(self) -> Optional[pulumi.Input[int]]: """ The number of labels available for this transform. """ return pulumi.get(self, "label_count")
The number of labels available for this transform.
The number of labels available for this transform.
[ "The", "number", "of", "labels", "available", "for", "this", "transform", "." ]
def label_count(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "label_count")
[ "def", "label_count", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"label_count\"", ")" ]
The number of labels available for this transform.
[ "The", "number", "of", "labels", "available", "for", "this", "transform", "." ]
[ "\"\"\"\n The number of labels available for this transform.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parameters
Optional[pulumi.Input['MLTransformParametersArgs']]
def parameters(self) -> Optional[pulumi.Input['MLTransformParametersArgs']]: """ The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters. """ return pulumi.get(self, "parameters")
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", ".", "Conditionally", "dependent", "on", "the", "transform", "type", ".", "see", "Parameters", "." ]
def parameters(self) -> Optional[pulumi.Input['MLTransformParametersArgs']]: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'MLTransformParametersArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
The algorithmic parameters that are specific to the transform type used.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", "." ]
[ "\"\"\"\n The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
schemas
Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformSchemaArgs']]]]
def schemas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformSchemaArgs']]]]: """ The object that represents the schema that this transform accepts. see Schema. """ return pulumi.get(self, "schemas")
The object that represents the schema that this transform accepts. see Schema.
The object that represents the schema that this transform accepts. see Schema.
[ "The", "object", "that", "represents", "the", "schema", "that", "this", "transform", "accepts", ".", "see", "Schema", "." ]
def schemas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MLTransformSchemaArgs']]]]: return pulumi.get(self, "schemas")
[ "def", "schemas", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'MLTransformSchemaArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schemas\"", "...
The object that represents the schema that this transform accepts.
[ "The", "object", "that", "represents", "the", "schema", "that", "this", "transform", "accepts", "." ]
[ "\"\"\"\n The object that represents the schema that this transform accepts. see Schema.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
input_record_tables
pulumi.Output[Sequence['outputs.MLTransformInputRecordTable']]
def input_record_tables(self) -> pulumi.Output[Sequence['outputs.MLTransformInputRecordTable']]: """ A list of AWS Glue table definitions used by the transform. see Input Record Tables. """ return pulumi.get(self, "input_record_tables")
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
A list of AWS Glue table definitions used by the transform. see Input Record Tables.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", ".", "see", "Input", "Record", "Tables", "." ]
def input_record_tables(self) -> pulumi.Output[Sequence['outputs.MLTransformInputRecordTable']]: return pulumi.get(self, "input_record_tables")
[ "def", "input_record_tables", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.MLTransformInputRecordTable'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"input_record_tables\"", ")" ]
A list of AWS Glue table definitions used by the transform.
[ "A", "list", "of", "AWS", "Glue", "table", "definitions", "used", "by", "the", "transform", "." ]
[ "\"\"\"\n A list of AWS Glue table definitions used by the transform. see Input Record Tables.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
label_count
pulumi.Output[int]
def label_count(self) -> pulumi.Output[int]: """ The number of labels available for this transform. """ return pulumi.get(self, "label_count")
The number of labels available for this transform.
The number of labels available for this transform.
[ "The", "number", "of", "labels", "available", "for", "this", "transform", "." ]
def label_count(self) -> pulumi.Output[int]: return pulumi.get(self, "label_count")
[ "def", "label_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"label_count\"", ")" ]
The number of labels available for this transform.
[ "The", "number", "of", "labels", "available", "for", "this", "transform", "." ]
[ "\"\"\"\n The number of labels available for this transform.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parameters
pulumi.Output['outputs.MLTransformParameters']
def parameters(self) -> pulumi.Output['outputs.MLTransformParameters']: """ The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters. """ return pulumi.get(self, "parameters")
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", ".", "Conditionally", "dependent", "on", "the", "transform", "type", ".", "see", "Parameters", "." ]
def parameters(self) -> pulumi.Output['outputs.MLTransformParameters']: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.MLTransformParameters'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
The algorithmic parameters that are specific to the transform type used.
[ "The", "algorithmic", "parameters", "that", "are", "specific", "to", "the", "transform", "type", "used", "." ]
[ "\"\"\"\n The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
12bad232a880aa9b5623d72a726e9ccc5061bcc8
rapzo/pulumi-aws
sdk/python/pulumi_aws/glue/ml_transform.py
[ "ECL-2.0", "Apache-2.0" ]
Python
schemas
pulumi.Output[Sequence['outputs.MLTransformSchema']]
def schemas(self) -> pulumi.Output[Sequence['outputs.MLTransformSchema']]: """ The object that represents the schema that this transform accepts. see Schema. """ return pulumi.get(self, "schemas")
The object that represents the schema that this transform accepts. see Schema.
The object that represents the schema that this transform accepts. see Schema.
[ "The", "object", "that", "represents", "the", "schema", "that", "this", "transform", "accepts", ".", "see", "Schema", "." ]
def schemas(self) -> pulumi.Output[Sequence['outputs.MLTransformSchema']]: return pulumi.get(self, "schemas")
[ "def", "schemas", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.MLTransformSchema'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schemas\"", ")" ]
The object that represents the schema that this transform accepts.
[ "The", "object", "that", "represents", "the", "schema", "that", "this", "transform", "accepts", "." ]
[ "\"\"\"\n The object that represents the schema that this transform accepts. see Schema.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e20d180beea31a9a505f9b2318755db00ee5975c
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/transit_gateway_peering_attachment_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
peer_transit_gateway_id
Optional[pulumi.Input[str]]
def peer_transit_gateway_id(self) -> Optional[pulumi.Input[str]]: """ Identifier of EC2 Transit Gateway to peer with. """ return pulumi.get(self, "peer_transit_gateway_id")
Identifier of EC2 Transit Gateway to peer with.
Identifier of EC2 Transit Gateway to peer with.
[ "Identifier", "of", "EC2", "Transit", "Gateway", "to", "peer", "with", "." ]
def peer_transit_gateway_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "peer_transit_gateway_id")
[ "def", "peer_transit_gateway_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peer_transit_gateway_id\"", ")" ]
Identifier of EC2 Transit Gateway to peer with.
[ "Identifier", "of", "EC2", "Transit", "Gateway", "to", "peer", "with", "." ]
[ "\"\"\"\n Identifier of EC2 Transit Gateway to peer with.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cell_name
pulumi.Input[str]
def cell_name(self) -> pulumi.Input[str]: """ Unique name describing the cell. """ return pulumi.get(self, "cell_name")
Unique name describing the cell.
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
def cell_name(self) -> pulumi.Input[str]: return pulumi.get(self, "cell_name")
[ "def", "cell_name", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cell_name\"", ")" ]
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
[ "\"\"\"\n Unique name describing the cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cells
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def cells(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of cell arns to add as nested fault domains within this cell. """ return pulumi.get(self, "cells")
List of cell arns to add as nested fault domains within this cell.
List of cell arns to add as nested fault domains within this cell.
[ "List", "of", "cell", "arns", "to", "add", "as", "nested", "fault", "domains", "within", "this", "cell", "." ]
def cells(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "cells")
[ "def", "cells", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cells\"", ")" ]
List of cell arns to add as nested fault domains within this cell.
[ "List", "of", "cell", "arns", "to", "add", "as", "nested", "fault", "domains", "within", "this", "cell", "." ]
[ "\"\"\"\n List of cell arns to add as nested fault domains within this cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cell_name
Optional[pulumi.Input[str]]
def cell_name(self) -> Optional[pulumi.Input[str]]: """ Unique name describing the cell. """ return pulumi.get(self, "cell_name")
Unique name describing the cell.
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
def cell_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "cell_name")
[ "def", "cell_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cell_name\"", ")" ]
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
[ "\"\"\"\n Unique name describing the cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parent_readiness_scopes
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def parent_readiness_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of readiness scopes (recovery groups or cells) that contain this cell. """ return pulumi.get(self, "parent_readiness_scopes")
List of readiness scopes (recovery groups or cells) that contain this cell.
List of readiness scopes (recovery groups or cells) that contain this cell.
[ "List", "of", "readiness", "scopes", "(", "recovery", "groups", "or", "cells", ")", "that", "contain", "this", "cell", "." ]
def parent_readiness_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "parent_readiness_scopes")
[ "def", "parent_readiness_scopes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parent_readiness_sc...
List of readiness scopes (recovery groups or cells) that contain this cell.
[ "List", "of", "readiness", "scopes", "(", "recovery", "groups", "or", "cells", ")", "that", "contain", "this", "cell", "." ]
[ "\"\"\"\n List of readiness scopes (recovery groups or cells) that contain this cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cell_name
pulumi.Output[str]
def cell_name(self) -> pulumi.Output[str]: """ Unique name describing the cell. """ return pulumi.get(self, "cell_name")
Unique name describing the cell.
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
def cell_name(self) -> pulumi.Output[str]: return pulumi.get(self, "cell_name")
[ "def", "cell_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cell_name\"", ")" ]
Unique name describing the cell.
[ "Unique", "name", "describing", "the", "cell", "." ]
[ "\"\"\"\n Unique name describing the cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cells
pulumi.Output[Optional[Sequence[str]]]
def cells(self) -> pulumi.Output[Optional[Sequence[str]]]: """ List of cell arns to add as nested fault domains within this cell. """ return pulumi.get(self, "cells")
List of cell arns to add as nested fault domains within this cell.
List of cell arns to add as nested fault domains within this cell.
[ "List", "of", "cell", "arns", "to", "add", "as", "nested", "fault", "domains", "within", "this", "cell", "." ]
def cells(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "cells")
[ "def", "cells", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cells\"", ")" ]
List of cell arns to add as nested fault domains within this cell.
[ "List", "of", "cell", "arns", "to", "add", "as", "nested", "fault", "domains", "within", "this", "cell", "." ]
[ "\"\"\"\n List of cell arns to add as nested fault domains within this cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd8f65042c4bfa1847deb429dfa7dbf8ff905a6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53recoveryreadiness/cell.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parent_readiness_scopes
pulumi.Output[Sequence[str]]
def parent_readiness_scopes(self) -> pulumi.Output[Sequence[str]]: """ List of readiness scopes (recovery groups or cells) that contain this cell. """ return pulumi.get(self, "parent_readiness_scopes")
List of readiness scopes (recovery groups or cells) that contain this cell.
List of readiness scopes (recovery groups or cells) that contain this cell.
[ "List", "of", "readiness", "scopes", "(", "recovery", "groups", "or", "cells", ")", "that", "contain", "this", "cell", "." ]
def parent_readiness_scopes(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "parent_readiness_scopes")
[ "def", "parent_readiness_scopes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parent_readiness_scopes\"", ")" ]
List of readiness scopes (recovery groups or cells) that contain this cell.
[ "List", "of", "readiness", "scopes", "(", "recovery", "groups", "or", "cells", ")", "that", "contain", "this", "cell", "." ]
[ "\"\"\"\n List of readiness scopes (recovery groups or cells) that contain this cell.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f15c6d4d6c91a052da2e8ab36c288b011f4e27b3
rapzo/pulumi-aws
sdk/python/pulumi_aws/datasync/location_smb.py
[ "ECL-2.0", "Apache-2.0" ]
Python
mount_options
Optional[pulumi.Input['LocationSmbMountOptionsArgs']]
def mount_options(self) -> Optional[pulumi.Input['LocationSmbMountOptionsArgs']]: """ Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`. """ return pulumi.get(self, "mount_options")
Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.
Configuration block containing mount options used by DataSync to access the SMB Server.
[ "Configuration", "block", "containing", "mount", "options", "used", "by", "DataSync", "to", "access", "the", "SMB", "Server", "." ]
def mount_options(self) -> Optional[pulumi.Input['LocationSmbMountOptionsArgs']]: return pulumi.get(self, "mount_options")
[ "def", "mount_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'LocationSmbMountOptionsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mount_options\"", ")" ]
Configuration block containing mount options used by DataSync to access the SMB Server.
[ "Configuration", "block", "containing", "mount", "options", "used", "by", "DataSync", "to", "access", "the", "SMB", "Server", "." ]
[ "\"\"\"\n Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f15c6d4d6c91a052da2e8ab36c288b011f4e27b3
rapzo/pulumi-aws
sdk/python/pulumi_aws/datasync/location_smb.py
[ "ECL-2.0", "Apache-2.0" ]
Python
mount_options
pulumi.Output[Optional['outputs.LocationSmbMountOptions']]
def mount_options(self) -> pulumi.Output[Optional['outputs.LocationSmbMountOptions']]: """ Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`. """ return pulumi.get(self, "mount_options")
Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.
Configuration block containing mount options used by DataSync to access the SMB Server.
[ "Configuration", "block", "containing", "mount", "options", "used", "by", "DataSync", "to", "access", "the", "SMB", "Server", "." ]
def mount_options(self) -> pulumi.Output[Optional['outputs.LocationSmbMountOptions']]: return pulumi.get(self, "mount_options")
[ "def", "mount_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LocationSmbMountOptions'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mount_options\"", ")" ]
Configuration block containing mount options used by DataSync to access the SMB Server.
[ "Configuration", "block", "containing", "mount", "options", "used", "by", "DataSync", "to", "access", "the", "SMB", "Server", "." ]
[ "\"\"\"\n Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
90f7496df2d3705467ee18911db1fd9b6a35bfc4
rapzo/pulumi-aws
sdk/python/pulumi_aws/elasticache/user_group.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_ids
pulumi.Output[Optional[Sequence[str]]]
def user_ids(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The list of user IDs that belong to the user group. """ return pulumi.get(self, "user_ids")
The list of user IDs that belong to the user group.
The list of user IDs that belong to the user group.
[ "The", "list", "of", "user", "IDs", "that", "belong", "to", "the", "user", "group", "." ]
def user_ids(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "user_ids")
[ "def", "user_ids", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_ids\"", ")" ]
The list of user IDs that belong to the user group.
[ "The", "list", "of", "user", "IDs", "that", "belong", "to", "the", "user", "group", "." ]
[ "\"\"\"\n The list of user IDs that belong to the user 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": [] }
98079fa90766ce1284c09a53e9d3ed898d290db8
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/vpc_peering_connection_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
accepter
Optional[pulumi.Input['VpcPeeringConnectionAccepterAccepterArgs']]
def accepter(self) -> Optional[pulumi.Input['VpcPeeringConnectionAccepterAccepterArgs']]: """ A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC. """ return pulum...
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.
A configuration block that describes [VPC Peering Connection] options set for the accepter VPC.
[ "A", "configuration", "block", "that", "describes", "[", "VPC", "Peering", "Connection", "]", "options", "set", "for", "the", "accepter", "VPC", "." ]
def accepter(self) -> Optional[pulumi.Input['VpcPeeringConnectionAccepterAccepterArgs']]: return pulumi.get(self, "accepter")
[ "def", "accepter", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'VpcPeeringConnectionAccepterAccepterArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"accepter\"", ")" ]
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.
[ "A", "configuration", "block", "that", "describes", "[", "VPC", "Peering", "Connection", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "vpc", "/", "latest", "/", "peering", "/", "what", "-", "is", "-", "vpc", "-", ...
[ "\"\"\"\n A configuration block that describes [VPC Peering Connection]\n (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
98079fa90766ce1284c09a53e9d3ed898d290db8
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/vpc_peering_connection_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
requester
Optional[pulumi.Input['VpcPeeringConnectionAccepterRequesterArgs']]
def requester(self) -> Optional[pulumi.Input['VpcPeeringConnectionAccepterRequesterArgs']]: """ A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC. """ return pu...
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.
A configuration block that describes [VPC Peering Connection] options set for the requester VPC.
[ "A", "configuration", "block", "that", "describes", "[", "VPC", "Peering", "Connection", "]", "options", "set", "for", "the", "requester", "VPC", "." ]
def requester(self) -> Optional[pulumi.Input['VpcPeeringConnectionAccepterRequesterArgs']]: return pulumi.get(self, "requester")
[ "def", "requester", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'VpcPeeringConnectionAccepterRequesterArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requester\"", ")" ]
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.
[ "A", "configuration", "block", "that", "describes", "[", "VPC", "Peering", "Connection", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "vpc", "/", "latest", "/", "peering", "/", "what", "-", "is", "-", "vpc", "-", ...
[ "\"\"\"\n A configuration block that describes [VPC Peering Connection]\n (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
98079fa90766ce1284c09a53e9d3ed898d290db8
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/vpc_peering_connection_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
accept_status
Optional[pulumi.Input[str]]
def accept_status(self) -> Optional[pulumi.Input[str]]: """ The status of the VPC Peering Connection request. """ return pulumi.get(self, "accept_status")
The status of the VPC Peering Connection request.
The status of the VPC Peering Connection request.
[ "The", "status", "of", "the", "VPC", "Peering", "Connection", "request", "." ]
def accept_status(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "accept_status")
[ "def", "accept_status", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"accept_status\"", ")" ]
The status of the VPC Peering Connection request.
[ "The", "status", "of", "the", "VPC", "Peering", "Connection", "request", "." ]
[ "\"\"\"\n The status of the VPC Peering Connection request.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
98079fa90766ce1284c09a53e9d3ed898d290db8
rapzo/pulumi-aws
sdk/python/pulumi_aws/ec2/vpc_peering_connection_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
peer_owner_id
Optional[pulumi.Input[str]]
def peer_owner_id(self) -> Optional[pulumi.Input[str]]: """ The AWS account ID of the owner of the requester VPC. """ return pulumi.get(self, "peer_owner_id")
The AWS account ID of the owner of the requester VPC.
The AWS account ID of the owner of the requester VPC.
[ "The", "AWS", "account", "ID", "of", "the", "owner", "of", "the", "requester", "VPC", "." ]
def peer_owner_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "peer_owner_id")
[ "def", "peer_owner_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peer_owner_id\"", ")" ]
The AWS account ID of the owner of the requester VPC.
[ "The", "AWS", "account", "ID", "of", "the", "owner", "of", "the", "requester", "VPC", "." ]
[ "\"\"\"\n The AWS account ID of the owner of the requester VPC.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1070dc260fbe83ad673761275efdd814f4731d24
rapzo/pulumi-aws
sdk/python/pulumi_aws/autoscaling/tag.py
[ "ECL-2.0", "Apache-2.0" ]
Python
tag
pulumi.Input['TagTagArgs']
def tag(self) -> pulumi.Input['TagTagArgs']: """ The tag to create. The `tag` block is documented below. """ return pulumi.get(self, "tag")
The tag to create. The `tag` block is documented below.
The tag to create. The `tag` block is documented below.
[ "The", "tag", "to", "create", ".", "The", "`", "tag", "`", "block", "is", "documented", "below", "." ]
def tag(self) -> pulumi.Input['TagTagArgs']: return pulumi.get(self, "tag")
[ "def", "tag", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'TagTagArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag\"", ")" ]
The tag to create.
[ "The", "tag", "to", "create", "." ]
[ "\"\"\"\n The tag to create. The `tag` block is 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": [] }
1070dc260fbe83ad673761275efdd814f4731d24
rapzo/pulumi-aws
sdk/python/pulumi_aws/autoscaling/tag.py
[ "ECL-2.0", "Apache-2.0" ]
Python
tag
Optional[pulumi.Input['TagTagArgs']]
def tag(self) -> Optional[pulumi.Input['TagTagArgs']]: """ The tag to create. The `tag` block is documented below. """ return pulumi.get(self, "tag")
The tag to create. The `tag` block is documented below.
The tag to create. The `tag` block is documented below.
[ "The", "tag", "to", "create", ".", "The", "`", "tag", "`", "block", "is", "documented", "below", "." ]
def tag(self) -> Optional[pulumi.Input['TagTagArgs']]: return pulumi.get(self, "tag")
[ "def", "tag", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'TagTagArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag\"", ")" ]
The tag to create.
[ "The", "tag", "to", "create", "." ]
[ "\"\"\"\n The tag to create. The `tag` block is 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": [] }
1070dc260fbe83ad673761275efdd814f4731d24
rapzo/pulumi-aws
sdk/python/pulumi_aws/autoscaling/tag.py
[ "ECL-2.0", "Apache-2.0" ]
Python
tag
pulumi.Output['outputs.TagTag']
def tag(self) -> pulumi.Output['outputs.TagTag']: """ The tag to create. The `tag` block is documented below. """ return pulumi.get(self, "tag")
The tag to create. The `tag` block is documented below.
The tag to create. The `tag` block is documented below.
[ "The", "tag", "to", "create", ".", "The", "`", "tag", "`", "block", "is", "documented", "below", "." ]
def tag(self) -> pulumi.Output['outputs.TagTag']: return pulumi.get(self, "tag")
[ "def", "tag", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.TagTag'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag\"", ")" ]
The tag to create.
[ "The", "tag", "to", "create", "." ]
[ "\"\"\"\n The tag to create. The `tag` block is 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": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ignore_words
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def ignore_words(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can co...
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore w...
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are ...
[ "An", "array", "that", "lists", "specific", "character", "sequences", "(", "ignore", "words", ")", "to", "exclude", "from", "the", "results", ".", "If", "the", "text", "matched", "by", "the", "regular", "expression", "is", "the", "same", "as", "any", "stri...
def ignore_words(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "ignore_words")
[ "def", "ignore_words", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ignore_words\"", ")" ]
An array that lists specific character sequences (ignore words) to exclude from the results.
[ "An", "array", "that", "lists", "specific", "character", "sequences", "(", "ignore", "words", ")", "to", "exclude", "from", "the", "results", "." ]
[ "\"\"\"\n An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characte...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
maximum_match_distance
Optional[pulumi.Input[int]]
def maximum_match_distance(self) -> Optional[pulumi.Input[int]]: """ The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text th...
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The de...
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default val...
[ "The", "maximum", "number", "of", "characters", "that", "can", "exist", "between", "text", "that", "matches", "the", "regex", "pattern", "and", "the", "character", "sequences", "specified", "by", "the", "keywords", "array", ".", "Macie", "includes", "or", "exc...
def maximum_match_distance(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "maximum_match_distance")
[ "def", "maximum_match_distance", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maximum_match_distance\"", ")" ]
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array.
[ "The", "maximum", "number", "of", "characters", "that", "can", "exist", "between", "text", "that", "matches", "the", "regex", "pattern", "and", "the", "character", "sequences", "specified", "by", "the", "keywords", "array", "." ]
[ "\"\"\"\n The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 charac...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
regex
Optional[pulumi.Input[str]]
def regex(self) -> Optional[pulumi.Input[str]]: """ The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters. """ return pulumi.get(self, "regex")
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
[ "The", "regular", "expression", "(", "regex", ")", "that", "defines", "the", "pattern", "to", "match", ".", "The", "expression", "can", "contain", "as", "many", "as", "512", "characters", "." ]
def regex(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "regex")
[ "def", "regex", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"regex\"", ")" ]
The regular expression (regex) that defines the pattern to match.
[ "The", "regular", "expression", "(", "regex", ")", "that", "defines", "the", "pattern", "to", "match", "." ]
[ "\"\"\"\n The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ignore_words
pulumi.Output[Optional[Sequence[str]]]
def ignore_words(self) -> pulumi.Output[Optional[Sequence[str]]]: """ An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many...
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore w...
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are ...
[ "An", "array", "that", "lists", "specific", "character", "sequences", "(", "ignore", "words", ")", "to", "exclude", "from", "the", "results", ".", "If", "the", "text", "matched", "by", "the", "regular", "expression", "is", "the", "same", "as", "any", "stri...
def ignore_words(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "ignore_words")
[ "def", "ignore_words", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ignore_words\"", ")" ]
An array that lists specific character sequences (ignore words) to exclude from the results.
[ "An", "array", "that", "lists", "specific", "character", "sequences", "(", "ignore", "words", ")", "to", "exclude", "from", "the", "results", "." ]
[ "\"\"\"\n An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characte...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
maximum_match_distance
pulumi.Output[int]
def maximum_match_distance(self) -> pulumi.Output[int]: """ The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matche...
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The de...
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default val...
[ "The", "maximum", "number", "of", "characters", "that", "can", "exist", "between", "text", "that", "matches", "the", "regex", "pattern", "and", "the", "character", "sequences", "specified", "by", "the", "keywords", "array", ".", "Macie", "includes", "or", "exc...
def maximum_match_distance(self) -> pulumi.Output[int]: return pulumi.get(self, "maximum_match_distance")
[ "def", "maximum_match_distance", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maximum_match_distance\"", ")" ]
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array.
[ "The", "maximum", "number", "of", "characters", "that", "can", "exist", "between", "text", "that", "matches", "the", "regex", "pattern", "and", "the", "character", "sequences", "specified", "by", "the", "keywords", "array", "." ]
[ "\"\"\"\n The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 charac...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3fcebc9bbd13e1dbd84a0e2886ec155a3081ad1e
rapzo/pulumi-aws
sdk/python/pulumi_aws/macie/custom_data_identifier.py
[ "ECL-2.0", "Apache-2.0" ]
Python
regex
pulumi.Output[Optional[str]]
def regex(self) -> pulumi.Output[Optional[str]]: """ The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters. """ return pulumi.get(self, "regex")
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
[ "The", "regular", "expression", "(", "regex", ")", "that", "defines", "the", "pattern", "to", "match", ".", "The", "expression", "can", "contain", "as", "many", "as", "512", "characters", "." ]
def regex(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "regex")
[ "def", "regex", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"regex\"", ")" ]
The regular expression (regex) that defines the pattern to match.
[ "The", "regular", "expression", "(", "regex", ")", "that", "defines", "the", "pattern", "to", "match", "." ]
[ "\"\"\"\n The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
35da6c34c3b3629c380f375d9e69b6ca4ab2b9a9
rapzo/pulumi-aws
sdk/python/pulumi_aws/pinpoint/app.py
[ "ECL-2.0", "Apache-2.0" ]
Python
campaign_hook
Optional[pulumi.Input['AppCampaignHookArgs']]
def campaign_hook(self) -> Optional[pulumi.Input['AppCampaignHookArgs']]: """ Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign """ return pulumi.get(self, "campaign_hook")
Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign
Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign
[ "Specifies", "settings", "for", "invoking", "an", "AWS", "Lambda", "function", "that", "customizes", "a", "segment", "for", "a", "campaign" ]
def campaign_hook(self) -> Optional[pulumi.Input['AppCampaignHookArgs']]: return pulumi.get(self, "campaign_hook")
[ "def", "campaign_hook", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'AppCampaignHookArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"campaign_hook\"", ")" ]
Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign
[ "Specifies", "settings", "for", "invoking", "an", "AWS", "Lambda", "function", "that", "customizes", "a", "segment", "for", "a", "campaign" ]
[ "\"\"\"\n Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
35da6c34c3b3629c380f375d9e69b6ca4ab2b9a9
rapzo/pulumi-aws
sdk/python/pulumi_aws/pinpoint/app.py
[ "ECL-2.0", "Apache-2.0" ]
Python
limits
Optional[pulumi.Input['AppLimitsArgs']]
def limits(self) -> Optional[pulumi.Input['AppLimitsArgs']]: """ The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own """ return pulumi.get(self, "limits")
The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own
The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own
[ "The", "default", "campaign", "limits", "for", "the", "app", ".", "These", "limits", "apply", "to", "each", "campaign", "for", "the", "app", "unless", "the", "campaign", "overrides", "the", "default", "with", "limits", "of", "its", "own" ]
def limits(self) -> Optional[pulumi.Input['AppLimitsArgs']]: return pulumi.get(self, "limits")
[ "def", "limits", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'AppLimitsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"limits\"", ")" ]
The default campaign limits for the app.
[ "The", "default", "campaign", "limits", "for", "the", "app", "." ]
[ "\"\"\"\n The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
35da6c34c3b3629c380f375d9e69b6ca4ab2b9a9
rapzo/pulumi-aws
sdk/python/pulumi_aws/pinpoint/app.py
[ "ECL-2.0", "Apache-2.0" ]
Python
quiet_time
Optional[pulumi.Input['AppQuietTimeArgs']]
def quiet_time(self) -> Optional[pulumi.Input['AppQuietTimeArgs']]: """ The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own """ return pulumi.get(self, "quiet_time")
The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own
The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own
[ "The", "default", "quiet", "time", "for", "the", "app", ".", "Each", "campaign", "for", "this", "app", "sends", "no", "messages", "during", "this", "time", "unless", "the", "campaign", "overrides", "the", "default", "with", "a", "quiet", "time", "of", "its...
def quiet_time(self) -> Optional[pulumi.Input['AppQuietTimeArgs']]: return pulumi.get(self, "quiet_time")
[ "def", "quiet_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'AppQuietTimeArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"quiet_time\"", ")" ]
The default quiet time for the app.
[ "The", "default", "quiet", "time", "for", "the", "app", "." ]
[ "\"\"\"\n The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ee40b5e26936ed1beda4ff941c748c29781b364
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53/resolver_firewall_rule_group_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
mutation_protection
Optional[pulumi.Input[str]]
def mutation_protection(self) -> Optional[pulumi.Input[str]]: """ If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`. """ return pulumi.get(self, "mutat...
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.
[ "If", "enabled", "this", "setting", "disallows", "modification", "or", "removal", "of", "the", "association", "to", "help", "prevent", "against", "accidentally", "altering", "DNS", "firewall", "protections", ".", "Valid", "values", ":", "`", "ENABLED", "`", "`",...
def mutation_protection(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "mutation_protection")
[ "def", "mutation_protection", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mutation_protection\"", ")" ]
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
[ "If", "enabled", "this", "setting", "disallows", "modification", "or", "removal", "of", "the", "association", "to", "help", "prevent", "against", "accidentally", "altering", "DNS", "firewall", "protections", "." ]
[ "\"\"\"\n If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ee40b5e26936ed1beda4ff941c748c29781b364
rapzo/pulumi-aws
sdk/python/pulumi_aws/route53/resolver_firewall_rule_group_association.py
[ "ECL-2.0", "Apache-2.0" ]
Python
mutation_protection
pulumi.Output[str]
def mutation_protection(self) -> pulumi.Output[str]: """ If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`. """ return pulumi.get(self, "mutation_prote...
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.
[ "If", "enabled", "this", "setting", "disallows", "modification", "or", "removal", "of", "the", "association", "to", "help", "prevent", "against", "accidentally", "altering", "DNS", "firewall", "protections", ".", "Valid", "values", ":", "`", "ENABLED", "`", "`",...
def mutation_protection(self) -> pulumi.Output[str]: return pulumi.get(self, "mutation_protection")
[ "def", "mutation_protection", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mutation_protection\"", ")" ]
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
[ "If", "enabled", "this", "setting", "disallows", "modification", "or", "removal", "of", "the", "association", "to", "help", "prevent", "against", "accidentally", "altering", "DNS", "firewall", "protections", "." ]
[ "\"\"\"\n If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
calling_regions
pulumi.Input[Sequence[pulumi.Input[str]]]
def calling_regions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: """ The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. """ return pulumi.get(self, "calling_regions")
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
def calling_regions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: return pulumi.get(self, "calling_regions")
[ "def", "calling_regions", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"calling_regions\"", ")" ]
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
[ "\"\"\"\n The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cidr_allow_lists
pulumi.Input[Sequence[pulumi.Input[str]]]
def cidr_allow_lists(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: """ The IP addresses allowed to make calls, in CIDR format. """ return pulumi.get(self, "cidr_allow_lists")
The IP addresses allowed to make calls, in CIDR format.
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
def cidr_allow_lists(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: return pulumi.get(self, "cidr_allow_lists")
[ "def", "cidr_allow_lists", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cidr_allow_lists\"", ")" ]
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
[ "\"\"\"\n The IP addresses allowed to make calls, in CIDR format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cps_limit
Optional[pulumi.Input[int]]
def cps_limit(self) -> Optional[pulumi.Input[int]]: """ The limit on calls per second. Max value based on account service quota. Default value of `1`. """ return pulumi.get(self, "cps_limit")
The limit on calls per second. Max value based on account service quota. Default value of `1`.
The limit on calls per second. Max value based on account service quota. Default value of `1`.
[ "The", "limit", "on", "calls", "per", "second", ".", "Max", "value", "based", "on", "account", "service", "quota", ".", "Default", "value", "of", "`", "1", "`", "." ]
def cps_limit(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "cps_limit")
[ "def", "cps_limit", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cps_limit\"", ")" ]
The limit on calls per second.
[ "The", "limit", "on", "calls", "per", "second", "." ]
[ "\"\"\"\n The limit on calls per second. Max value based on account service quota. Default value of `1`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_phone_number
Optional[pulumi.Input[str]]
def default_phone_number(self) -> Optional[pulumi.Input[str]]: """ The default caller ID phone number. """ return pulumi.get(self, "default_phone_number")
The default caller ID phone number.
The default caller ID phone number.
[ "The", "default", "caller", "ID", "phone", "number", "." ]
def default_phone_number(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "default_phone_number")
[ "def", "default_phone_number", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_phone_number\"", ")" ]
The default caller ID phone number.
[ "The", "default", "caller", "ID", "phone", "number", "." ]
[ "\"\"\"\n The default caller ID phone number.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
calling_regions
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def calling_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. """ return pulumi.get(self, "calling_regions")
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
def calling_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "calling_regions")
[ "def", "calling_regions", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"calling_regions\"", ")" ]
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
[ "\"\"\"\n The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cidr_allow_lists
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def cidr_allow_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ The IP addresses allowed to make calls, in CIDR format. """ return pulumi.get(self, "cidr_allow_lists")
The IP addresses allowed to make calls, in CIDR format.
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
def cidr_allow_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "cidr_allow_lists")
[ "def", "cidr_allow_lists", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cidr_allow_lists\"", ")"...
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
[ "\"\"\"\n The IP addresses allowed to make calls, in CIDR format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
calling_regions
pulumi.Output[Sequence[str]]
def calling_regions(self) -> pulumi.Output[Sequence[str]]: """ The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. """ return pulumi.get(self, "calling_regions")
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
def calling_regions(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "calling_regions")
[ "def", "calling_regions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"calling_regions\"", ")" ]
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
[ "The", "countries", "to", "which", "calls", "are", "allowed", "in", "ISO", "3166", "-", "1", "alpha", "-", "2", "format", "." ]
[ "\"\"\"\n The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cidr_allow_lists
pulumi.Output[Sequence[str]]
def cidr_allow_lists(self) -> pulumi.Output[Sequence[str]]: """ The IP addresses allowed to make calls, in CIDR format. """ return pulumi.get(self, "cidr_allow_lists")
The IP addresses allowed to make calls, in CIDR format.
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
def cidr_allow_lists(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "cidr_allow_lists")
[ "def", "cidr_allow_lists", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cidr_allow_lists\"", ")" ]
The IP addresses allowed to make calls, in CIDR format.
[ "The", "IP", "addresses", "allowed", "to", "make", "calls", "in", "CIDR", "format", "." ]
[ "\"\"\"\n The IP addresses allowed to make calls, in CIDR format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cps_limit
pulumi.Output[Optional[int]]
def cps_limit(self) -> pulumi.Output[Optional[int]]: """ The limit on calls per second. Max value based on account service quota. Default value of `1`. """ return pulumi.get(self, "cps_limit")
The limit on calls per second. Max value based on account service quota. Default value of `1`.
The limit on calls per second. Max value based on account service quota. Default value of `1`.
[ "The", "limit", "on", "calls", "per", "second", ".", "Max", "value", "based", "on", "account", "service", "quota", ".", "Default", "value", "of", "`", "1", "`", "." ]
def cps_limit(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "cps_limit")
[ "def", "cps_limit", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cps_limit\"", ")" ]
The limit on calls per second.
[ "The", "limit", "on", "calls", "per", "second", "." ]
[ "\"\"\"\n The limit on calls per second. Max value based on account service quota. Default value of `1`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d8f7618e5ea6fa199f6b56ecbed24fb9817cbc7
rapzo/pulumi-aws
sdk/python/pulumi_aws/chime/voice_connector_termination.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_phone_number
pulumi.Output[Optional[str]]
def default_phone_number(self) -> pulumi.Output[Optional[str]]: """ The default caller ID phone number. """ return pulumi.get(self, "default_phone_number")
The default caller ID phone number.
The default caller ID phone number.
[ "The", "default", "caller", "ID", "phone", "number", "." ]
def default_phone_number(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "default_phone_number")
[ "def", "default_phone_number", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_phone_number\"", ")" ]
The default caller ID phone number.
[ "The", "default", "caller", "ID", "phone", "number", "." ]
[ "\"\"\"\n The default caller ID phone number.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
721076e428bcfe20e737b17e0087c7b4d0c9fcc2
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
object_lock_configuration
Optional[pulumi.Input['BucketObjectLockConfigurationArgs']]
def object_lock_configuration(self) -> Optional[pulumi.Input['BucketObjectLockConfigurationArgs']]: """ A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (documented below) """ return pulumi.get(self, "object_lock_configuration")
A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (documented below)
A configuration of [S3 object locking] (documented below)
[ "A", "configuration", "of", "[", "S3", "object", "locking", "]", "(", "documented", "below", ")" ]
def object_lock_configuration(self) -> Optional[pulumi.Input['BucketObjectLockConfigurationArgs']]: return pulumi.get(self, "object_lock_configuration")
[ "def", "object_lock_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BucketObjectLockConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"object_lock_configuration\"", ")" ]
A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (documented below)
[ "A", "configuration", "of", "[", "S3", "object", "locking", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "object", "-", "lock", ".", "html", ")", "(", "documented", "b...
[ "\"\"\"\n A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (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": [] }
721076e428bcfe20e737b17e0087c7b4d0c9fcc2
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
replication_configuration
Optional[pulumi.Input['BucketReplicationConfigurationArgs']]
def replication_configuration(self) -> Optional[pulumi.Input['BucketReplicationConfigurationArgs']]: """ A configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html) (documented below). """ return pulumi.get(self, "replication_configuration")
A configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html) (documented below).
A configuration of [replication configuration] (documented below).
[ "A", "configuration", "of", "[", "replication", "configuration", "]", "(", "documented", "below", ")", "." ]
def replication_configuration(self) -> Optional[pulumi.Input['BucketReplicationConfigurationArgs']]: return pulumi.get(self, "replication_configuration")
[ "def", "replication_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BucketReplicationConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"replication_configuration\"", ")" ]
A configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html) (documented below).
[ "A", "configuration", "of", "[", "replication", "configuration", "]", "(", "http", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "crr", ".", "html", ")", "(", "documented", "below", ")", "....
[ "\"\"\"\n A configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html) (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": [] }
721076e428bcfe20e737b17e0087c7b4d0c9fcc2
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/bucket.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_side_encryption_configuration
Optional[pulumi.Input['BucketServerSideEncryptionConfigurationArgs']]
def server_side_encryption_configuration(self) -> Optional[pulumi.Input['BucketServerSideEncryptionConfigurationArgs']]: """ A configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) (documented below) """ return pulu...
A configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) (documented below)
A configuration of [server-side encryption configuration] (documented below)
[ "A", "configuration", "of", "[", "server", "-", "side", "encryption", "configuration", "]", "(", "documented", "below", ")" ]
def server_side_encryption_configuration(self) -> Optional[pulumi.Input['BucketServerSideEncryptionConfigurationArgs']]: return pulumi.get(self, "server_side_encryption_configuration")
[ "def", "server_side_encryption_configuration", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'BucketServerSideEncryptionConfigurationArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_side_encryption_configuration...
A configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) (documented below)
[ "A", "configuration", "of", "[", "server", "-", "side", "encryption", "configuration", "]", "(", "http", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "bucket", "-", "encryption", ".", "html"...
[ "\"\"\"\n A configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) (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": [] }
f7c5612b37a6e09bdda53d5c89f3e2c95e4fed6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/connect/contact_flow.py
[ "ECL-2.0", "Apache-2.0" ]
Python
contact_flow_id
Optional[pulumi.Input[str]]
def contact_flow_id(self) -> Optional[pulumi.Input[str]]: """ The identifier of the Contact Flow. """ return pulumi.get(self, "contact_flow_id")
The identifier of the Contact Flow.
The identifier of the Contact Flow.
[ "The", "identifier", "of", "the", "Contact", "Flow", "." ]
def contact_flow_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "contact_flow_id")
[ "def", "contact_flow_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_flow_id\"", ")" ]
The identifier of the Contact Flow.
[ "The", "identifier", "of", "the", "Contact", "Flow", "." ]
[ "\"\"\"\n The identifier of the Contact Flow.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f7c5612b37a6e09bdda53d5c89f3e2c95e4fed6d
rapzo/pulumi-aws
sdk/python/pulumi_aws/connect/contact_flow.py
[ "ECL-2.0", "Apache-2.0" ]
Python
contact_flow_id
pulumi.Output[str]
def contact_flow_id(self) -> pulumi.Output[str]: """ The identifier of the Contact Flow. """ return pulumi.get(self, "contact_flow_id")
The identifier of the Contact Flow.
The identifier of the Contact Flow.
[ "The", "identifier", "of", "the", "Contact", "Flow", "." ]
def contact_flow_id(self) -> pulumi.Output[str]: return pulumi.get(self, "contact_flow_id")
[ "def", "contact_flow_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_flow_id\"", ")" ]
The identifier of the Contact Flow.
[ "The", "identifier", "of", "the", "Contact", "Flow", "." ]
[ "\"\"\"\n The identifier of the Contact Flow.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f7d8ecfd3330719fc3634503764f4dc80d0c4b48
rapzo/pulumi-aws
sdk/python/pulumi_aws/sagemaker/human_task_ui.py
[ "ECL-2.0", "Apache-2.0" ]
Python
human_task_ui_name
pulumi.Input[str]
def human_task_ui_name(self) -> pulumi.Input[str]: """ The name of the Human Task UI. """ return pulumi.get(self, "human_task_ui_name")
The name of the Human Task UI.
The name of the Human Task UI.
[ "The", "name", "of", "the", "Human", "Task", "UI", "." ]
def human_task_ui_name(self) -> pulumi.Input[str]: return pulumi.get(self, "human_task_ui_name")
[ "def", "human_task_ui_name", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"human_task_ui_name\"", ")" ]
The name of the Human Task UI.
[ "The", "name", "of", "the", "Human", "Task", "UI", "." ]
[ "\"\"\"\n The name of the Human Task UI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }