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
4401fec1b2c007e900e79cf44b4f0b7c404ea9c5
rapzo/pulumi-aws
sdk/python/pulumi_aws/securityhub/invite_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_id
Optional[pulumi.Input[str]]
def invitation_id(self) -> Optional[pulumi.Input[str]]: """ The ID of the invitation. """ return pulumi.get(self, "invitation_id")
The ID of the invitation.
The ID of the invitation.
[ "The", "ID", "of", "the", "invitation", "." ]
def invitation_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "invitation_id")
[ "def", "invitation_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_id\"", ")" ]
The ID of the invitation.
[ "The", "ID", "of", "the", "invitation", "." ]
[ "\"\"\"\n The ID of the invitation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4401fec1b2c007e900e79cf44b4f0b7c404ea9c5
rapzo/pulumi-aws
sdk/python/pulumi_aws/securityhub/invite_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
master_id
Optional[pulumi.Input[str]]
def master_id(self) -> Optional[pulumi.Input[str]]: """ The account ID of the master Security Hub account whose invitation you're accepting. """ return pulumi.get(self, "master_id")
The account ID of the master Security Hub account whose invitation you're accepting.
The account ID of the master Security Hub account whose invitation you're accepting.
[ "The", "account", "ID", "of", "the", "master", "Security", "Hub", "account", "whose", "invitation", "you", "'", "re", "accepting", "." ]
def master_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "master_id")
[ "def", "master_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"master_id\"", ")" ]
The account ID of the master Security Hub account whose invitation you're accepting.
[ "The", "account", "ID", "of", "the", "master", "Security", "Hub", "account", "whose", "invitation", "you", "'", "re", "accepting", "." ]
[ "\"\"\"\n The account ID of the master Security Hub account whose invitation you're accepting.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4401fec1b2c007e900e79cf44b4f0b7c404ea9c5
rapzo/pulumi-aws
sdk/python/pulumi_aws/securityhub/invite_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
invitation_id
pulumi.Output[str]
def invitation_id(self) -> pulumi.Output[str]: """ The ID of the invitation. """ return pulumi.get(self, "invitation_id")
The ID of the invitation.
The ID of the invitation.
[ "The", "ID", "of", "the", "invitation", "." ]
def invitation_id(self) -> pulumi.Output[str]: return pulumi.get(self, "invitation_id")
[ "def", "invitation_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"invitation_id\"", ")" ]
The ID of the invitation.
[ "The", "ID", "of", "the", "invitation", "." ]
[ "\"\"\"\n The ID of the invitation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4401fec1b2c007e900e79cf44b4f0b7c404ea9c5
rapzo/pulumi-aws
sdk/python/pulumi_aws/securityhub/invite_accepter.py
[ "ECL-2.0", "Apache-2.0" ]
Python
master_id
pulumi.Output[str]
def master_id(self) -> pulumi.Output[str]: """ The account ID of the master Security Hub account whose invitation you're accepting. """ return pulumi.get(self, "master_id")
The account ID of the master Security Hub account whose invitation you're accepting.
The account ID of the master Security Hub account whose invitation you're accepting.
[ "The", "account", "ID", "of", "the", "master", "Security", "Hub", "account", "whose", "invitation", "you", "'", "re", "accepting", "." ]
def master_id(self) -> pulumi.Output[str]: return pulumi.get(self, "master_id")
[ "def", "master_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"master_id\"", ")" ]
The account ID of the master Security Hub account whose invitation you're accepting.
[ "The", "account", "ID", "of", "the", "master", "Security", "Hub", "account", "whose", "invitation", "you", "'", "re", "accepting", "." ]
[ "\"\"\"\n The account ID of the master Security Hub account whose invitation you're accepting.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
application_settings
Optional[pulumi.Input['StackApplicationSettingsArgs']]
def application_settings(self) -> Optional[pulumi.Input['StackApplicationSettingsArgs']]: """ Settings for application settings persistence. """ return pulumi.get(self, "application_settings")
Settings for application settings persistence.
Settings for application settings persistence.
[ "Settings", "for", "application", "settings", "persistence", "." ]
def application_settings(self) -> Optional[pulumi.Input['StackApplicationSettingsArgs']]: return pulumi.get(self, "application_settings")
[ "def", "application_settings", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'StackApplicationSettingsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"application_settings\"", ")" ]
Settings for application settings persistence.
[ "Settings", "for", "application", "settings", "persistence", "." ]
[ "\"\"\"\n Settings for application settings persistence.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
embed_host_domains
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def embed_host_domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. """ return pulumi.get(self, ...
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
[ "Domains", "where", "AppStream", "2", ".", "0", "streaming", "sessions", "can", "be", "embedded", "in", "an", "iframe", ".", "You", "must", "approve", "the", "domains", "that", "you", "want", "to", "host", "embedded", "AppStream", "2", ".", "0", "streaming...
def embed_host_domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "embed_host_domains")
[ "def", "embed_host_domains", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"embed_host_domains\"", ...
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
[ "Domains", "where", "AppStream", "2", ".", "0", "streaming", "sessions", "can", "be", "embedded", "in", "an", "iframe", "." ]
[ "\"\"\"\n Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
feedback_url
Optional[pulumi.Input[str]]
def feedback_url(self) -> Optional[pulumi.Input[str]]: """ URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. . """ return pulumi.get(self, "feedback_url")
URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .
URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
[ "URL", "that", "users", "are", "redirected", "to", "after", "they", "click", "the", "Send", "Feedback", "link", ".", "If", "no", "URL", "is", "specified", "no", "Send", "Feedback", "link", "is", "displayed", "." ]
def feedback_url(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "feedback_url")
[ "def", "feedback_url", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"feedback_url\"", ")" ]
URL that users are redirected to after they click the Send Feedback link.
[ "URL", "that", "users", "are", "redirected", "to", "after", "they", "click", "the", "Send", "Feedback", "link", "." ]
[ "\"\"\"\n URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
storage_connectors
Optional[pulumi.Input[Sequence[pulumi.Input['StackStorageConnectorArgs']]]]
def storage_connectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StackStorageConnectorArgs']]]]: """ Configuration block for the storage connectors to enable. See below. """ return pulumi.get(self, "storage_connectors")
Configuration block for the storage connectors to enable. See below.
Configuration block for the storage connectors to enable. See below.
[ "Configuration", "block", "for", "the", "storage", "connectors", "to", "enable", ".", "See", "below", "." ]
def storage_connectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StackStorageConnectorArgs']]]]: return pulumi.get(self, "storage_connectors")
[ "def", "storage_connectors", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'StackStorageConnectorArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"...
Configuration block for the storage connectors to enable.
[ "Configuration", "block", "for", "the", "storage", "connectors", "to", "enable", "." ]
[ "\"\"\"\n Configuration block for the storage connectors to enable. See 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": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_settings
Optional[pulumi.Input[Sequence[pulumi.Input['StackUserSettingArgs']]]]
def user_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StackUserSettingArgs']]]]: """ Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below. """ return pulumi.get(self,...
Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below.
Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below.
[ "Configuration", "block", "for", "the", "actions", "that", "are", "enabled", "or", "disabled", "for", "users", "during", "their", "streaming", "sessions", ".", "By", "default", "these", "actions", "are", "enabled", ".", "See", "below", "." ]
def user_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StackUserSettingArgs']]]]: return pulumi.get(self, "user_settings")
[ "def", "user_settings", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'StackUserSettingArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_setti...
Configuration block for the actions that are enabled or disabled for users during their streaming sessions.
[ "Configuration", "block", "for", "the", "actions", "that", "are", "enabled", "or", "disabled", "for", "users", "during", "their", "streaming", "sessions", "." ]
[ "\"\"\"\n Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See 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": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
created_time
Optional[pulumi.Input[str]]
def created_time(self) -> Optional[pulumi.Input[str]]: """ Date and time, in UTC and extended RFC 3339 format, when the stack was created. """ return pulumi.get(self, "created_time")
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
[ "Date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "the", "stack", "was", "created", "." ]
def created_time(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "created_time")
[ "def", "created_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_time\"", ")" ]
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
[ "Date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "the", "stack", "was", "created", "." ]
[ "\"\"\"\n Date and time, in UTC and extended RFC 3339 format, when the stack was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
application_settings
pulumi.Output['outputs.StackApplicationSettings']
def application_settings(self) -> pulumi.Output['outputs.StackApplicationSettings']: """ Settings for application settings persistence. """ return pulumi.get(self, "application_settings")
Settings for application settings persistence.
Settings for application settings persistence.
[ "Settings", "for", "application", "settings", "persistence", "." ]
def application_settings(self) -> pulumi.Output['outputs.StackApplicationSettings']: return pulumi.get(self, "application_settings")
[ "def", "application_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.StackApplicationSettings'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"application_settings\"", ")" ]
Settings for application settings persistence.
[ "Settings", "for", "application", "settings", "persistence", "." ]
[ "\"\"\"\n Settings for application settings persistence.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
created_time
pulumi.Output[str]
def created_time(self) -> pulumi.Output[str]: """ Date and time, in UTC and extended RFC 3339 format, when the stack was created. """ return pulumi.get(self, "created_time")
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
[ "Date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "the", "stack", "was", "created", "." ]
def created_time(self) -> pulumi.Output[str]: return pulumi.get(self, "created_time")
[ "def", "created_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_time\"", ")" ]
Date and time, in UTC and extended RFC 3339 format, when the stack was created.
[ "Date", "and", "time", "in", "UTC", "and", "extended", "RFC", "3339", "format", "when", "the", "stack", "was", "created", "." ]
[ "\"\"\"\n Date and time, in UTC and extended RFC 3339 format, when the stack was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
embed_host_domains
pulumi.Output[Sequence[str]]
def embed_host_domains(self) -> pulumi.Output[Sequence[str]]: """ Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. """ return pulumi.get(self, "embed_host_domains")
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
[ "Domains", "where", "AppStream", "2", ".", "0", "streaming", "sessions", "can", "be", "embedded", "in", "an", "iframe", ".", "You", "must", "approve", "the", "domains", "that", "you", "want", "to", "host", "embedded", "AppStream", "2", ".", "0", "streaming...
def embed_host_domains(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "embed_host_domains")
[ "def", "embed_host_domains", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"embed_host_domains\"", ")" ]
Domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
[ "Domains", "where", "AppStream", "2", ".", "0", "streaming", "sessions", "can", "be", "embedded", "in", "an", "iframe", "." ]
[ "\"\"\"\n Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
feedback_url
pulumi.Output[str]
def feedback_url(self) -> pulumi.Output[str]: """ URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. . """ return pulumi.get(self, "feedback_url")
URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .
URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
[ "URL", "that", "users", "are", "redirected", "to", "after", "they", "click", "the", "Send", "Feedback", "link", ".", "If", "no", "URL", "is", "specified", "no", "Send", "Feedback", "link", "is", "displayed", "." ]
def feedback_url(self) -> pulumi.Output[str]: return pulumi.get(self, "feedback_url")
[ "def", "feedback_url", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"feedback_url\"", ")" ]
URL that users are redirected to after they click the Send Feedback link.
[ "URL", "that", "users", "are", "redirected", "to", "after", "they", "click", "the", "Send", "Feedback", "link", "." ]
[ "\"\"\"\n URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
storage_connectors
pulumi.Output[Sequence['outputs.StackStorageConnector']]
def storage_connectors(self) -> pulumi.Output[Sequence['outputs.StackStorageConnector']]: """ Configuration block for the storage connectors to enable. See below. """ return pulumi.get(self, "storage_connectors")
Configuration block for the storage connectors to enable. See below.
Configuration block for the storage connectors to enable. See below.
[ "Configuration", "block", "for", "the", "storage", "connectors", "to", "enable", ".", "See", "below", "." ]
def storage_connectors(self) -> pulumi.Output[Sequence['outputs.StackStorageConnector']]: return pulumi.get(self, "storage_connectors")
[ "def", "storage_connectors", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.StackStorageConnector'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_connectors\"", ")" ]
Configuration block for the storage connectors to enable.
[ "Configuration", "block", "for", "the", "storage", "connectors", "to", "enable", "." ]
[ "\"\"\"\n Configuration block for the storage connectors to enable. See 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": [] }
442be051c05866586200c29f5896d6ea66ff1520
rapzo/pulumi-aws
sdk/python/pulumi_aws/appstream/stack.py
[ "ECL-2.0", "Apache-2.0" ]
Python
user_settings
pulumi.Output[Sequence['outputs.StackUserSetting']]
def user_settings(self) -> pulumi.Output[Sequence['outputs.StackUserSetting']]: """ Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below. """ return pulumi.get(self, "user_settings")
Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below.
Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See below.
[ "Configuration", "block", "for", "the", "actions", "that", "are", "enabled", "or", "disabled", "for", "users", "during", "their", "streaming", "sessions", ".", "By", "default", "these", "actions", "are", "enabled", ".", "See", "below", "." ]
def user_settings(self) -> pulumi.Output[Sequence['outputs.StackUserSetting']]: return pulumi.get(self, "user_settings")
[ "def", "user_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.StackUserSetting'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_settings\"", ")" ]
Configuration block for the actions that are enabled or disabled for users during their streaming sessions.
[ "Configuration", "block", "for", "the", "actions", "that", "are", "enabled", "or", "disabled", "for", "users", "during", "their", "streaming", "sessions", "." ]
[ "\"\"\"\n Configuration block for the actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. See 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": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
runtime_environment
pulumi.Input[str]
def runtime_environment(self) -> pulumi.Input[str]: """ The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`. """ return pulumi.get(self, "runtime_environment")
The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
def runtime_environment(self) -> pulumi.Input[str]: return pulumi.get(self, "runtime_environment")
[ "def", "runtime_environment", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"runtime_environment\"", ")" ]
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
[ "\"\"\"\n The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
service_execution_role
pulumi.Input[str]
def service_execution_role(self) -> pulumi.Input[str]: """ The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources. """ return pulumi.get(self, "service_execution_role")
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
def service_execution_role(self) -> pulumi.Input[str]: return pulumi.get(self, "service_execution_role")
[ "def", "service_execution_role", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_execution_role\"", ")" ]
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
[ "\"\"\"\n The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cloudwatch_logging_options
Optional[pulumi.Input['ApplicationCloudwatchLoggingOptionsArgs']]
def cloudwatch_logging_options(self) -> Optional[pulumi.Input['ApplicationCloudwatchLoggingOptionsArgs']]: """ A CloudWatch log stream to monitor application configuration errors. """ return pulumi.get(self, "cloudwatch_logging_options")
A CloudWatch log stream to monitor application configuration errors.
A CloudWatch log stream to monitor application configuration errors.
[ "A", "CloudWatch", "log", "stream", "to", "monitor", "application", "configuration", "errors", "." ]
def cloudwatch_logging_options(self) -> Optional[pulumi.Input['ApplicationCloudwatchLoggingOptionsArgs']]: return pulumi.get(self, "cloudwatch_logging_options")
[ "def", "cloudwatch_logging_options", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'ApplicationCloudwatchLoggingOptionsArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cloudwatch_logging_options\"", ")" ]
A CloudWatch log stream to monitor application configuration errors.
[ "A", "CloudWatch", "log", "stream", "to", "monitor", "application", "configuration", "errors", "." ]
[ "\"\"\"\n A CloudWatch log stream to monitor application configuration errors.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
force_stop
Optional[pulumi.Input[bool]]
def force_stop(self) -> Optional[pulumi.Input[bool]]: """ Whether to force stop an unresponsive Flink-based application. """ return pulumi.get(self, "force_stop")
Whether to force stop an unresponsive Flink-based application.
Whether to force stop an unresponsive Flink-based application.
[ "Whether", "to", "force", "stop", "an", "unresponsive", "Flink", "-", "based", "application", "." ]
def force_stop(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "force_stop")
[ "def", "force_stop", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"force_stop\"", ")" ]
Whether to force stop an unresponsive Flink-based application.
[ "Whether", "to", "force", "stop", "an", "unresponsive", "Flink", "-", "based", "application", "." ]
[ "\"\"\"\n Whether to force stop an unresponsive Flink-based application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
start_application
Optional[pulumi.Input[bool]]
def start_application(self) -> Optional[pulumi.Input[bool]]: """ Whether to start or stop the application. """ return pulumi.get(self, "start_application")
Whether to start or stop the application.
Whether to start or stop the application.
[ "Whether", "to", "start", "or", "stop", "the", "application", "." ]
def start_application(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "start_application")
[ "def", "start_application", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_application\"", ")" ]
Whether to start or stop the application.
[ "Whether", "to", "start", "or", "stop", "the", "application", "." ]
[ "\"\"\"\n Whether to start or stop the application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
create_timestamp
Optional[pulumi.Input[str]]
def create_timestamp(self) -> Optional[pulumi.Input[str]]: """ The current timestamp when the application was created. """ return pulumi.get(self, "create_timestamp")
The current timestamp when the application was created.
The current timestamp when the application was created.
[ "The", "current", "timestamp", "when", "the", "application", "was", "created", "." ]
def create_timestamp(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "create_timestamp")
[ "def", "create_timestamp", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_timestamp\"", ")" ]
The current timestamp when the application was created.
[ "The", "current", "timestamp", "when", "the", "application", "was", "created", "." ]
[ "\"\"\"\n The current timestamp when the application was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
last_update_timestamp
Optional[pulumi.Input[str]]
def last_update_timestamp(self) -> Optional[pulumi.Input[str]]: """ The current timestamp when the application was last updated. """ return pulumi.get(self, "last_update_timestamp")
The current timestamp when the application was last updated.
The current timestamp when the application was last updated.
[ "The", "current", "timestamp", "when", "the", "application", "was", "last", "updated", "." ]
def last_update_timestamp(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "last_update_timestamp")
[ "def", "last_update_timestamp", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_update_timestamp\"", ")" ]
The current timestamp when the application was last updated.
[ "The", "current", "timestamp", "when", "the", "application", "was", "last", "updated", "." ]
[ "\"\"\"\n The current timestamp when the application was last updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
runtime_environment
Optional[pulumi.Input[str]]
def runtime_environment(self) -> Optional[pulumi.Input[str]]: """ The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`. """ return pulumi.get(self, "runtime_environment")
The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
def runtime_environment(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "runtime_environment")
[ "def", "runtime_environment", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"runtime_environment\"", ")" ]
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
[ "\"\"\"\n The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
service_execution_role
Optional[pulumi.Input[str]]
def service_execution_role(self) -> Optional[pulumi.Input[str]]: """ The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources. """ return pulumi.get(self, "service_execution_rol...
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
def service_execution_role(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "service_execution_role")
[ "def", "service_execution_role", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_execution_role\"", ")" ]
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
[ "\"\"\"\n The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
version_id
Optional[pulumi.Input[int]]
def version_id(self) -> Optional[pulumi.Input[int]]: """ The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated. """ return pulumi.get(self, "version_id")
The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.
The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.
[ "The", "current", "application", "version", ".", "Kinesis", "Data", "Analytics", "updates", "the", "`", "version_id", "`", "each", "time", "the", "application", "is", "updated", "." ]
def version_id(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "version_id")
[ "def", "version_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"version_id\"", ")" ]
The current application version.
[ "The", "current", "application", "version", "." ]
[ "\"\"\"\n The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
cloudwatch_logging_options
pulumi.Output[Optional['outputs.ApplicationCloudwatchLoggingOptions']]
def cloudwatch_logging_options(self) -> pulumi.Output[Optional['outputs.ApplicationCloudwatchLoggingOptions']]: """ A CloudWatch log stream to monitor application configuration errors. """ return pulumi.get(self, "cloudwatch_logging_options")
A CloudWatch log stream to monitor application configuration errors.
A CloudWatch log stream to monitor application configuration errors.
[ "A", "CloudWatch", "log", "stream", "to", "monitor", "application", "configuration", "errors", "." ]
def cloudwatch_logging_options(self) -> pulumi.Output[Optional['outputs.ApplicationCloudwatchLoggingOptions']]: return pulumi.get(self, "cloudwatch_logging_options")
[ "def", "cloudwatch_logging_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationCloudwatchLoggingOptions'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cloudwatch_logging_options\"", ")" ]
A CloudWatch log stream to monitor application configuration errors.
[ "A", "CloudWatch", "log", "stream", "to", "monitor", "application", "configuration", "errors", "." ]
[ "\"\"\"\n A CloudWatch log stream to monitor application configuration errors.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
create_timestamp
pulumi.Output[str]
def create_timestamp(self) -> pulumi.Output[str]: """ The current timestamp when the application was created. """ return pulumi.get(self, "create_timestamp")
The current timestamp when the application was created.
The current timestamp when the application was created.
[ "The", "current", "timestamp", "when", "the", "application", "was", "created", "." ]
def create_timestamp(self) -> pulumi.Output[str]: return pulumi.get(self, "create_timestamp")
[ "def", "create_timestamp", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_timestamp\"", ")" ]
The current timestamp when the application was created.
[ "The", "current", "timestamp", "when", "the", "application", "was", "created", "." ]
[ "\"\"\"\n The current timestamp when the application was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
force_stop
pulumi.Output[Optional[bool]]
def force_stop(self) -> pulumi.Output[Optional[bool]]: """ Whether to force stop an unresponsive Flink-based application. """ return pulumi.get(self, "force_stop")
Whether to force stop an unresponsive Flink-based application.
Whether to force stop an unresponsive Flink-based application.
[ "Whether", "to", "force", "stop", "an", "unresponsive", "Flink", "-", "based", "application", "." ]
def force_stop(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "force_stop")
[ "def", "force_stop", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"force_stop\"", ")" ]
Whether to force stop an unresponsive Flink-based application.
[ "Whether", "to", "force", "stop", "an", "unresponsive", "Flink", "-", "based", "application", "." ]
[ "\"\"\"\n Whether to force stop an unresponsive Flink-based application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
last_update_timestamp
pulumi.Output[str]
def last_update_timestamp(self) -> pulumi.Output[str]: """ The current timestamp when the application was last updated. """ return pulumi.get(self, "last_update_timestamp")
The current timestamp when the application was last updated.
The current timestamp when the application was last updated.
[ "The", "current", "timestamp", "when", "the", "application", "was", "last", "updated", "." ]
def last_update_timestamp(self) -> pulumi.Output[str]: return pulumi.get(self, "last_update_timestamp")
[ "def", "last_update_timestamp", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_update_timestamp\"", ")" ]
The current timestamp when the application was last updated.
[ "The", "current", "timestamp", "when", "the", "application", "was", "last", "updated", "." ]
[ "\"\"\"\n The current timestamp when the application was last updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
runtime_environment
pulumi.Output[str]
def runtime_environment(self) -> pulumi.Output[str]: """ The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`. """ return pulumi.get(self, "runtime_environment")
The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
def runtime_environment(self) -> pulumi.Output[str]: return pulumi.get(self, "runtime_environment")
[ "def", "runtime_environment", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"runtime_environment\"", ")" ]
The runtime environment for the application.
[ "The", "runtime", "environment", "for", "the", "application", "." ]
[ "\"\"\"\n The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
service_execution_role
pulumi.Output[str]
def service_execution_role(self) -> pulumi.Output[str]: """ The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources. """ return pulumi.get(self, "service_execution_role")
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
def service_execution_role(self) -> pulumi.Output[str]: return pulumi.get(self, "service_execution_role")
[ "def", "service_execution_role", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_execution_role\"", ")" ]
The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
[ "The", "ARN", "of", "the", "IAM", "role", "used", "by", "the", "application", "to", "access", "Kinesis", "data", "streams", "Kinesis", "Data", "Firehose", "delivery", "streams", "Amazon", "S3", "objects", "and", "other", "external", "resources", "." ]
[ "\"\"\"\n The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
start_application
pulumi.Output[Optional[bool]]
def start_application(self) -> pulumi.Output[Optional[bool]]: """ Whether to start or stop the application. """ return pulumi.get(self, "start_application")
Whether to start or stop the application.
Whether to start or stop the application.
[ "Whether", "to", "start", "or", "stop", "the", "application", "." ]
def start_application(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "start_application")
[ "def", "start_application", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_application\"", ")" ]
Whether to start or stop the application.
[ "Whether", "to", "start", "or", "stop", "the", "application", "." ]
[ "\"\"\"\n Whether to start or stop the application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4ee544b4c4ce27ac4edc0dc80b10211c995752cd
rapzo/pulumi-aws
sdk/python/pulumi_aws/kinesisanalyticsv2/application.py
[ "ECL-2.0", "Apache-2.0" ]
Python
version_id
pulumi.Output[int]
def version_id(self) -> pulumi.Output[int]: """ The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated. """ return pulumi.get(self, "version_id")
The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.
The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.
[ "The", "current", "application", "version", ".", "Kinesis", "Data", "Analytics", "updates", "the", "`", "version_id", "`", "each", "time", "the", "application", "is", "updated", "." ]
def version_id(self) -> pulumi.Output[int]: return pulumi.get(self, "version_id")
[ "def", "version_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"version_id\"", ")" ]
The current application version.
[ "The", "current", "application", "version", "." ]
[ "\"\"\"\n The current application version. Kinesis Data Analytics updates the `version_id` each time the application is updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
775bc084b89b783b48f7d6b270d4bc9d67b8203d
rapzo/pulumi-aws
sdk/python/pulumi_aws/secretsmanager/outputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
last_accessed_date
Optional[str]
def last_accessed_date(self) -> Optional[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[str]: return pulumi.get(self, "last_accessed_date")
[ "def", "last_accessed_date", "(", "self", ")", "->", "Optional", "[", "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": [] }
775bc084b89b783b48f7d6b270d4bc9d67b8203d
rapzo/pulumi-aws
sdk/python/pulumi_aws/secretsmanager/outputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
status_message
Optional[str]
def status_message(self) -> Optional[str]: """ Message such as `Replication succeeded` or `Secret with this name already exists in this region`. """ return pulumi.get(self, "status_message")
Message such as `Replication succeeded` or `Secret with this name already exists in this region`.
Message such as `Replication succeeded` or `Secret with this name already exists in this region`.
[ "Message", "such", "as", "`", "Replication", "succeeded", "`", "or", "`", "Secret", "with", "this", "name", "already", "exists", "in", "this", "region", "`", "." ]
def status_message(self) -> Optional[str]: return pulumi.get(self, "status_message")
[ "def", "status_message", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"status_message\"", ")" ]
Message such as `Replication succeeded` or `Secret with this name already exists in this region`.
[ "Message", "such", "as", "`", "Replication", "succeeded", "`", "or", "`", "Secret", "with", "this", "name", "already", "exists", "in", "this", "region", "`", "." ]
[ "\"\"\"\n Message such as `Replication succeeded` or `Secret with this name already exists in this region`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
775bc084b89b783b48f7d6b270d4bc9d67b8203d
rapzo/pulumi-aws
sdk/python/pulumi_aws/secretsmanager/outputs.py
[ "ECL-2.0", "Apache-2.0" ]
Python
automatically_after_days
int
def automatically_after_days(self) -> 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) -> int: return pulumi.get(self, "automatically_after_days")
[ "def", "automatically_after_days", "(", "self", ")", "->", "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": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
attributes
pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]
def attributes(self) -> pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]: """ List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties: """ return pulumi.get(self, "attributes")
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties.
[ "List", "of", "nested", "attribute", "definitions", ".", "Only", "required", "for", "`", "hash_key", "`", "and", "`", "range_key", "`", "attributes", ".", "Each", "attribute", "has", "two", "properties", "." ]
def attributes(self) -> pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]: return pulumi.get(self, "attributes")
[ "def", "attributes", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'TableAttributeArgs'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attributes\"", ")" ]
List of nested attribute definitions.
[ "List", "of", "nested", "attribute", "definitions", "." ]
[ "\"\"\"\n List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
hash_key
pulumi.Input[str]
def hash_key(self) -> pulumi.Input[str]: """ The name of the hash key in the index; must be defined as an attribute in the resource. """ return pulumi.get(self, "hash_key")
The name of the hash key in the index; must be defined as an attribute in the resource.
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
def hash_key(self) -> pulumi.Input[str]: return pulumi.get(self, "hash_key")
[ "def", "hash_key", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hash_key\"", ")" ]
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
[ "\"\"\"\n The name of the hash key in the index; must be\n defined as an attribute in the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
billing_mode
Optional[pulumi.Input[str]]
def billing_mode(self) -> Optional[pulumi.Input[str]]: """ Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`. """ return pulumi.get(self, "billing_mode")
Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.
Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.
[ "Controls", "how", "you", "are", "charged", "for", "read", "and", "write", "throughput", "and", "how", "you", "manage", "capacity", ".", "The", "valid", "values", "are", "`", "PROVISIONED", "`", "and", "`", "PAY_PER_REQUEST", "`", ".", "Defaults", "to", "`...
def billing_mode(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "billing_mode")
[ "def", "billing_mode", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_mode\"", ")" ]
Controls how you are charged for read and write throughput and how you manage capacity.
[ "Controls", "how", "you", "are", "charged", "for", "read", "and", "write", "throughput", "and", "how", "you", "manage", "capacity", "." ]
[ "\"\"\"\n Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
global_secondary_indexes
Optional[pulumi.Input[Sequence[pulumi.Input['TableGlobalSecondaryIndexArgs']]]]
def global_secondary_indexes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableGlobalSecondaryIndexArgs']]]]: """ Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. """ return pulumi.get(self, "global_seco...
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
[ "Describe", "a", "GSI", "for", "the", "table", ";", "subject", "to", "the", "normal", "limits", "on", "the", "number", "of", "GSIs", "projected", "attributes", "etc", "." ]
def global_secondary_indexes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableGlobalSecondaryIndexArgs']]]]: return pulumi.get(self, "global_secondary_indexes")
[ "def", "global_secondary_indexes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'TableGlobalSecondaryIndexArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ...
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
[ "Describe", "a", "GSI", "for", "the", "table", ";", "subject", "to", "the", "normal", "limits", "on", "the", "number", "of", "GSIs", "projected", "attributes", "etc", "." ]
[ "\"\"\"\n Describe a GSI for the table;\n subject to the normal limits on the number of GSIs, projected\n attributes, etc.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
local_secondary_indexes
Optional[pulumi.Input[Sequence[pulumi.Input['TableLocalSecondaryIndexArgs']]]]
def local_secondary_indexes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableLocalSecondaryIndexArgs']]]]: """ Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource. """ r...
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
[ "Describe", "an", "LSI", "on", "the", "table", ";", "these", "can", "only", "be", "allocated", "*", "at", "creation", "*", "so", "you", "cannot", "change", "this", "definition", "after", "you", "have", "created", "the", "resource", "." ]
def local_secondary_indexes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableLocalSecondaryIndexArgs']]]]: return pulumi.get(self, "local_secondary_indexes")
[ "def", "local_secondary_indexes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'TableLocalSecondaryIndexArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",...
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
[ "Describe", "an", "LSI", "on", "the", "table", ";", "these", "can", "only", "be", "allocated", "*", "at", "creation", "*", "so", "you", "cannot", "change", "this", "definition", "after", "you", "have", "created", "the", "resource", "." ]
[ "\"\"\"\n Describe an LSI on the table;\n these can only be allocated *at creation* so you cannot change this\n definition after you have created the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
range_key
Optional[pulumi.Input[str]]
def range_key(self) -> Optional[pulumi.Input[str]]: """ The name of the range key; must be defined """ return pulumi.get(self, "range_key")
The name of the range key; must be defined
The name of the range key; must be defined
[ "The", "name", "of", "the", "range", "key", ";", "must", "be", "defined" ]
def range_key(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "range_key")
[ "def", "range_key", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"range_key\"", ")" ]
The name of the range key; must be defined
[ "The", "name", "of", "the", "range", "key", ";", "must", "be", "defined" ]
[ "\"\"\"\n The name of the range key; must be defined\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
read_capacity
Optional[pulumi.Input[int]]
def read_capacity(self) -> Optional[pulumi.Input[int]]: """ The number of read units for this index. Must be set if billing_mode is set to PROVISIONED. """ return pulumi.get(self, "read_capacity")
The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.
The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.
[ "The", "number", "of", "read", "units", "for", "this", "index", ".", "Must", "be", "set", "if", "billing_mode", "is", "set", "to", "PROVISIONED", "." ]
def read_capacity(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "read_capacity")
[ "def", "read_capacity", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"read_capacity\"", ")" ]
The number of read units for this index.
[ "The", "number", "of", "read", "units", "for", "this", "index", "." ]
[ "\"\"\"\n The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
replicas
Optional[pulumi.Input[Sequence[pulumi.Input['TableReplicaArgs']]]]
def replicas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableReplicaArgs']]]]: """ Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below. ...
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below.
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)] replication configurations. Detailed below.
[ "Configuration", "block", "(", "s", ")", "with", "[", "DynamoDB", "Global", "Tables", "V2", "(", "version", "2019", ".", "11", ".", "21", ")", "]", "replication", "configurations", ".", "Detailed", "below", "." ]
def replicas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableReplicaArgs']]]]: return pulumi.get(self, "replicas")
[ "def", "replicas", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'TableReplicaArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"replicas\"", ")" ...
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations.
[ "Configuration", "block", "(", "s", ")", "with", "[", "DynamoDB", "Global", "Tables", "V2", "(", "version", "2019", ".", "11", ".", "21", ")", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "amazondynamodb", "/", ...
[ "\"\"\"\n Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_side_encryption
Optional[pulumi.Input['TableServerSideEncryptionArgs']]
def server_side_encryption(self) -> Optional[pulumi.Input['TableServerSideEncryptionArgs']]: """ Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified. """ return pulumi.get(self, "server...
Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.
Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.
[ "Encryption", "at", "rest", "options", ".", "AWS", "DynamoDB", "tables", "are", "automatically", "encrypted", "at", "rest", "with", "an", "AWS", "owned", "Customer", "Master", "Key", "if", "this", "argument", "isn", "'", "t", "specified", "." ]
def server_side_encryption(self) -> Optional[pulumi.Input['TableServerSideEncryptionArgs']]: return pulumi.get(self, "server_side_encryption")
[ "def", "server_side_encryption", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'TableServerSideEncryptionArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_side_encryption\"", ")" ]
Encryption at rest options.
[ "Encryption", "at", "rest", "options", "." ]
[ "\"\"\"\n Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_enabled
Optional[pulumi.Input[bool]]
def stream_enabled(self) -> Optional[pulumi.Input[bool]]: """ Indicates whether Streams are to be enabled (true) or disabled (false). """ return pulumi.get(self, "stream_enabled")
Indicates whether Streams are to be enabled (true) or disabled (false).
Indicates whether Streams are to be enabled (true) or disabled (false).
[ "Indicates", "whether", "Streams", "are", "to", "be", "enabled", "(", "true", ")", "or", "disabled", "(", "false", ")", "." ]
def stream_enabled(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "stream_enabled")
[ "def", "stream_enabled", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_enabled\"", ")" ]
Indicates whether Streams are to be enabled (true) or disabled (false).
[ "Indicates", "whether", "Streams", "are", "to", "be", "enabled", "(", "true", ")", "or", "disabled", "(", "false", ")", "." ]
[ "\"\"\"\n Indicates whether Streams are to be enabled (true) or disabled (false).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_view_type
Optional[pulumi.Input[str]]
def stream_view_type(self) -> Optional[pulumi.Input[str]]: """ When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`. """ return pulumi.get(self, "st...
When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`.
When an item in the table is modified, StreamViewType determines what information is written to the table's stream.
[ "When", "an", "item", "in", "the", "table", "is", "modified", "StreamViewType", "determines", "what", "information", "is", "written", "to", "the", "table", "'", "s", "stream", "." ]
def stream_view_type(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "stream_view_type")
[ "def", "stream_view_type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_view_type\"", ")" ]
When an item in the table is modified, StreamViewType determines what information is written to the table's stream.
[ "When", "an", "item", "in", "the", "table", "is", "modified", "StreamViewType", "determines", "what", "information", "is", "written", "to", "the", "table", "'", "s", "stream", "." ]
[ "\"\"\"\n When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ttl
Optional[pulumi.Input['TableTtlArgs']]
def ttl(self) -> Optional[pulumi.Input['TableTtlArgs']]: """ Defines ttl, has two properties, and can only be specified once: """ return pulumi.get(self, "ttl")
Defines ttl, has two properties, and can only be specified once:
Defines ttl, has two properties, and can only be specified once.
[ "Defines", "ttl", "has", "two", "properties", "and", "can", "only", "be", "specified", "once", "." ]
def ttl(self) -> Optional[pulumi.Input['TableTtlArgs']]: return pulumi.get(self, "ttl")
[ "def", "ttl", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'TableTtlArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ttl\"", ")" ]
Defines ttl, has two properties, and can only be specified once:
[ "Defines", "ttl", "has", "two", "properties", "and", "can", "only", "be", "specified", "once", ":" ]
[ "\"\"\"\n Defines ttl, has two properties, and can only be specified once:\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
write_capacity
Optional[pulumi.Input[int]]
def write_capacity(self) -> Optional[pulumi.Input[int]]: """ The number of write units for this index. Must be set if billing_mode is set to PROVISIONED. """ return pulumi.get(self, "write_capacity")
The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.
The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.
[ "The", "number", "of", "write", "units", "for", "this", "index", ".", "Must", "be", "set", "if", "billing_mode", "is", "set", "to", "PROVISIONED", "." ]
def write_capacity(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "write_capacity")
[ "def", "write_capacity", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"write_capacity\"", ")" ]
The number of write units for this index.
[ "The", "number", "of", "write", "units", "for", "this", "index", "." ]
[ "\"\"\"\n The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
attributes
Optional[pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]]
def attributes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]]: """ List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties: """ return pulumi.get(self, "attributes")
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties.
[ "List", "of", "nested", "attribute", "definitions", ".", "Only", "required", "for", "`", "hash_key", "`", "and", "`", "range_key", "`", "attributes", ".", "Each", "attribute", "has", "two", "properties", "." ]
def attributes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableAttributeArgs']]]]: return pulumi.get(self, "attributes")
[ "def", "attributes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'TableAttributeArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attributes\"", ...
List of nested attribute definitions.
[ "List", "of", "nested", "attribute", "definitions", "." ]
[ "\"\"\"\n List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
hash_key
Optional[pulumi.Input[str]]
def hash_key(self) -> Optional[pulumi.Input[str]]: """ The name of the hash key in the index; must be defined as an attribute in the resource. """ return pulumi.get(self, "hash_key")
The name of the hash key in the index; must be defined as an attribute in the resource.
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
def hash_key(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "hash_key")
[ "def", "hash_key", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hash_key\"", ")" ]
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
[ "\"\"\"\n The name of the hash key in the index; must be\n defined as an attribute in the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_arn
Optional[pulumi.Input[str]]
def stream_arn(self) -> Optional[pulumi.Input[str]]: """ The ARN of the Table Stream. Only available when `stream_enabled = true` """ return pulumi.get(self, "stream_arn")
The ARN of the Table Stream. Only available when `stream_enabled = true`
The ARN of the Table Stream. Only available when `stream_enabled = true`
[ "The", "ARN", "of", "the", "Table", "Stream", ".", "Only", "available", "when", "`", "stream_enabled", "=", "true", "`" ]
def stream_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "stream_arn")
[ "def", "stream_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_arn\"", ")" ]
The ARN of the Table Stream.
[ "The", "ARN", "of", "the", "Table", "Stream", "." ]
[ "\"\"\"\n The ARN of the Table Stream. Only available when `stream_enabled = true`\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_label
Optional[pulumi.Input[str]]
def stream_label(self) -> Optional[pulumi.Input[str]]: """ A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. ...
A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only availab...
A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only available when `stream_enabled = true`
[ "A", "timestamp", "in", "ISO", "8601", "format", "for", "this", "stream", ".", "Note", "that", "this", "timestamp", "is", "not", "a", "unique", "identifier", "for", "the", "stream", "on", "its", "own", ".", "However", "the", "combination", "of", "AWS", "...
def stream_label(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "stream_label")
[ "def", "stream_label", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_label\"", ")" ]
A timestamp, in ISO 8601 format, for this stream.
[ "A", "timestamp", "in", "ISO", "8601", "format", "for", "this", "stream", "." ]
[ "\"\"\"\n A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not\n a unique identifier for the stream on its own. However, the combination of AWS customer ID,\n table name and this field is guaranteed to be unique.\n It can be used for creating CloudWatch Alarm...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
attributes
pulumi.Output[Sequence['outputs.TableAttribute']]
def attributes(self) -> pulumi.Output[Sequence['outputs.TableAttribute']]: """ List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties: """ return pulumi.get(self, "attributes")
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:
List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties.
[ "List", "of", "nested", "attribute", "definitions", ".", "Only", "required", "for", "`", "hash_key", "`", "and", "`", "range_key", "`", "attributes", ".", "Each", "attribute", "has", "two", "properties", "." ]
def attributes(self) -> pulumi.Output[Sequence['outputs.TableAttribute']]: return pulumi.get(self, "attributes")
[ "def", "attributes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.TableAttribute'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attributes\"", ")" ]
List of nested attribute definitions.
[ "List", "of", "nested", "attribute", "definitions", "." ]
[ "\"\"\"\n List of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. Each attribute has two properties:\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
billing_mode
pulumi.Output[Optional[str]]
def billing_mode(self) -> pulumi.Output[Optional[str]]: """ Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`. """ return pulumi.get(self, "billing_mode")
Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.
Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.
[ "Controls", "how", "you", "are", "charged", "for", "read", "and", "write", "throughput", "and", "how", "you", "manage", "capacity", ".", "The", "valid", "values", "are", "`", "PROVISIONED", "`", "and", "`", "PAY_PER_REQUEST", "`", ".", "Defaults", "to", "`...
def billing_mode(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "billing_mode")
[ "def", "billing_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_mode\"", ")" ]
Controls how you are charged for read and write throughput and how you manage capacity.
[ "Controls", "how", "you", "are", "charged", "for", "read", "and", "write", "throughput", "and", "how", "you", "manage", "capacity", "." ]
[ "\"\"\"\n Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
global_secondary_indexes
pulumi.Output[Optional[Sequence['outputs.TableGlobalSecondaryIndex']]]
def global_secondary_indexes(self) -> pulumi.Output[Optional[Sequence['outputs.TableGlobalSecondaryIndex']]]: """ Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. """ return pulumi.get(self, "global_secondary_ind...
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
[ "Describe", "a", "GSI", "for", "the", "table", ";", "subject", "to", "the", "normal", "limits", "on", "the", "number", "of", "GSIs", "projected", "attributes", "etc", "." ]
def global_secondary_indexes(self) -> pulumi.Output[Optional[Sequence['outputs.TableGlobalSecondaryIndex']]]: return pulumi.get(self, "global_secondary_indexes")
[ "def", "global_secondary_indexes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.TableGlobalSecondaryIndex'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"global_secondary_indexes\"", ...
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc.
[ "Describe", "a", "GSI", "for", "the", "table", ";", "subject", "to", "the", "normal", "limits", "on", "the", "number", "of", "GSIs", "projected", "attributes", "etc", "." ]
[ "\"\"\"\n Describe a GSI for the table;\n subject to the normal limits on the number of GSIs, projected\n attributes, etc.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
hash_key
pulumi.Output[str]
def hash_key(self) -> pulumi.Output[str]: """ The name of the hash key in the index; must be defined as an attribute in the resource. """ return pulumi.get(self, "hash_key")
The name of the hash key in the index; must be defined as an attribute in the resource.
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
def hash_key(self) -> pulumi.Output[str]: return pulumi.get(self, "hash_key")
[ "def", "hash_key", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hash_key\"", ")" ]
The name of the hash key in the index; must be defined as an attribute in the resource.
[ "The", "name", "of", "the", "hash", "key", "in", "the", "index", ";", "must", "be", "defined", "as", "an", "attribute", "in", "the", "resource", "." ]
[ "\"\"\"\n The name of the hash key in the index; must be\n defined as an attribute in the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
local_secondary_indexes
pulumi.Output[Optional[Sequence['outputs.TableLocalSecondaryIndex']]]
def local_secondary_indexes(self) -> pulumi.Output[Optional[Sequence['outputs.TableLocalSecondaryIndex']]]: """ Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource. """ return pul...
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
[ "Describe", "an", "LSI", "on", "the", "table", ";", "these", "can", "only", "be", "allocated", "*", "at", "creation", "*", "so", "you", "cannot", "change", "this", "definition", "after", "you", "have", "created", "the", "resource", "." ]
def local_secondary_indexes(self) -> pulumi.Output[Optional[Sequence['outputs.TableLocalSecondaryIndex']]]: return pulumi.get(self, "local_secondary_indexes")
[ "def", "local_secondary_indexes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.TableLocalSecondaryIndex'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"local_secondary_indexes\"", "...
Describe an LSI on the table; these can only be allocated *at creation* so you cannot change this definition after you have created the resource.
[ "Describe", "an", "LSI", "on", "the", "table", ";", "these", "can", "only", "be", "allocated", "*", "at", "creation", "*", "so", "you", "cannot", "change", "this", "definition", "after", "you", "have", "created", "the", "resource", "." ]
[ "\"\"\"\n Describe an LSI on the table;\n these can only be allocated *at creation* so you cannot change this\n definition after you have created the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
range_key
pulumi.Output[Optional[str]]
def range_key(self) -> pulumi.Output[Optional[str]]: """ The name of the range key; must be defined """ return pulumi.get(self, "range_key")
The name of the range key; must be defined
The name of the range key; must be defined
[ "The", "name", "of", "the", "range", "key", ";", "must", "be", "defined" ]
def range_key(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "range_key")
[ "def", "range_key", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"range_key\"", ")" ]
The name of the range key; must be defined
[ "The", "name", "of", "the", "range", "key", ";", "must", "be", "defined" ]
[ "\"\"\"\n The name of the range key; must be defined\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
read_capacity
pulumi.Output[Optional[int]]
def read_capacity(self) -> pulumi.Output[Optional[int]]: """ The number of read units for this index. Must be set if billing_mode is set to PROVISIONED. """ return pulumi.get(self, "read_capacity")
The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.
The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.
[ "The", "number", "of", "read", "units", "for", "this", "index", ".", "Must", "be", "set", "if", "billing_mode", "is", "set", "to", "PROVISIONED", "." ]
def read_capacity(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "read_capacity")
[ "def", "read_capacity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"read_capacity\"", ")" ]
The number of read units for this index.
[ "The", "number", "of", "read", "units", "for", "this", "index", "." ]
[ "\"\"\"\n The number of read units for this index. Must be set if billing_mode is set to PROVISIONED.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
replicas
pulumi.Output[Optional[Sequence['outputs.TableReplica']]]
def replicas(self) -> pulumi.Output[Optional[Sequence['outputs.TableReplica']]]: """ Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below. """...
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below.
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)] replication configurations. Detailed below.
[ "Configuration", "block", "(", "s", ")", "with", "[", "DynamoDB", "Global", "Tables", "V2", "(", "version", "2019", ".", "11", ".", "21", ")", "]", "replication", "configurations", ".", "Detailed", "below", "." ]
def replicas(self) -> pulumi.Output[Optional[Sequence['outputs.TableReplica']]]: return pulumi.get(self, "replicas")
[ "def", "replicas", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.TableReplica'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"replicas\"", ")" ]
Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations.
[ "Configuration", "block", "(", "s", ")", "with", "[", "DynamoDB", "Global", "Tables", "V2", "(", "version", "2019", ".", "11", ".", "21", ")", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "amazondynamodb", "/", ...
[ "\"\"\"\n Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. Detailed below.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
server_side_encryption
pulumi.Output['outputs.TableServerSideEncryption']
def server_side_encryption(self) -> pulumi.Output['outputs.TableServerSideEncryption']: """ Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified. """ return pulumi.get(self, "server_side...
Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.
Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.
[ "Encryption", "at", "rest", "options", ".", "AWS", "DynamoDB", "tables", "are", "automatically", "encrypted", "at", "rest", "with", "an", "AWS", "owned", "Customer", "Master", "Key", "if", "this", "argument", "isn", "'", "t", "specified", "." ]
def server_side_encryption(self) -> pulumi.Output['outputs.TableServerSideEncryption']: return pulumi.get(self, "server_side_encryption")
[ "def", "server_side_encryption", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.TableServerSideEncryption'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"server_side_encryption\"", ")" ]
Encryption at rest options.
[ "Encryption", "at", "rest", "options", "." ]
[ "\"\"\"\n Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS owned Customer Master Key if this argument isn't specified.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_arn
pulumi.Output[str]
def stream_arn(self) -> pulumi.Output[str]: """ The ARN of the Table Stream. Only available when `stream_enabled = true` """ return pulumi.get(self, "stream_arn")
The ARN of the Table Stream. Only available when `stream_enabled = true`
The ARN of the Table Stream. Only available when `stream_enabled = true`
[ "The", "ARN", "of", "the", "Table", "Stream", ".", "Only", "available", "when", "`", "stream_enabled", "=", "true", "`" ]
def stream_arn(self) -> pulumi.Output[str]: return pulumi.get(self, "stream_arn")
[ "def", "stream_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_arn\"", ")" ]
The ARN of the Table Stream.
[ "The", "ARN", "of", "the", "Table", "Stream", "." ]
[ "\"\"\"\n The ARN of the Table Stream. Only available when `stream_enabled = true`\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_enabled
pulumi.Output[Optional[bool]]
def stream_enabled(self) -> pulumi.Output[Optional[bool]]: """ Indicates whether Streams are to be enabled (true) or disabled (false). """ return pulumi.get(self, "stream_enabled")
Indicates whether Streams are to be enabled (true) or disabled (false).
Indicates whether Streams are to be enabled (true) or disabled (false).
[ "Indicates", "whether", "Streams", "are", "to", "be", "enabled", "(", "true", ")", "or", "disabled", "(", "false", ")", "." ]
def stream_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "stream_enabled")
[ "def", "stream_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_enabled\"", ")" ]
Indicates whether Streams are to be enabled (true) or disabled (false).
[ "Indicates", "whether", "Streams", "are", "to", "be", "enabled", "(", "true", ")", "or", "disabled", "(", "false", ")", "." ]
[ "\"\"\"\n Indicates whether Streams are to be enabled (true) or disabled (false).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_label
pulumi.Output[str]
def stream_label(self) -> pulumi.Output[str]: """ A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It...
A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only availab...
A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only available when `stream_enabled = true`
[ "A", "timestamp", "in", "ISO", "8601", "format", "for", "this", "stream", ".", "Note", "that", "this", "timestamp", "is", "not", "a", "unique", "identifier", "for", "the", "stream", "on", "its", "own", ".", "However", "the", "combination", "of", "AWS", "...
def stream_label(self) -> pulumi.Output[str]: return pulumi.get(self, "stream_label")
[ "def", "stream_label", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_label\"", ")" ]
A timestamp, in ISO 8601 format, for this stream.
[ "A", "timestamp", "in", "ISO", "8601", "format", "for", "this", "stream", "." ]
[ "\"\"\"\n A timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not\n a unique identifier for the stream on its own. However, the combination of AWS customer ID,\n table name and this field is guaranteed to be unique.\n It can be used for creating CloudWatch Alarm...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stream_view_type
pulumi.Output[str]
def stream_view_type(self) -> pulumi.Output[str]: """ When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`. """ return pulumi.get(self, "stream_view...
When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`.
When an item in the table is modified, StreamViewType determines what information is written to the table's stream.
[ "When", "an", "item", "in", "the", "table", "is", "modified", "StreamViewType", "determines", "what", "information", "is", "written", "to", "the", "table", "'", "s", "stream", "." ]
def stream_view_type(self) -> pulumi.Output[str]: return pulumi.get(self, "stream_view_type")
[ "def", "stream_view_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_view_type\"", ")" ]
When an item in the table is modified, StreamViewType determines what information is written to the table's stream.
[ "When", "an", "item", "in", "the", "table", "is", "modified", "StreamViewType", "determines", "what", "information", "is", "written", "to", "the", "table", "'", "s", "stream", "." ]
[ "\"\"\"\n When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
ttl
pulumi.Output[Optional['outputs.TableTtl']]
def ttl(self) -> pulumi.Output[Optional['outputs.TableTtl']]: """ Defines ttl, has two properties, and can only be specified once: """ return pulumi.get(self, "ttl")
Defines ttl, has two properties, and can only be specified once:
Defines ttl, has two properties, and can only be specified once.
[ "Defines", "ttl", "has", "two", "properties", "and", "can", "only", "be", "specified", "once", "." ]
def ttl(self) -> pulumi.Output[Optional['outputs.TableTtl']]: return pulumi.get(self, "ttl")
[ "def", "ttl", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.TableTtl'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ttl\"", ")" ]
Defines ttl, has two properties, and can only be specified once:
[ "Defines", "ttl", "has", "two", "properties", "and", "can", "only", "be", "specified", "once", ":" ]
[ "\"\"\"\n Defines ttl, has two properties, and can only be specified once:\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cddc70c08b6bd860d0b1e04bedccf0df10139730
rapzo/pulumi-aws
sdk/python/pulumi_aws/dynamodb/table.py
[ "ECL-2.0", "Apache-2.0" ]
Python
write_capacity
pulumi.Output[Optional[int]]
def write_capacity(self) -> pulumi.Output[Optional[int]]: """ The number of write units for this index. Must be set if billing_mode is set to PROVISIONED. """ return pulumi.get(self, "write_capacity")
The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.
The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.
[ "The", "number", "of", "write", "units", "for", "this", "index", ".", "Must", "be", "set", "if", "billing_mode", "is", "set", "to", "PROVISIONED", "." ]
def write_capacity(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "write_capacity")
[ "def", "write_capacity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"write_capacity\"", ")" ]
The number of write units for this index.
[ "The", "number", "of", "write", "units", "for", "this", "index", "." ]
[ "\"\"\"\n The number of write units for this index. Must be set if billing_mode is set to PROVISIONED.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7267a7b7660ad5a1054544f0aea220a0b3debe5
rapzo/pulumi-aws
sdk/python/pulumi_aws/gamelift/alias.py
[ "ECL-2.0", "Apache-2.0" ]
Python
routing_strategy
pulumi.Input['AliasRoutingStrategyArgs']
def routing_strategy(self) -> pulumi.Input['AliasRoutingStrategyArgs']: """ Specifies the fleet and/or routing type to use for the alias. """ return pulumi.get(self, "routing_strategy")
Specifies the fleet and/or routing type to use for the alias.
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
def routing_strategy(self) -> pulumi.Input['AliasRoutingStrategyArgs']: return pulumi.get(self, "routing_strategy")
[ "def", "routing_strategy", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'AliasRoutingStrategyArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"routing_strategy\"", ")" ]
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
[ "\"\"\"\n Specifies the fleet and/or routing type to use for the alias.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7267a7b7660ad5a1054544f0aea220a0b3debe5
rapzo/pulumi-aws
sdk/python/pulumi_aws/gamelift/alias.py
[ "ECL-2.0", "Apache-2.0" ]
Python
routing_strategy
Optional[pulumi.Input['AliasRoutingStrategyArgs']]
def routing_strategy(self) -> Optional[pulumi.Input['AliasRoutingStrategyArgs']]: """ Specifies the fleet and/or routing type to use for the alias. """ return pulumi.get(self, "routing_strategy")
Specifies the fleet and/or routing type to use for the alias.
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
def routing_strategy(self) -> Optional[pulumi.Input['AliasRoutingStrategyArgs']]: return pulumi.get(self, "routing_strategy")
[ "def", "routing_strategy", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'AliasRoutingStrategyArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"routing_strategy\"", ")" ]
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
[ "\"\"\"\n Specifies the fleet and/or routing type to use for the alias.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7267a7b7660ad5a1054544f0aea220a0b3debe5
rapzo/pulumi-aws
sdk/python/pulumi_aws/gamelift/alias.py
[ "ECL-2.0", "Apache-2.0" ]
Python
routing_strategy
pulumi.Output['outputs.AliasRoutingStrategy']
def routing_strategy(self) -> pulumi.Output['outputs.AliasRoutingStrategy']: """ Specifies the fleet and/or routing type to use for the alias. """ return pulumi.get(self, "routing_strategy")
Specifies the fleet and/or routing type to use for the alias.
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
def routing_strategy(self) -> pulumi.Output['outputs.AliasRoutingStrategy']: return pulumi.get(self, "routing_strategy")
[ "def", "routing_strategy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.AliasRoutingStrategy'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"routing_strategy\"", ")" ]
Specifies the fleet and/or routing type to use for the alias.
[ "Specifies", "the", "fleet", "and", "/", "or", "routing", "type", "to", "use", "for", "the", "alias", "." ]
[ "\"\"\"\n Specifies the fleet and/or routing type to use for the alias.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_ttl
Optional[pulumi.Input[int]]
def default_ttl(self) -> Optional[pulumi.Input[int]]: """ The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. """ return pulumi.get(self, "default_ttl")
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "default", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
def default_ttl(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "default_ttl")
[ "def", "default_ttl", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_ttl\"", ")" ]
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "default", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
[ "\"\"\"\n The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
min_ttl
Optional[pulumi.Input[int]]
def min_ttl(self) -> Optional[pulumi.Input[int]]: """ The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. """ return pulumi.get(self, "min_ttl")
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "minimum", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
def min_ttl(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "min_ttl")
[ "def", "min_ttl", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_ttl\"", ")" ]
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "minimum", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
[ "\"\"\"\n The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parameters_in_cache_key_and_forwarded_to_origin
Optional[pulumi.Input['CachePolicyParametersInCacheKeyAndForwardedToOriginArgs']]
def parameters_in_cache_key_and_forwarded_to_origin(self) -> Optional[pulumi.Input['CachePolicyParametersInCacheKeyAndForwardedToOriginArgs']]: """ The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information. ...
The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information.
The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information.
[ "The", "HTTP", "headers", "cookies", "and", "URL", "query", "strings", "to", "include", "in", "the", "cache", "key", ".", "See", "Parameters", "In", "Cache", "Key", "And", "Forwarded", "To", "Origin", "for", "more", "information", "." ]
def parameters_in_cache_key_and_forwarded_to_origin(self) -> Optional[pulumi.Input['CachePolicyParametersInCacheKeyAndForwardedToOriginArgs']]: return pulumi.get(self, "parameters_in_cache_key_and_forwarded_to_origin")
[ "def", "parameters_in_cache_key_and_forwarded_to_origin", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'CachePolicyParametersInCacheKeyAndForwardedToOriginArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters_in...
The HTTP headers, cookies, and URL query strings to include in the cache key.
[ "The", "HTTP", "headers", "cookies", "and", "URL", "query", "strings", "to", "include", "in", "the", "cache", "key", "." ]
[ "\"\"\"\n The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin 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": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
default_ttl
pulumi.Output[Optional[int]]
def default_ttl(self) -> pulumi.Output[Optional[int]]: """ The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. """ return pulumi.get(self, "default_ttl")
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "default", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
def default_ttl(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "default_ttl")
[ "def", "default_ttl", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_ttl\"", ")" ]
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "default", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
[ "\"\"\"\n The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
max_ttl
pulumi.Output[Optional[int]]
def max_ttl(self) -> pulumi.Output[Optional[int]]: """ The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. """ return pulumi.get(self, "max_ttl")
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "maximum", "amount", "of", "time", "in", "seconds", "that", "objects", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", "has", "been", "update...
def max_ttl(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "max_ttl")
[ "def", "max_ttl", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_ttl\"", ")" ]
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "maximum", "amount", "of", "time", "in", "seconds", "that", "objects", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", "has", "been", "update...
[ "\"\"\"\n The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
min_ttl
pulumi.Output[Optional[int]]
def min_ttl(self) -> pulumi.Output[Optional[int]]: """ The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. """ return pulumi.get(self, "min_ttl")
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "minimum", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
def min_ttl(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "min_ttl")
[ "def", "min_ttl", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_ttl\"", ")" ]
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
[ "The", "minimum", "amount", "of", "time", "in", "seconds", "that", "you", "want", "objects", "to", "stay", "in", "the", "CloudFront", "cache", "before", "CloudFront", "sends", "another", "request", "to", "the", "origin", "to", "see", "if", "the", "object", ...
[ "\"\"\"\n The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982e108514960cfc8df55166fab39391f2b6f7f3
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudfront/cache_policy.py
[ "ECL-2.0", "Apache-2.0" ]
Python
parameters_in_cache_key_and_forwarded_to_origin
pulumi.Output[Optional['outputs.CachePolicyParametersInCacheKeyAndForwardedToOrigin']]
def parameters_in_cache_key_and_forwarded_to_origin(self) -> pulumi.Output[Optional['outputs.CachePolicyParametersInCacheKeyAndForwardedToOrigin']]: """ The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information....
The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information.
The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information.
[ "The", "HTTP", "headers", "cookies", "and", "URL", "query", "strings", "to", "include", "in", "the", "cache", "key", ".", "See", "Parameters", "In", "Cache", "Key", "And", "Forwarded", "To", "Origin", "for", "more", "information", "." ]
def parameters_in_cache_key_and_forwarded_to_origin(self) -> pulumi.Output[Optional['outputs.CachePolicyParametersInCacheKeyAndForwardedToOrigin']]: return pulumi.get(self, "parameters_in_cache_key_and_forwarded_to_origin")
[ "def", "parameters_in_cache_key_and_forwarded_to_origin", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CachePolicyParametersInCacheKeyAndForwardedToOrigin'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"paramete...
The HTTP headers, cookies, and URL query strings to include in the cache key.
[ "The", "HTTP", "headers", "cookies", "and", "URL", "query", "strings", "to", "include", "in", "the", "cache", "key", "." ]
[ "\"\"\"\n The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin 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": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
content_language
str
def content_language(self) -> str: """ The language the content is in. """ return pulumi.get(self, "content_language")
The language the content is in.
The language the content is in.
[ "The", "language", "the", "content", "is", "in", "." ]
def content_language(self) -> str: return pulumi.get(self, "content_language")
[ "def", "content_language", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_language\"", ")" ]
The language the content is in.
[ "The", "language", "the", "content", "is", "in", "." ]
[ "\"\"\"\n The language the content is in.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
content_length
int
def content_length(self) -> int: """ Size of the body in bytes. """ return pulumi.get(self, "content_length")
Size of the body in bytes.
Size of the body in bytes.
[ "Size", "of", "the", "body", "in", "bytes", "." ]
def content_length(self) -> int: return pulumi.get(self, "content_length")
[ "def", "content_length", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_length\"", ")" ]
Size of the body in bytes.
[ "Size", "of", "the", "body", "in", "bytes", "." ]
[ "\"\"\"\n Size of the body in bytes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
expiration
str
def expiration(self) -> str: """ If the object expiration is configured (see [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html)), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration info...
If the object expiration is configured (see [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html)), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL...
If the object expiration is configured ), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.
[ "If", "the", "object", "expiration", "is", "configured", ")", "the", "field", "includes", "this", "header", ".", "It", "includes", "the", "expiry", "-", "date", "and", "rule", "-", "id", "key", "value", "pairs", "providing", "object", "expiration", "informat...
def expiration(self) -> str: return pulumi.get(self, "expiration")
[ "def", "expiration", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expiration\"", ")" ]
If the object expiration is configured (see [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html)), the field includes this header.
[ "If", "the", "object", "expiration", "is", "configured", "(", "see", "[", "object", "lifecycle", "management", "]", "(", "http", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "object", "-", ...
[ "\"\"\"\n If the object expiration is configured (see [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html)), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the ru...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
object_lock_legal_hold_status
str
def object_lock_legal_hold_status(self) -> str: """ Indicates whether this object has an active [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds). This field is only returned if you have permission to view an object's legal hold status. ...
Indicates whether this object has an active [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds). This field is only returned if you have permission to view an object's legal hold status.
Indicates whether this object has an active [legal hold]. This field is only returned if you have permission to view an object's legal hold status.
[ "Indicates", "whether", "this", "object", "has", "an", "active", "[", "legal", "hold", "]", ".", "This", "field", "is", "only", "returned", "if", "you", "have", "permission", "to", "view", "an", "object", "'", "s", "legal", "hold", "status", "." ]
def object_lock_legal_hold_status(self) -> str: return pulumi.get(self, "object_lock_legal_hold_status")
[ "def", "object_lock_legal_hold_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"object_lock_legal_hold_status\"", ")" ]
Indicates whether this object has an active [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds).
[ "Indicates", "whether", "this", "object", "has", "an", "active", "[", "legal", "hold", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "object", "-", "lock", "-", "overview...
[ "\"\"\"\n Indicates whether this object has an active [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds). This field is only returned if you have permission to view an object's legal hold status.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
object_lock_mode
str
def object_lock_mode(self) -> str: """ The object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) currently in place for this object. """ return pulumi.get(self, "object_lock_mode")
The object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) currently in place for this object.
The object lock [retention mode] currently in place for this object.
[ "The", "object", "lock", "[", "retention", "mode", "]", "currently", "in", "place", "for", "this", "object", "." ]
def object_lock_mode(self) -> str: return pulumi.get(self, "object_lock_mode")
[ "def", "object_lock_mode", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"object_lock_mode\"", ")" ]
The object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) currently in place for this object.
[ "The", "object", "lock", "[", "retention", "mode", "]", "(", "https", ":", "//", "docs", ".", "aws", ".", "amazon", ".", "com", "/", "AmazonS3", "/", "latest", "/", "dev", "/", "object", "-", "lock", "-", "overview", ".", "html#object", "-", "lock", ...
[ "\"\"\"\n The object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) currently in place for this 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": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
object_lock_retain_until_date
str
def object_lock_retain_until_date(self) -> str: """ The date and time when this object's object lock will expire. """ return pulumi.get(self, "object_lock_retain_until_date")
The date and time when this object's object lock will expire.
The date and time when this object's object lock will expire.
[ "The", "date", "and", "time", "when", "this", "object", "'", "s", "object", "lock", "will", "expire", "." ]
def object_lock_retain_until_date(self) -> str: return pulumi.get(self, "object_lock_retain_until_date")
[ "def", "object_lock_retain_until_date", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"object_lock_retain_until_date\"", ")" ]
The date and time when this object's object lock will expire.
[ "The", "date", "and", "time", "when", "this", "object", "'", "s", "object", "lock", "will", "expire", "." ]
[ "\"\"\"\n The date and time when this object's object lock will expire.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
version_id
str
def version_id(self) -> str: """ The latest version ID of the object returned. """ return pulumi.get(self, "version_id")
The latest version ID of the object returned.
The latest version ID of the object returned.
[ "The", "latest", "version", "ID", "of", "the", "object", "returned", "." ]
def version_id(self) -> str: return pulumi.get(self, "version_id")
[ "def", "version_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"version_id\"", ")" ]
The latest version ID of the object returned.
[ "The", "latest", "version", "ID", "of", "the", "object", "returned", "." ]
[ "\"\"\"\n The latest version ID of the object returned.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f114329ff3d2853501980b4843a2541937e59142
rapzo/pulumi-aws
sdk/python/pulumi_aws/s3/get_bucket_object.py
[ "ECL-2.0", "Apache-2.0" ]
Python
website_redirect_location
str
def website_redirect_location(self) -> str: """ If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. """ return pulumi.get(self, "website_...
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.
[ "If", "the", "bucket", "is", "configured", "as", "a", "website", "redirects", "requests", "for", "this", "object", "to", "another", "object", "in", "the", "same", "bucket", "or", "to", "an", "external", "URL", ".", "Amazon", "S3", "stores", "the", "value",...
def website_redirect_location(self) -> str: return pulumi.get(self, "website_redirect_location")
[ "def", "website_redirect_location", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"website_redirect_location\"", ")" ]
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
[ "If", "the", "bucket", "is", "configured", "as", "a", "website", "redirects", "requests", "for", "this", "object", "to", "another", "object", "in", "the", "same", "bucket", "or", "to", "an", "external", "URL", "." ]
[ "\"\"\"\n If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
administration_role_arn
Optional[pulumi.Input[str]]
def administration_role_arn(self) -> Optional[pulumi.Input[str]]: """ Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model. """ return pulumi.get(self, "administration_role_arn")
Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.
Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.
[ "Amazon", "Resource", "Number", "(", "ARN", ")", "of", "the", "IAM", "Role", "in", "the", "administrator", "account", ".", "This", "must", "be", "defined", "when", "using", "the", "`", "SELF_MANAGED", "`", "permission", "model", "." ]
def administration_role_arn(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "administration_role_arn")
[ "def", "administration_role_arn", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administration_role_arn\"", ")" ]
Amazon Resource Number (ARN) of the IAM Role in the administrator account.
[ "Amazon", "Resource", "Number", "(", "ARN", ")", "of", "the", "IAM", "Role", "in", "the", "administrator", "account", "." ]
[ "\"\"\"\n Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auto_deployment
Optional[pulumi.Input['StackSetAutoDeploymentArgs']]
def auto_deployment(self) -> Optional[pulumi.Input['StackSetAutoDeploymentArgs']]: """ Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model. """ return pulumi.get(self, "auto_deployment")
Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.
Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.
[ "Configuration", "block", "containing", "the", "auto", "-", "deployment", "model", "for", "your", "StackSet", ".", "This", "can", "only", "be", "defined", "when", "using", "the", "`", "SERVICE_MANAGED", "`", "permission", "model", "." ]
def auto_deployment(self) -> Optional[pulumi.Input['StackSetAutoDeploymentArgs']]: return pulumi.get(self, "auto_deployment")
[ "def", "auto_deployment", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'StackSetAutoDeploymentArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_deployment\"", ")" ]
Configuration block containing the auto-deployment model for your StackSet.
[ "Configuration", "block", "containing", "the", "auto", "-", "deployment", "model", "for", "your", "StackSet", "." ]
[ "\"\"\"\n Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_role_name
Optional[pulumi.Input[str]]
def execution_role_name(self) -> Optional[pulumi.Input[str]]: """ Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permissi...
Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.
Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.
[ "Name", "of", "the", "IAM", "Role", "in", "all", "target", "accounts", "for", "StackSet", "operations", ".", "Defaults", "to", "`", "AWSCloudFormationStackSetExecutionRole", "`", "when", "using", "the", "`", "SELF_MANAGED", "`", "permission", "model", ".", "This...
def execution_role_name(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "execution_role_name")
[ "def", "execution_role_name", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_role_name\"", ")" ]
Name of the IAM Role in all target accounts for StackSet operations.
[ "Name", "of", "the", "IAM", "Role", "in", "all", "target", "accounts", "for", "StackSet", "operations", "." ]
[ "\"\"\"\n Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
permission_model
Optional[pulumi.Input[str]]
def permission_model(self) -> Optional[pulumi.Input[str]]: """ Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`. """ return pulumi.get(self, "permission_model")
Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.
Describes how the IAM roles required for your StackSet are created.
[ "Describes", "how", "the", "IAM", "roles", "required", "for", "your", "StackSet", "are", "created", "." ]
def permission_model(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "permission_model")
[ "def", "permission_model", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permission_model\"", ")" ]
Describes how the IAM roles required for your StackSet are created.
[ "Describes", "how", "the", "IAM", "roles", "required", "for", "your", "StackSet", "are", "created", "." ]
[ "\"\"\"\n Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
template_body
Optional[pulumi.Input[str]]
def template_body(self) -> Optional[pulumi.Input[str]]: """ String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`. """ return pulumi.get(self, "template_body")
String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.
String containing the CloudFormation template body. Maximum size: 51,200 bytes.
[ "String", "containing", "the", "CloudFormation", "template", "body", ".", "Maximum", "size", ":", "51", "200", "bytes", "." ]
def template_body(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "template_body")
[ "def", "template_body", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"template_body\"", ")" ]
String containing the CloudFormation template body.
[ "String", "containing", "the", "CloudFormation", "template", "body", "." ]
[ "\"\"\"\n String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
template_url
Optional[pulumi.Input[str]]
def template_url(self) -> Optional[pulumi.Input[str]]: """ String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes. Conflicts with `template_body`. """...
String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes. Conflicts with `template_body`.
String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes.
[ "String", "containing", "the", "location", "of", "a", "file", "containing", "the", "CloudFormation", "template", "body", ".", "The", "URL", "must", "point", "to", "a", "template", "that", "is", "located", "in", "an", "Amazon", "S3", "bucket", ".", "Maximum",...
def template_url(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "template_url")
[ "def", "template_url", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"template_url\"", ")" ]
String containing the location of a file containing the CloudFormation template body.
[ "String", "containing", "the", "location", "of", "a", "file", "containing", "the", "CloudFormation", "template", "body", "." ]
[ "\"\"\"\n String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes. Conflicts with `template_body`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stack_set_id
Optional[pulumi.Input[str]]
def stack_set_id(self) -> Optional[pulumi.Input[str]]: """ Unique identifier of the StackSet. """ return pulumi.get(self, "stack_set_id")
Unique identifier of the StackSet.
Unique identifier of the StackSet.
[ "Unique", "identifier", "of", "the", "StackSet", "." ]
def stack_set_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "stack_set_id")
[ "def", "stack_set_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stack_set_id\"", ")" ]
Unique identifier of the StackSet.
[ "Unique", "identifier", "of", "the", "StackSet", "." ]
[ "\"\"\"\n Unique identifier of the StackSet.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
administration_role_arn
pulumi.Output[Optional[str]]
def administration_role_arn(self) -> pulumi.Output[Optional[str]]: """ Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model. """ return pulumi.get(self, "administration_role_arn")
Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.
Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.
[ "Amazon", "Resource", "Number", "(", "ARN", ")", "of", "the", "IAM", "Role", "in", "the", "administrator", "account", ".", "This", "must", "be", "defined", "when", "using", "the", "`", "SELF_MANAGED", "`", "permission", "model", "." ]
def administration_role_arn(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "administration_role_arn")
[ "def", "administration_role_arn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administration_role_arn\"", ")" ]
Amazon Resource Number (ARN) of the IAM Role in the administrator account.
[ "Amazon", "Resource", "Number", "(", "ARN", ")", "of", "the", "IAM", "Role", "in", "the", "administrator", "account", "." ]
[ "\"\"\"\n Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
auto_deployment
pulumi.Output[Optional['outputs.StackSetAutoDeployment']]
def auto_deployment(self) -> pulumi.Output[Optional['outputs.StackSetAutoDeployment']]: """ Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model. """ return pulumi.get(self, "auto_deployment...
Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.
Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.
[ "Configuration", "block", "containing", "the", "auto", "-", "deployment", "model", "for", "your", "StackSet", ".", "This", "can", "only", "be", "defined", "when", "using", "the", "`", "SERVICE_MANAGED", "`", "permission", "model", "." ]
def auto_deployment(self) -> pulumi.Output[Optional['outputs.StackSetAutoDeployment']]: return pulumi.get(self, "auto_deployment")
[ "def", "auto_deployment", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.StackSetAutoDeployment'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_deployment\"", ")" ]
Configuration block containing the auto-deployment model for your StackSet.
[ "Configuration", "block", "containing", "the", "auto", "-", "deployment", "model", "for", "your", "StackSet", "." ]
[ "\"\"\"\n Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
execution_role_name
pulumi.Output[str]
def execution_role_name(self) -> pulumi.Output[str]: """ Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model....
Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.
Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.
[ "Name", "of", "the", "IAM", "Role", "in", "all", "target", "accounts", "for", "StackSet", "operations", ".", "Defaults", "to", "`", "AWSCloudFormationStackSetExecutionRole", "`", "when", "using", "the", "`", "SELF_MANAGED", "`", "permission", "model", ".", "This...
def execution_role_name(self) -> pulumi.Output[str]: return pulumi.get(self, "execution_role_name")
[ "def", "execution_role_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_role_name\"", ")" ]
Name of the IAM Role in all target accounts for StackSet operations.
[ "Name", "of", "the", "IAM", "Role", "in", "all", "target", "accounts", "for", "StackSet", "operations", "." ]
[ "\"\"\"\n Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
permission_model
pulumi.Output[Optional[str]]
def permission_model(self) -> pulumi.Output[Optional[str]]: """ Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`. """ return pulumi.get(self, "permission_model")
Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.
Describes how the IAM roles required for your StackSet are created.
[ "Describes", "how", "the", "IAM", "roles", "required", "for", "your", "StackSet", "are", "created", "." ]
def permission_model(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "permission_model")
[ "def", "permission_model", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permission_model\"", ")" ]
Describes how the IAM roles required for your StackSet are created.
[ "Describes", "how", "the", "IAM", "roles", "required", "for", "your", "StackSet", "are", "created", "." ]
[ "\"\"\"\n Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
stack_set_id
pulumi.Output[str]
def stack_set_id(self) -> pulumi.Output[str]: """ Unique identifier of the StackSet. """ return pulumi.get(self, "stack_set_id")
Unique identifier of the StackSet.
Unique identifier of the StackSet.
[ "Unique", "identifier", "of", "the", "StackSet", "." ]
def stack_set_id(self) -> pulumi.Output[str]: return pulumi.get(self, "stack_set_id")
[ "def", "stack_set_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stack_set_id\"", ")" ]
Unique identifier of the StackSet.
[ "Unique", "identifier", "of", "the", "StackSet", "." ]
[ "\"\"\"\n Unique identifier of the StackSet.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f14374c3eb815f831fa92d82eb78aeb66b90e329
rapzo/pulumi-aws
sdk/python/pulumi_aws/cloudformation/stack_set.py
[ "ECL-2.0", "Apache-2.0" ]
Python
template_body
pulumi.Output[str]
def template_body(self) -> pulumi.Output[str]: """ String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`. """ return pulumi.get(self, "template_body")
String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.
String containing the CloudFormation template body. Maximum size: 51,200 bytes.
[ "String", "containing", "the", "CloudFormation", "template", "body", ".", "Maximum", "size", ":", "51", "200", "bytes", "." ]
def template_body(self) -> pulumi.Output[str]: return pulumi.get(self, "template_body")
[ "def", "template_body", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"template_body\"", ")" ]
String containing the CloudFormation template body.
[ "String", "containing", "the", "CloudFormation", "template", "body", "." ]
[ "\"\"\"\n String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }