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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | initial_variant_weight | Optional[float] | def initial_variant_weight(self) -> Optional[float]:
"""
Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to 1.0.
"""
return pulumi.get(self, "initial_variant_weight") |
Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to 1.0.
| Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to 1.0. | [
"Determines",
"initial",
"traffic",
"distribution",
"among",
"all",
"of",
"the",
"models",
"that",
"you",
"specify",
"in",
"the",
"endpoint",
"configuration",
".",
"If",
"unspecified",
"it",
"defaults",
"to",
"1",
".",
"0",
"."
] | def initial_variant_weight(self) -> Optional[float]:
return pulumi.get(self, "initial_variant_weight") | [
"def",
"initial_variant_weight",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"initial_variant_weight\"",
")"
] | Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. | [
"Determines",
"initial",
"traffic",
"distribution",
"among",
"all",
"of",
"the",
"models",
"that",
"you",
"specify",
"in",
"the",
"endpoint",
"configuration",
"."
] | [
"\"\"\"\n Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to 1.0.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | variant_name | Optional[str] | def variant_name(self) -> Optional[str]:
"""
The name of the variant. If omitted, this provider will assign a random, unique name.
"""
return pulumi.get(self, "variant_name") |
The name of the variant. If omitted, this provider will assign a random, unique name.
| The name of the variant. If omitted, this provider will assign a random, unique name. | [
"The",
"name",
"of",
"the",
"variant",
".",
"If",
"omitted",
"this",
"provider",
"will",
"assign",
"a",
"random",
"unique",
"name",
"."
] | def variant_name(self) -> Optional[str]:
return pulumi.get(self, "variant_name") | [
"def",
"variant_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"variant_name\"",
")"
] | The name of the variant. | [
"The",
"name",
"of",
"the",
"variant",
"."
] | [
"\"\"\"\n The name of the variant. If omitted, this provider will assign a random, unique name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | feature_name | Optional[str] | def feature_name(self) -> Optional[str]:
"""
The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`.
"""
return pulumi.get(self, "feature_name") |
The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`.
| The name of a feature. | [
"The",
"name",
"of",
"a",
"feature",
"."
] | def feature_name(self) -> Optional[str]:
return pulumi.get(self, "feature_name") | [
"def",
"feature_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"feature_name\"",
")"
] | The name of a feature. | [
"The",
"name",
"of",
"a",
"feature",
"."
] | [
"\"\"\"\n The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | feature_type | Optional[str] | def feature_type(self) -> Optional[str]:
"""
The value type of a feature. Valid values are `Integral`, `Fractional`, or `String`.
"""
return pulumi.get(self, "feature_type") |
The value type of a feature. Valid values are `Integral`, `Fractional`, or `String`.
| The value type of a feature. | [
"The",
"value",
"type",
"of",
"a",
"feature",
"."
] | def feature_type(self) -> Optional[str]:
return pulumi.get(self, "feature_type") | [
"def",
"feature_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"feature_type\"",
")"
] | The value type of a feature. | [
"The",
"value",
"type",
"of",
"a",
"feature",
"."
] | [
"\"\"\"\n The value type of a feature. Valid values are `Integral`, `Fractional`, or `String`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | s3_storage_config | 'outputs.FeatureGroupOfflineStoreConfigS3StorageConfig' | def s3_storage_config(self) -> 'outputs.FeatureGroupOfflineStoreConfigS3StorageConfig':
"""
The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.
"""
return pulumi.get(self, "s3_storage_config") |
The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.
| The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below. | [
"The",
"Amazon",
"Simple",
"Storage",
"(",
"Amazon",
"S3",
")",
"location",
"of",
"OfflineStore",
".",
"See",
"S3",
"Storage",
"Config",
"Below",
"."
] | def s3_storage_config(self) -> 'outputs.FeatureGroupOfflineStoreConfigS3StorageConfig':
return pulumi.get(self, "s3_storage_config") | [
"def",
"s3_storage_config",
"(",
"self",
")",
"->",
"'outputs.FeatureGroupOfflineStoreConfigS3StorageConfig'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"s3_storage_config\"",
")"
] | The Amazon Simple Storage (Amazon S3) location of OfflineStore. | [
"The",
"Amazon",
"Simple",
"Storage",
"(",
"Amazon",
"S3",
")",
"location",
"of",
"OfflineStore",
"."
] | [
"\"\"\"\n The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | data_catalog_config | Optional['outputs.FeatureGroupOfflineStoreConfigDataCatalogConfig'] | def data_catalog_config(self) -> Optional['outputs.FeatureGroupOfflineStoreConfigDataCatalogConfig']:
"""
The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.
"""
return pulumi.get(self, "data_catalog_config") |
The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.
| The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below. | [
"The",
"meta",
"data",
"of",
"the",
"Glue",
"table",
"that",
"is",
"autogenerated",
"when",
"an",
"OfflineStore",
"is",
"created",
".",
"See",
"Data",
"Catalog",
"Config",
"Below",
"."
] | def data_catalog_config(self) -> Optional['outputs.FeatureGroupOfflineStoreConfigDataCatalogConfig']:
return pulumi.get(self, "data_catalog_config") | [
"def",
"data_catalog_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FeatureGroupOfflineStoreConfigDataCatalogConfig'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_catalog_config\"",
")"
] | The meta data of the Glue table that is autogenerated when an OfflineStore is created. | [
"The",
"meta",
"data",
"of",
"the",
"Glue",
"table",
"that",
"is",
"autogenerated",
"when",
"an",
"OfflineStore",
"is",
"created",
"."
] | [
"\"\"\"\n The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | catalog | Optional[str] | def catalog(self) -> Optional[str]:
"""
The name of the Glue table catalog.
"""
return pulumi.get(self, "catalog") |
The name of the Glue table catalog.
| The name of the Glue table catalog. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"catalog",
"."
] | def catalog(self) -> Optional[str]:
return pulumi.get(self, "catalog") | [
"def",
"catalog",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"catalog\"",
")"
] | The name of the Glue table catalog. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"catalog",
"."
] | [
"\"\"\"\n The name of the Glue table catalog.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | database | Optional[str] | def database(self) -> Optional[str]:
"""
The name of the Glue table database.
"""
return pulumi.get(self, "database") |
The name of the Glue table database.
| The name of the Glue table database. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"database",
"."
] | def database(self) -> Optional[str]:
return pulumi.get(self, "database") | [
"def",
"database",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database\"",
")"
] | The name of the Glue table database. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"database",
"."
] | [
"\"\"\"\n The name of the Glue table database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | table_name | Optional[str] | def table_name(self) -> Optional[str]:
"""
The name of the Glue table.
"""
return pulumi.get(self, "table_name") |
The name of the Glue table.
| The name of the Glue table. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"."
] | def table_name(self) -> Optional[str]:
return pulumi.get(self, "table_name") | [
"def",
"table_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"table_name\"",
")"
] | The name of the Glue table. | [
"The",
"name",
"of",
"the",
"Glue",
"table",
"."
] | [
"\"\"\"\n The name of the Glue table.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | s3_uri | str | def s3_uri(self) -> str:
"""
The S3 URI, or location in Amazon S3, of OfflineStore.
"""
return pulumi.get(self, "s3_uri") |
The S3 URI, or location in Amazon S3, of OfflineStore.
| The S3 URI, or location in Amazon S3, of OfflineStore. | [
"The",
"S3",
"URI",
"or",
"location",
"in",
"Amazon",
"S3",
"of",
"OfflineStore",
"."
] | def s3_uri(self) -> str:
return pulumi.get(self, "s3_uri") | [
"def",
"s3_uri",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"s3_uri\"",
")"
] | The S3 URI, or location in Amazon S3, of OfflineStore. | [
"The",
"S3",
"URI",
"or",
"location",
"in",
"Amazon",
"S3",
"of",
"OfflineStore",
"."
] | [
"\"\"\"\n The S3 URI, or location in Amazon S3, of OfflineStore.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | enable_online_store | Optional[bool] | def enable_online_store(self) -> Optional[bool]:
"""
Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.
"""
return pulumi.get(self, "enable_online_store") |
Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.
| Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore. | [
"Set",
"to",
"`",
"true",
"`",
"to",
"disable",
"the",
"automatic",
"creation",
"of",
"an",
"AWS",
"Glue",
"table",
"when",
"configuring",
"an",
"OfflineStore",
"."
] | def enable_online_store(self) -> Optional[bool]:
return pulumi.get(self, "enable_online_store") | [
"def",
"enable_online_store",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_online_store\"",
")"
] | Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore. | [
"Set",
"to",
"`",
"true",
"`",
"to",
"disable",
"the",
"automatic",
"creation",
"of",
"an",
"AWS",
"Glue",
"table",
"when",
"configuring",
"an",
"OfflineStore",
"."
] | [
"\"\"\"\n Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | security_config | Optional['outputs.FeatureGroupOnlineStoreConfigSecurityConfig'] | def security_config(self) -> Optional['outputs.FeatureGroupOnlineStoreConfigSecurityConfig']:
"""
Security config for at-rest encryption of your OnlineStore. See Security Config Below.
"""
return pulumi.get(self, "security_config") |
Security config for at-rest encryption of your OnlineStore. See Security Config Below.
| Security config for at-rest encryption of your OnlineStore. See Security Config Below. | [
"Security",
"config",
"for",
"at",
"-",
"rest",
"encryption",
"of",
"your",
"OnlineStore",
".",
"See",
"Security",
"Config",
"Below",
"."
] | def security_config(self) -> Optional['outputs.FeatureGroupOnlineStoreConfigSecurityConfig']:
return pulumi.get(self, "security_config") | [
"def",
"security_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FeatureGroupOnlineStoreConfigSecurityConfig'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"security_config\"",
")"
] | Security config for at-rest encryption of your OnlineStore. | [
"Security",
"config",
"for",
"at",
"-",
"rest",
"encryption",
"of",
"your",
"OnlineStore",
"."
] | [
"\"\"\"\n Security config for at-rest encryption of your OnlineStore. See Security Config 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | human_loop_activation_conditions_config | Optional['outputs.FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig'] | def human_loop_activation_conditions_config(self) -> Optional['outputs.FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig']:
"""
defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.
"""
return pul... |
defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.
| defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below. | [
"defines",
"under",
"what",
"conditions",
"SageMaker",
"creates",
"a",
"human",
"loop",
".",
"See",
"Human",
"Loop",
"Activation",
"Conditions",
"Config",
"details",
"below",
"."
] | def human_loop_activation_conditions_config(self) -> Optional['outputs.FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig']:
return pulumi.get(self, "human_loop_activation_conditions_config") | [
"def",
"human_loop_activation_conditions_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"human_loop_activation_conditions_confi... | defines under what conditions SageMaker creates a human loop. | [
"defines",
"under",
"what",
"conditions",
"SageMaker",
"creates",
"a",
"human",
"loop",
"."
] | [
"\"\"\"\n defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | human_loop_activation_conditions | str | def human_loop_activation_conditions(self) -> str:
"""
A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Co... |
A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/s... | A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI]. | [
"A",
"JSON",
"expressing",
"use",
"-",
"case",
"specific",
"conditions",
"declaratively",
".",
"If",
"any",
"condition",
"is",
"matched",
"atomic",
"tasks",
"are",
"created",
"against",
"the",
"configured",
"work",
"team",
".",
"For",
"more",
"information",
"a... | def human_loop_activation_conditions(self) -> str:
return pulumi.get(self, "human_loop_activation_conditions") | [
"def",
"human_loop_activation_conditions",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"human_loop_activation_conditions\"",
")"
] | A JSON expressing use-case specific conditions declaratively. | [
"A",
"JSON",
"expressing",
"use",
"-",
"case",
"specific",
"conditions",
"declaratively",
"."
] | [
"\"\"\"\n A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | human_task_ui_arn | str | def human_task_ui_arn(self) -> str:
"""
The Amazon Resource Name (ARN) of the human task user interface.
"""
return pulumi.get(self, "human_task_ui_arn") |
The Amazon Resource Name (ARN) of the human task user interface.
| The Amazon Resource Name (ARN) of the human task user interface. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"human",
"task",
"user",
"interface",
"."
] | def human_task_ui_arn(self) -> str:
return pulumi.get(self, "human_task_ui_arn") | [
"def",
"human_task_ui_arn",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"human_task_ui_arn\"",
")"
] | The Amazon Resource Name (ARN) of the human task user interface. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"human",
"task",
"user",
"interface",
"."
] | [
"\"\"\"\n The Amazon Resource Name (ARN) of the human task user interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_count | int | def task_count(self) -> int:
"""
The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`.
"""
return pulumi.get(self, "task_count") |
The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`.
| The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`. | [
"The",
"number",
"of",
"distinct",
"workers",
"who",
"will",
"perform",
"the",
"same",
"task",
"on",
"each",
"object",
".",
"Valid",
"value",
"range",
"between",
"`",
"1",
"`",
"and",
"`",
"3",
"`",
"."
] | def task_count(self) -> int:
return pulumi.get(self, "task_count") | [
"def",
"task_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_count\"",
")"
] | The number of distinct workers who will perform the same task on each object. | [
"The",
"number",
"of",
"distinct",
"workers",
"who",
"will",
"perform",
"the",
"same",
"task",
"on",
"each",
"object",
"."
] | [
"\"\"\"\n The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_description | str | def task_description(self) -> str:
"""
A description for the human worker task.
"""
return pulumi.get(self, "task_description") |
A description for the human worker task.
| A description for the human worker task. | [
"A",
"description",
"for",
"the",
"human",
"worker",
"task",
"."
] | def task_description(self) -> str:
return pulumi.get(self, "task_description") | [
"def",
"task_description",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_description\"",
")"
] | A description for the human worker task. | [
"A",
"description",
"for",
"the",
"human",
"worker",
"task",
"."
] | [
"\"\"\"\n A description for the human worker task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_title | str | def task_title(self) -> str:
"""
A title for the human worker task.
"""
return pulumi.get(self, "task_title") |
A title for the human worker task.
| A title for the human worker task. | [
"A",
"title",
"for",
"the",
"human",
"worker",
"task",
"."
] | def task_title(self) -> str:
return pulumi.get(self, "task_title") | [
"def",
"task_title",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_title\"",
")"
] | A title for the human worker task. | [
"A",
"title",
"for",
"the",
"human",
"worker",
"task",
"."
] | [
"\"\"\"\n A title for the human worker task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | workteam_arn | str | def workteam_arn(self) -> str:
"""
The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html).
"""
return pulu... |
The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html).
| The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs]. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"human",
"task",
"user",
"interface",
".",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"a",
"team",
"of",
"workers",
".",
"For",
"Public",
"workforces",
"see",
"[",
"AWS",
"Doc... | def workteam_arn(self) -> str:
return pulumi.get(self, "workteam_arn") | [
"def",
"workteam_arn",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workteam_arn\"",
")"
] | The Amazon Resource Name (ARN) of the human task user interface. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"human",
"task",
"user",
"interface",
"."
] | [
"\"\"\"\n The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | public_workforce_task_price | Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice'] | def public_workforce_task_price(self) -> Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice']:
"""
Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.
"""
return pulumi.get(self,... |
Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.
| Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below. | [
"Defines",
"the",
"amount",
"of",
"money",
"paid",
"to",
"an",
"Amazon",
"Mechanical",
"Turk",
"worker",
"for",
"each",
"task",
"performed",
".",
"See",
"Public",
"Workforce",
"Task",
"Price",
"details",
"below",
"."
] | def public_workforce_task_price(self) -> Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice']:
return pulumi.get(self, "public_workforce_task_price") | [
"def",
"public_workforce_task_price",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_workforce_task_price\"",
")"
] | Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. | [
"Defines",
"the",
"amount",
"of",
"money",
"paid",
"to",
"an",
"Amazon",
"Mechanical",
"Turk",
"worker",
"for",
"each",
"task",
"performed",
"."
] | [
"\"\"\"\n Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_availability_lifetime_in_seconds | Optional[int] | def task_availability_lifetime_in_seconds(self) -> Optional[int]:
"""
The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`.
"""
return pulumi.get(self, "task_availability_lifetime_in_seconds") |
The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`.
| The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`. | [
"The",
"length",
"of",
"time",
"that",
"a",
"task",
"remains",
"available",
"for",
"review",
"by",
"human",
"workers",
".",
"Valid",
"value",
"range",
"between",
"`",
"1",
"`",
"and",
"`",
"864000",
"`",
"."
] | def task_availability_lifetime_in_seconds(self) -> Optional[int]:
return pulumi.get(self, "task_availability_lifetime_in_seconds") | [
"def",
"task_availability_lifetime_in_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_availability_lifetime_in_seconds\"",
")"
] | The length of time that a task remains available for review by human workers. | [
"The",
"length",
"of",
"time",
"that",
"a",
"task",
"remains",
"available",
"for",
"review",
"by",
"human",
"workers",
"."
] | [
"\"\"\"\n The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_keywords | Optional[Sequence[str]] | def task_keywords(self) -> Optional[Sequence[str]]:
"""
An array of keywords used to describe the task so that workers can discover the task.
"""
return pulumi.get(self, "task_keywords") |
An array of keywords used to describe the task so that workers can discover the task.
| An array of keywords used to describe the task so that workers can discover the task. | [
"An",
"array",
"of",
"keywords",
"used",
"to",
"describe",
"the",
"task",
"so",
"that",
"workers",
"can",
"discover",
"the",
"task",
"."
] | def task_keywords(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "task_keywords") | [
"def",
"task_keywords",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_keywords\"",
")"
] | An array of keywords used to describe the task so that workers can discover the task. | [
"An",
"array",
"of",
"keywords",
"used",
"to",
"describe",
"the",
"task",
"so",
"that",
"workers",
"can",
"discover",
"the",
"task",
"."
] | [
"\"\"\"\n An array of keywords used to describe the task so that workers can discover the task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | task_time_limit_in_seconds | Optional[int] | def task_time_limit_in_seconds(self) -> Optional[int]:
"""
The amount of time that a worker has to complete a task. The default value is `3600` seconds.
"""
return pulumi.get(self, "task_time_limit_in_seconds") |
The amount of time that a worker has to complete a task. The default value is `3600` seconds.
| The amount of time that a worker has to complete a task. The default value is `3600` seconds. | [
"The",
"amount",
"of",
"time",
"that",
"a",
"worker",
"has",
"to",
"complete",
"a",
"task",
".",
"The",
"default",
"value",
"is",
"`",
"3600",
"`",
"seconds",
"."
] | def task_time_limit_in_seconds(self) -> Optional[int]:
return pulumi.get(self, "task_time_limit_in_seconds") | [
"def",
"task_time_limit_in_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_time_limit_in_seconds\"",
")"
] | The amount of time that a worker has to complete a task. | [
"The",
"amount",
"of",
"time",
"that",
"a",
"worker",
"has",
"to",
"complete",
"a",
"task",
"."
] | [
"\"\"\"\n The amount of time that a worker has to complete a task. The default value is `3600` seconds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | amount_in_usd | Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd'] | def amount_in_usd(self) -> Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd']:
"""
Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below.
"""
return pulumi.get(self, "amount_in_usd"... |
Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below.
| Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below. | [
"Defines",
"the",
"amount",
"of",
"money",
"paid",
"to",
"an",
"Amazon",
"Mechanical",
"Turk",
"worker",
"in",
"United",
"States",
"dollars",
".",
"See",
"Amount",
"In",
"Usd",
"details",
"below",
"."
] | def amount_in_usd(self) -> Optional['outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd']:
return pulumi.get(self, "amount_in_usd") | [
"def",
"amount_in_usd",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"amount_in_usd\"",
")"
] | Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. | [
"Defines",
"the",
"amount",
"of",
"money",
"paid",
"to",
"an",
"Amazon",
"Mechanical",
"Turk",
"worker",
"in",
"United",
"States",
"dollars",
"."
] | [
"\"\"\"\n Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | dollars | Optional[int] | def dollars(self) -> Optional[int]:
"""
The whole number of dollars in the amount. Valid value range between `0` and `2`.
"""
return pulumi.get(self, "dollars") |
The whole number of dollars in the amount. Valid value range between `0` and `2`.
| The whole number of dollars in the amount. Valid value range between `0` and `2`. | [
"The",
"whole",
"number",
"of",
"dollars",
"in",
"the",
"amount",
".",
"Valid",
"value",
"range",
"between",
"`",
"0",
"`",
"and",
"`",
"2",
"`",
"."
] | def dollars(self) -> Optional[int]:
return pulumi.get(self, "dollars") | [
"def",
"dollars",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dollars\"",
")"
] | The whole number of dollars in the amount. | [
"The",
"whole",
"number",
"of",
"dollars",
"in",
"the",
"amount",
"."
] | [
"\"\"\"\n The whole number of dollars in the amount. Valid value range between `0` and `2`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | aws_managed_human_loop_request_source | str | def aws_managed_human_loop_request_source(self) -> str:
"""
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`.
"""
return pulumi.get(s... |
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`.
| Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. | [
"Specifies",
"whether",
"Amazon",
"Rekognition",
"or",
"Amazon",
"Textract",
"are",
"used",
"as",
"the",
"integration",
"source",
"."
] | def aws_managed_human_loop_request_source(self) -> str:
return pulumi.get(self, "aws_managed_human_loop_request_source") | [
"def",
"aws_managed_human_loop_request_source",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aws_managed_human_loop_request_source\"",
")"
] | Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. | [
"Specifies",
"whether",
"Amazon",
"Rekognition",
"or",
"Amazon",
"Textract",
"are",
"used",
"as",
"the",
"integration",
"source",
"."
] | [
"\"\"\"\n Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | content_sha256 | Optional[str] | def content_sha256(self) -> Optional[str]:
"""
The SHA-256 digest of the contents of the template.
"""
return pulumi.get(self, "content_sha256") |
The SHA-256 digest of the contents of the template.
| The SHA-256 digest of the contents of the template. | [
"The",
"SHA",
"-",
"256",
"digest",
"of",
"the",
"contents",
"of",
"the",
"template",
"."
] | def content_sha256(self) -> Optional[str]:
return pulumi.get(self, "content_sha256") | [
"def",
"content_sha256",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_sha256\"",
")"
] | The SHA-256 digest of the contents of the template. | [
"The",
"SHA",
"-",
"256",
"digest",
"of",
"the",
"contents",
"of",
"the",
"template",
"."
] | [
"\"\"\"\n The SHA-256 digest of the contents of the template.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | container_hostname | Optional[str] | def container_hostname(self) -> Optional[str]:
"""
The DNS host name for the container.
"""
return pulumi.get(self, "container_hostname") |
The DNS host name for the container.
| The DNS host name for the container. | [
"The",
"DNS",
"host",
"name",
"for",
"the",
"container",
"."
] | def container_hostname(self) -> Optional[str]:
return pulumi.get(self, "container_hostname") | [
"def",
"container_hostname",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_hostname\"",
")"
] | The DNS host name for the container. | [
"The",
"DNS",
"host",
"name",
"for",
"the",
"container",
"."
] | [
"\"\"\"\n The DNS host name for the container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | image_config | Optional['outputs.ModelContainerImageConfig'] | def image_config(self) -> Optional['outputs.ModelContainerImageConfig']:
"""
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Cont... |
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-i... | Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers]. see Image Config. | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
".",
"For",
"more",
"information",
"see",
"[... | def image_config(self) -> Optional['outputs.ModelContainerImageConfig']:
return pulumi.get(self, "image_config") | [
"def",
"image_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ModelContainerImageConfig'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_config\"",
")"
] | Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
"."
] | [
"\"\"\"\n Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | model_data_url | Optional[str] | def model_data_url(self) -> Optional[str]:
"""
The URL for the S3 location where model artifacts are stored.
"""
return pulumi.get(self, "model_data_url") |
The URL for the S3 location where model artifacts are stored.
| The URL for the S3 location where model artifacts are stored. | [
"The",
"URL",
"for",
"the",
"S3",
"location",
"where",
"model",
"artifacts",
"are",
"stored",
"."
] | def model_data_url(self) -> Optional[str]:
return pulumi.get(self, "model_data_url") | [
"def",
"model_data_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"model_data_url\"",
")"
] | The URL for the S3 location where model artifacts are stored. | [
"The",
"URL",
"for",
"the",
"S3",
"location",
"where",
"model",
"artifacts",
"are",
"stored",
"."
] | [
"\"\"\"\n The URL for the S3 location where model artifacts are stored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | repository_access_mode | str | def repository_access_mode(self) -> str:
"""
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.
"""
return pulumi.get(self, "repository_access_mode") |
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.
| Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`. | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
".",
"Allowed",
"values",
"are",
":",
"`",
... | def repository_access_mode(self) -> str:
return pulumi.get(self, "repository_access_mode") | [
"def",
"repository_access_mode",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repository_access_mode\"",
")"
] | Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
"."
] | [
"\"\"\"\n Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | image_config | Optional['outputs.ModelPrimaryContainerImageConfig'] | def image_config(self) -> Optional['outputs.ModelPrimaryContainerImageConfig']:
"""
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inferen... |
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-i... | Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers]. see Image Config. | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
".",
"For",
"more",
"information",
"see",
"[... | def image_config(self) -> Optional['outputs.ModelPrimaryContainerImageConfig']:
return pulumi.get(self, "image_config") | [
"def",
"image_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ModelPrimaryContainerImageConfig'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_config\"",
")"
] | Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). | [
"Specifies",
"whether",
"the",
"model",
"container",
"is",
"in",
"Amazon",
"ECR",
"or",
"a",
"private",
"Docker",
"registry",
"accessible",
"from",
"your",
"Amazon",
"Virtual",
"Private",
"Cloud",
"(",
"VPC",
")",
"."
] | [
"\"\"\"\n Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | jupyter_server_app_settings | Optional['outputs.UserProfileUserSettingsJupyterServerAppSettings'] | def jupyter_server_app_settings(self) -> Optional['outputs.UserProfileUserSettingsJupyterServerAppSettings']:
"""
The Jupyter server's app settings. See Jupyter Server App Settings below.
"""
return pulumi.get(self, "jupyter_server_app_settings") |
The Jupyter server's app settings. See Jupyter Server App Settings below.
| The Jupyter server's app settings. See Jupyter Server App Settings below. | [
"The",
"Jupyter",
"server",
"'",
"s",
"app",
"settings",
".",
"See",
"Jupyter",
"Server",
"App",
"Settings",
"below",
"."
] | def jupyter_server_app_settings(self) -> Optional['outputs.UserProfileUserSettingsJupyterServerAppSettings']:
return pulumi.get(self, "jupyter_server_app_settings") | [
"def",
"jupyter_server_app_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserProfileUserSettingsJupyterServerAppSettings'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"jupyter_server_app_settings\"",
")"
] | The Jupyter server's app settings. | [
"The",
"Jupyter",
"server",
"'",
"s",
"app",
"settings",
"."
] | [
"\"\"\"\n The Jupyter server's app settings. See Jupyter Server App Settings 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | kernel_gateway_app_settings | Optional['outputs.UserProfileUserSettingsKernelGatewayAppSettings'] | def kernel_gateway_app_settings(self) -> Optional['outputs.UserProfileUserSettingsKernelGatewayAppSettings']:
"""
The kernel gateway app settings. See Kernel Gateway App Settings below.
"""
return pulumi.get(self, "kernel_gateway_app_settings") |
The kernel gateway app settings. See Kernel Gateway App Settings below.
| The kernel gateway app settings. See Kernel Gateway App Settings below. | [
"The",
"kernel",
"gateway",
"app",
"settings",
".",
"See",
"Kernel",
"Gateway",
"App",
"Settings",
"below",
"."
] | def kernel_gateway_app_settings(self) -> Optional['outputs.UserProfileUserSettingsKernelGatewayAppSettings']:
return pulumi.get(self, "kernel_gateway_app_settings") | [
"def",
"kernel_gateway_app_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserProfileUserSettingsKernelGatewayAppSettings'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kernel_gateway_app_settings\"",
")"
] | The kernel gateway app settings. | [
"The",
"kernel",
"gateway",
"app",
"settings",
"."
] | [
"\"\"\"\n The kernel gateway app settings. See Kernel Gateway App Settings 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | sharing_settings | Optional['outputs.UserProfileUserSettingsSharingSettings'] | def sharing_settings(self) -> Optional['outputs.UserProfileUserSettingsSharingSettings']:
"""
The sharing settings. See Sharing Settings below.
"""
return pulumi.get(self, "sharing_settings") |
The sharing settings. See Sharing Settings below.
| The sharing settings. See Sharing Settings below. | [
"The",
"sharing",
"settings",
".",
"See",
"Sharing",
"Settings",
"below",
"."
] | def sharing_settings(self) -> Optional['outputs.UserProfileUserSettingsSharingSettings']:
return pulumi.get(self, "sharing_settings") | [
"def",
"sharing_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserProfileUserSettingsSharingSettings'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sharing_settings\"",
")"
] | The sharing settings. | [
"The",
"sharing",
"settings",
"."
] | [
"\"\"\"\n The sharing settings. See Sharing Settings 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | tensor_board_app_settings | Optional['outputs.UserProfileUserSettingsTensorBoardAppSettings'] | def tensor_board_app_settings(self) -> Optional['outputs.UserProfileUserSettingsTensorBoardAppSettings']:
"""
The TensorBoard app settings. See TensorBoard App Settings below.
"""
return pulumi.get(self, "tensor_board_app_settings") |
The TensorBoard app settings. See TensorBoard App Settings below.
| The TensorBoard app settings. See TensorBoard App Settings below. | [
"The",
"TensorBoard",
"app",
"settings",
".",
"See",
"TensorBoard",
"App",
"Settings",
"below",
"."
] | def tensor_board_app_settings(self) -> Optional['outputs.UserProfileUserSettingsTensorBoardAppSettings']:
return pulumi.get(self, "tensor_board_app_settings") | [
"def",
"tensor_board_app_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserProfileUserSettingsTensorBoardAppSettings'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tensor_board_app_settings\"",
")"
] | The TensorBoard app settings. | [
"The",
"TensorBoard",
"app",
"settings",
"."
] | [
"\"\"\"\n The TensorBoard app settings. See TensorBoard App Settings 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | default_resource_spec | 'outputs.UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec' | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec':
"""
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
"""
return pulumi.get(self, "... |
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
| The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
".",
"see",
"Default",
"Resource",
"Spec",
"below",
"."
] | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec':
return pulumi.get(self, "default_resource_spec") | [
"def",
"default_resource_spec",
"(",
"self",
")",
"->",
"'outputs.UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_resource_spec\"",
")"
] | The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
"."
] | [
"\"\"\"\n The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | default_resource_spec | 'outputs.UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec' | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec':
"""
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
"""
return pulumi.get(self, "... |
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
| The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
".",
"see",
"Default",
"Resource",
"Spec",
"below",
"."
] | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec':
return pulumi.get(self, "default_resource_spec") | [
"def",
"default_resource_spec",
"(",
"self",
")",
"->",
"'outputs.UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_resource_spec\"",
")"
] | The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
"."
] | [
"\"\"\"\n The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | custom_images | Optional[Sequence['outputs.UserProfileUserSettingsKernelGatewayAppSettingsCustomImage']] | def custom_images(self) -> Optional[Sequence['outputs.UserProfileUserSettingsKernelGatewayAppSettingsCustomImage']]:
"""
A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
"""
return pulumi.get(self, "custom_images") |
A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
| A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below. | [
"A",
"list",
"of",
"custom",
"SageMaker",
"images",
"that",
"are",
"configured",
"to",
"run",
"as",
"a",
"KernelGateway",
"app",
".",
"see",
"Custom",
"Image",
"below",
"."
] | def custom_images(self) -> Optional[Sequence['outputs.UserProfileUserSettingsKernelGatewayAppSettingsCustomImage']]:
return pulumi.get(self, "custom_images") | [
"def",
"custom_images",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.UserProfileUserSettingsKernelGatewayAppSettingsCustomImage'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_images\"",
")"
] | A list of custom SageMaker images that are configured to run as a KernelGateway app. | [
"A",
"list",
"of",
"custom",
"SageMaker",
"images",
"that",
"are",
"configured",
"to",
"run",
"as",
"a",
"KernelGateway",
"app",
"."
] | [
"\"\"\"\n A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | default_resource_spec | 'outputs.UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec' | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec':
"""
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
"""
return pulumi.get(self, "de... |
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
| The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
".",
"see",
"Default",
"Resource",
"Spec",
"below",
"."
] | def default_resource_spec(self) -> 'outputs.UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec':
return pulumi.get(self, "default_resource_spec") | [
"def",
"default_resource_spec",
"(",
"self",
")",
"->",
"'outputs.UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_resource_spec\"",
")"
] | The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. | [
"The",
"default",
"instance",
"type",
"and",
"the",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SageMaker",
"image",
"created",
"on",
"the",
"instance",
"."
] | [
"\"\"\"\n The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec 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": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | user_pool | str | def user_pool(self) -> str:
"""
The id for your Amazon Cognito user pool.
"""
return pulumi.get(self, "user_pool") |
The id for your Amazon Cognito user pool.
| The id for your Amazon Cognito user pool. | [
"The",
"id",
"for",
"your",
"Amazon",
"Cognito",
"user",
"pool",
"."
] | def user_pool(self) -> str:
return pulumi.get(self, "user_pool") | [
"def",
"user_pool",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_pool\"",
")"
] | The id for your Amazon Cognito user pool. | [
"The",
"id",
"for",
"your",
"Amazon",
"Cognito",
"user",
"pool",
"."
] | [
"\"\"\"\n The id for your Amazon Cognito user pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | authorization_endpoint | str | def authorization_endpoint(self) -> str:
"""
The OIDC IdP authorization endpoint used to configure your private workforce.
"""
return pulumi.get(self, "authorization_endpoint") |
The OIDC IdP authorization endpoint used to configure your private workforce.
| The OIDC IdP authorization endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"authorization",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def authorization_endpoint(self) -> str:
return pulumi.get(self, "authorization_endpoint") | [
"def",
"authorization_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorization_endpoint\"",
")"
] | The OIDC IdP authorization endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"authorization",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP authorization endpoint used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | client_secret | str | def client_secret(self) -> str:
"""
The OIDC IdP client secret used to configure your private workforce.
"""
return pulumi.get(self, "client_secret") |
The OIDC IdP client secret used to configure your private workforce.
| The OIDC IdP client secret used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"client",
"secret",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def client_secret(self) -> str:
return pulumi.get(self, "client_secret") | [
"def",
"client_secret",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_secret\"",
")"
] | The OIDC IdP client secret used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"client",
"secret",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP client secret used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | jwks_uri | str | def jwks_uri(self) -> str:
"""
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
"""
return pulumi.get(self, "jwks_uri") |
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
| The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"JSON",
"Web",
"Key",
"Set",
"(",
"Jwks",
")",
"URI",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def jwks_uri(self) -> str:
return pulumi.get(self, "jwks_uri") | [
"def",
"jwks_uri",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"jwks_uri\"",
")"
] | The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"JSON",
"Web",
"Key",
"Set",
"(",
"Jwks",
")",
"URI",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | logout_endpoint | str | def logout_endpoint(self) -> str:
"""
The OIDC IdP logout endpoint used to configure your private workforce.
"""
return pulumi.get(self, "logout_endpoint") |
The OIDC IdP logout endpoint used to configure your private workforce.
| The OIDC IdP logout endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"logout",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def logout_endpoint(self) -> str:
return pulumi.get(self, "logout_endpoint") | [
"def",
"logout_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logout_endpoint\"",
")"
] | The OIDC IdP logout endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"logout",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP logout endpoint used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | token_endpoint | str | def token_endpoint(self) -> str:
"""
The OIDC IdP token endpoint used to configure your private workforce.
"""
return pulumi.get(self, "token_endpoint") |
The OIDC IdP token endpoint used to configure your private workforce.
| The OIDC IdP token endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"token",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def token_endpoint(self) -> str:
return pulumi.get(self, "token_endpoint") | [
"def",
"token_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"token_endpoint\"",
")"
] | The OIDC IdP token endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"token",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP token endpoint used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | user_info_endpoint | str | def user_info_endpoint(self) -> str:
"""
The OIDC IdP user information endpoint used to configure your private workforce.
"""
return pulumi.get(self, "user_info_endpoint") |
The OIDC IdP user information endpoint used to configure your private workforce.
| The OIDC IdP user information endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"user",
"information",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | def user_info_endpoint(self) -> str:
return pulumi.get(self, "user_info_endpoint") | [
"def",
"user_info_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_info_endpoint\"",
")"
] | The OIDC IdP user information endpoint used to configure your private workforce. | [
"The",
"OIDC",
"IdP",
"user",
"information",
"endpoint",
"used",
"to",
"configure",
"your",
"private",
"workforce",
"."
] | [
"\"\"\"\n The OIDC IdP user information endpoint used to configure your private workforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | cidrs | Sequence[str] | def cidrs(self) -> Sequence[str]:
"""
A list of up to 10 CIDR values.
"""
return pulumi.get(self, "cidrs") |
A list of up to 10 CIDR values.
| A list of up to 10 CIDR values. | [
"A",
"list",
"of",
"up",
"to",
"10",
"CIDR",
"values",
"."
] | def cidrs(self) -> Sequence[str]:
return pulumi.get(self, "cidrs") | [
"def",
"cidrs",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cidrs\"",
")"
] | A list of up to 10 CIDR values. | [
"A",
"list",
"of",
"up",
"to",
"10",
"CIDR",
"values",
"."
] | [
"\"\"\"\n A list of up to 10 CIDR values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | cognito_member_definition | Optional['outputs.WorkteamMemberDefinitionCognitoMemberDefinition'] | def cognito_member_definition(self) -> Optional['outputs.WorkteamMemberDefinitionCognitoMemberDefinition']:
"""
The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.
"""
return pulumi.get(self, "cognito_member_definition") |
The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.
| The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below. | [
"The",
"Amazon",
"Cognito",
"user",
"group",
"that",
"is",
"part",
"of",
"the",
"work",
"team",
".",
"See",
"Cognito",
"Member",
"Definition",
"details",
"below",
"."
] | def cognito_member_definition(self) -> Optional['outputs.WorkteamMemberDefinitionCognitoMemberDefinition']:
return pulumi.get(self, "cognito_member_definition") | [
"def",
"cognito_member_definition",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.WorkteamMemberDefinitionCognitoMemberDefinition'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cognito_member_definition\"",
")"
] | The Amazon Cognito user group that is part of the work team. | [
"The",
"Amazon",
"Cognito",
"user",
"group",
"that",
"is",
"part",
"of",
"the",
"work",
"team",
"."
] | [
"\"\"\"\n The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | oidc_member_definition | Optional['outputs.WorkteamMemberDefinitionOidcMemberDefinition'] | def oidc_member_definition(self) -> Optional['outputs.WorkteamMemberDefinitionOidcMemberDefinition']:
"""
A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.
"""
... |
A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.
| A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below. | [
"A",
"list",
"user",
"groups",
"that",
"exist",
"in",
"your",
"OIDC",
"Identity",
"Provider",
"(",
"IdP",
")",
".",
"One",
"to",
"ten",
"groups",
"can",
"be",
"used",
"to",
"create",
"a",
"single",
"private",
"work",
"team",
".",
"See",
"Cognito",
"Mem... | def oidc_member_definition(self) -> Optional['outputs.WorkteamMemberDefinitionOidcMemberDefinition']:
return pulumi.get(self, "oidc_member_definition") | [
"def",
"oidc_member_definition",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.WorkteamMemberDefinitionOidcMemberDefinition'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"oidc_member_definition\"",
")"
] | A list user groups that exist in your OIDC Identity Provider (IdP). | [
"A",
"list",
"user",
"groups",
"that",
"exist",
"in",
"your",
"OIDC",
"Identity",
"Provider",
"(",
"IdP",
")",
"."
] | [
"\"\"\"\n A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | user_group | str | def user_group(self) -> str:
"""
An identifier for a user group.
"""
return pulumi.get(self, "user_group") |
An identifier for a user group.
| An identifier for a user group. | [
"An",
"identifier",
"for",
"a",
"user",
"group",
"."
] | def user_group(self) -> str:
return pulumi.get(self, "user_group") | [
"def",
"user_group",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_group\"",
")"
] | An identifier for a user group. | [
"An",
"identifier",
"for",
"a",
"user",
"group",
"."
] | [
"\"\"\"\n An identifier for a user group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | groups | Sequence[str] | def groups(self) -> Sequence[str]:
"""
A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
"""
return pulumi.get(self, "groups") |
A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
| A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers. | [
"A",
"list",
"of",
"comma",
"separated",
"strings",
"that",
"identifies",
"user",
"groups",
"in",
"your",
"OIDC",
"IdP",
".",
"Each",
"user",
"group",
"is",
"made",
"up",
"of",
"a",
"group",
"of",
"private",
"workers",
"."
] | def groups(self) -> Sequence[str]:
return pulumi.get(self, "groups") | [
"def",
"groups",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"groups\"",
")"
] | A list of comma separated strings that identifies user groups in your OIDC IdP. | [
"A",
"list",
"of",
"comma",
"separated",
"strings",
"that",
"identifies",
"user",
"groups",
"in",
"your",
"OIDC",
"IdP",
"."
] | [
"\"\"\"\n A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97474c94b730536355d7a09ea535d10382cac706 | rapzo/pulumi-aws | sdk/python/pulumi_aws/sagemaker/outputs.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | notification_topic_arn | Optional[str] | def notification_topic_arn(self) -> Optional[str]:
"""
The ARN for the SNS topic to which notifications should be published.
"""
return pulumi.get(self, "notification_topic_arn") |
The ARN for the SNS topic to which notifications should be published.
| The ARN for the SNS topic to which notifications should be published. | [
"The",
"ARN",
"for",
"the",
"SNS",
"topic",
"to",
"which",
"notifications",
"should",
"be",
"published",
"."
] | def notification_topic_arn(self) -> Optional[str]:
return pulumi.get(self, "notification_topic_arn") | [
"def",
"notification_topic_arn",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"notification_topic_arn\"",
")"
] | The ARN for the SNS topic to which notifications should be published. | [
"The",
"ARN",
"for",
"the",
"SNS",
"topic",
"to",
"which",
"notifications",
"should",
"be",
"published",
"."
] | [
"\"\"\"\n The ARN for the SNS topic to which notifications should be published.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fe2f30e77a4ca7be00c11a47ec48c6426efe89b | rapzo/pulumi-aws | sdk/python/pulumi_aws/directconnect/private_virtual_interface.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | dx_gateway_id | Optional[pulumi.Input[str]] | def dx_gateway_id(self) -> Optional[pulumi.Input[str]]:
"""
The ID of the Direct Connect gateway to which to connect the virtual interface.
"""
return pulumi.get(self, "dx_gateway_id") |
The ID of the Direct Connect gateway to which to connect the virtual interface.
| The ID of the Direct Connect gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"Direct",
"Connect",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | def dx_gateway_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "dx_gateway_id") | [
"def",
"dx_gateway_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dx_gateway_id\"",
")"
] | The ID of the Direct Connect gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"Direct",
"Connect",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | [
"\"\"\"\n The ID of the Direct Connect gateway to which to connect the virtual interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fe2f30e77a4ca7be00c11a47ec48c6426efe89b | rapzo/pulumi-aws | sdk/python/pulumi_aws/directconnect/private_virtual_interface.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | vpn_gateway_id | Optional[pulumi.Input[str]] | def vpn_gateway_id(self) -> Optional[pulumi.Input[str]]:
"""
The ID of the virtual private gateway to which to connect the virtual interface.
"""
return pulumi.get(self, "vpn_gateway_id") |
The ID of the virtual private gateway to which to connect the virtual interface.
| The ID of the virtual private gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"virtual",
"private",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | def vpn_gateway_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "vpn_gateway_id") | [
"def",
"vpn_gateway_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_gateway_id\"",
")"
] | The ID of the virtual private gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"virtual",
"private",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | [
"\"\"\"\n The ID of the virtual private gateway to which to connect the virtual interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fe2f30e77a4ca7be00c11a47ec48c6426efe89b | rapzo/pulumi-aws | sdk/python/pulumi_aws/directconnect/private_virtual_interface.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | dx_gateway_id | pulumi.Output[Optional[str]] | def dx_gateway_id(self) -> pulumi.Output[Optional[str]]:
"""
The ID of the Direct Connect gateway to which to connect the virtual interface.
"""
return pulumi.get(self, "dx_gateway_id") |
The ID of the Direct Connect gateway to which to connect the virtual interface.
| The ID of the Direct Connect gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"Direct",
"Connect",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | def dx_gateway_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "dx_gateway_id") | [
"def",
"dx_gateway_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dx_gateway_id\"",
")"
] | The ID of the Direct Connect gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"Direct",
"Connect",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | [
"\"\"\"\n The ID of the Direct Connect gateway to which to connect the virtual interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fe2f30e77a4ca7be00c11a47ec48c6426efe89b | rapzo/pulumi-aws | sdk/python/pulumi_aws/directconnect/private_virtual_interface.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | vpn_gateway_id | pulumi.Output[Optional[str]] | def vpn_gateway_id(self) -> pulumi.Output[Optional[str]]:
"""
The ID of the virtual private gateway to which to connect the virtual interface.
"""
return pulumi.get(self, "vpn_gateway_id") |
The ID of the virtual private gateway to which to connect the virtual interface.
| The ID of the virtual private gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"virtual",
"private",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | def vpn_gateway_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "vpn_gateway_id") | [
"def",
"vpn_gateway_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_gateway_id\"",
")"
] | The ID of the virtual private gateway to which to connect the virtual interface. | [
"The",
"ID",
"of",
"the",
"virtual",
"private",
"gateway",
"to",
"which",
"to",
"connect",
"the",
"virtual",
"interface",
"."
] | [
"\"\"\"\n The ID of the virtual private gateway to which to connect the virtual interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | instance_arn | pulumi.Input[str] | def instance_arn(self) -> pulumi.Input[str]:
"""
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
"""
return pulumi.get(self, "instance_arn") |
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
| The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SSO",
"Instance",
"under",
"which",
"the",
"operation",
"will",
"be",
"executed",
"."
] | def instance_arn(self) -> pulumi.Input[str]:
return pulumi.get(self, "instance_arn") | [
"def",
"instance_arn",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_arn\"",
")"
] | The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SSO",
"Instance",
"under",
"which",
"the",
"operation",
"will",
"be",
"executed",
"."
] | [
"\"\"\"\n The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | relay_state | Optional[pulumi.Input[str]] | def relay_state(self) -> Optional[pulumi.Input[str]]:
"""
The relay state URL used to redirect users within the application during the federation authentication process.
"""
return pulumi.get(self, "relay_state") |
The relay state URL used to redirect users within the application during the federation authentication process.
| The relay state URL used to redirect users within the application during the federation authentication process. | [
"The",
"relay",
"state",
"URL",
"used",
"to",
"redirect",
"users",
"within",
"the",
"application",
"during",
"the",
"federation",
"authentication",
"process",
"."
] | def relay_state(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "relay_state") | [
"def",
"relay_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relay_state\"",
")"
] | The relay state URL used to redirect users within the application during the federation authentication process. | [
"The",
"relay",
"state",
"URL",
"used",
"to",
"redirect",
"users",
"within",
"the",
"application",
"during",
"the",
"federation",
"authentication",
"process",
"."
] | [
"\"\"\"\n The relay state URL used to redirect users within the application during the federation authentication process.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | session_duration | Optional[pulumi.Input[str]] | def session_duration(self) -> Optional[pulumi.Input[str]]:
"""
The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.
"""
return pulumi.get(self, "session_duration") |
The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.
| The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`. | [
"The",
"length",
"of",
"time",
"that",
"the",
"application",
"user",
"sessions",
"are",
"valid",
"in",
"the",
"ISO",
"-",
"8601",
"standard",
".",
"Default",
":",
"`",
"PT1H",
"`",
"."
] | def session_duration(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "session_duration") | [
"def",
"session_duration",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"session_duration\"",
")"
] | The length of time that the application user sessions are valid in the ISO-8601 standard. | [
"The",
"length",
"of",
"time",
"that",
"the",
"application",
"user",
"sessions",
"are",
"valid",
"in",
"the",
"ISO",
"-",
"8601",
"standard",
"."
] | [
"\"\"\"\n The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | instance_arn | Optional[pulumi.Input[str]] | def instance_arn(self) -> Optional[pulumi.Input[str]]:
"""
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
"""
return pulumi.get(self, "instance_arn") |
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
| The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SSO",
"Instance",
"under",
"which",
"the",
"operation",
"will",
"be",
"executed",
"."
] | def instance_arn(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "instance_arn") | [
"def",
"instance_arn",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_arn\"",
")"
] | The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. | [
"The",
"Amazon",
"Resource",
"Name",
"(",
"ARN",
")",
"of",
"the",
"SSO",
"Instance",
"under",
"which",
"the",
"operation",
"will",
"be",
"executed",
"."
] | [
"\"\"\"\n The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | relay_state | pulumi.Output[Optional[str]] | def relay_state(self) -> pulumi.Output[Optional[str]]:
"""
The relay state URL used to redirect users within the application during the federation authentication process.
"""
return pulumi.get(self, "relay_state") |
The relay state URL used to redirect users within the application during the federation authentication process.
| The relay state URL used to redirect users within the application during the federation authentication process. | [
"The",
"relay",
"state",
"URL",
"used",
"to",
"redirect",
"users",
"within",
"the",
"application",
"during",
"the",
"federation",
"authentication",
"process",
"."
] | def relay_state(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "relay_state") | [
"def",
"relay_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relay_state\"",
")"
] | The relay state URL used to redirect users within the application during the federation authentication process. | [
"The",
"relay",
"state",
"URL",
"used",
"to",
"redirect",
"users",
"within",
"the",
"application",
"during",
"the",
"federation",
"authentication",
"process",
"."
] | [
"\"\"\"\n The relay state URL used to redirect users within the application during the federation authentication process.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
41818377549f1e7e1de8bad9cf4d898f6674a69a | rapzo/pulumi-aws | sdk/python/pulumi_aws/ssoadmin/permission_set.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | session_duration | pulumi.Output[Optional[str]] | def session_duration(self) -> pulumi.Output[Optional[str]]:
"""
The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.
"""
return pulumi.get(self, "session_duration") |
The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.
| The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`. | [
"The",
"length",
"of",
"time",
"that",
"the",
"application",
"user",
"sessions",
"are",
"valid",
"in",
"the",
"ISO",
"-",
"8601",
"standard",
".",
"Default",
":",
"`",
"PT1H",
"`",
"."
] | def session_duration(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "session_duration") | [
"def",
"session_duration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"session_duration\"",
")"
] | The length of time that the application user sessions are valid in the ISO-8601 standard. | [
"The",
"length",
"of",
"time",
"that",
"the",
"application",
"user",
"sessions",
"are",
"valid",
"in",
"the",
"ISO",
"-",
"8601",
"standard",
"."
] | [
"\"\"\"\n The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_id | pulumi.Input[str] | def source_ami_id(self) -> pulumi.Input[str]:
"""
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
"""
return pulumi.get(self, "source_ami_id") |
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
| The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
".",
"This",
"id",
"must",
"be",
"valid",
"in",
"the",
"region",
"given",
"by",
"`",
"source_ami_region",
"`",
"."
] | def source_ami_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "source_ami_id") | [
"def",
"source_ami_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_id\"",
")"
] | The id of the AMI to copy. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
"."
] | [
"\"\"\"\n The id of the AMI to copy. This id must be valid in the region\n given by `source_ami_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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_region | pulumi.Input[str] | def source_ami_region(self) -> pulumi.Input[str]:
"""
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
"""
return pulumi.get(self, "source_ami_region") |
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
| The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
".",
"This",
"may",
"be",
"the",
"same",
"as",
"the",
"AWS",
"provider",
"region",
"in",
"order",
"to",
"create",
"a",
"copy",
"within",
"the",
"same",
"region",
"."
] | def source_ami_region(self) -> pulumi.Input[str]:
return pulumi.get(self, "source_ami_region") | [
"def",
"source_ami_region",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_region\"",
")"
] | The region from which the AMI will be copied. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
"."
] | [
"\"\"\"\n The region from which the AMI will be copied. This may be the\n same as the AWS provider region in order to create a copy within the same 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | destination_outpost_arn | Optional[pulumi.Input[str]] | def destination_outpost_arn(self) -> Optional[pulumi.Input[str]]:
"""
The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.
"""
return pulumi.get... |
The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.
| The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost. | [
"The",
"ARN",
"of",
"the",
"Outpost",
"to",
"which",
"to",
"copy",
"the",
"AMI",
".",
"Only",
"specify",
"this",
"parameter",
"when",
"copying",
"an",
"AMI",
"from",
"an",
"AWS",
"Region",
"to",
"an",
"Outpost",
".",
"The",
"AMI",
"must",
"be",
"in",
... | def destination_outpost_arn(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "destination_outpost_arn") | [
"def",
"destination_outpost_arn",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_outpost_arn\"",
")"
] | The ARN of the Outpost to which to copy the AMI. | [
"The",
"ARN",
"of",
"the",
"Outpost",
"to",
"which",
"to",
"copy",
"the",
"AMI",
"."
] | [
"\"\"\"\n The ARN of the Outpost to which to copy the AMI.\n Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ebs_block_devices | Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEbsBlockDeviceArgs']]]] | def ebs_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEbsBlockDeviceArgs']]]]:
"""
Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below.
"""
return pulumi.get(self, "e... |
Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below.
| Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below. | [
"Nested",
"block",
"describing",
"an",
"EBS",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
".",
"The",
"structure",
"of",
"this",
"block",
"is",
"described",
"below",
"."
] | def ebs_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEbsBlockDeviceArgs']]]]:
return pulumi.get(self, "ebs_block_devices") | [
"def",
"ebs_block_devices",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'AmiCopyEbsBlockDeviceArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"e... | Nested block describing an EBS block device that should be
attached to created instances. | [
"Nested",
"block",
"describing",
"an",
"EBS",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
"."
] | [
"\"\"\"\n Nested block describing an EBS block device that should be\n attached to created instances. The structure of this block is described 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ephemeral_block_devices | Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEphemeralBlockDeviceArgs']]]] | def ephemeral_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEphemeralBlockDeviceArgs']]]]:
"""
Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below.
"""
return p... |
Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below.
| Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below. | [
"Nested",
"block",
"describing",
"an",
"ephemeral",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
".",
"The",
"structure",
"of",
"this",
"block",
"is",
"described",
"below",
"."
] | def ephemeral_block_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AmiCopyEphemeralBlockDeviceArgs']]]]:
return pulumi.get(self, "ephemeral_block_devices") | [
"def",
"ephemeral_block_devices",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'AmiCopyEphemeralBlockDeviceArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
... | Nested block describing an ephemeral block device that
should be attached to created instances. | [
"Nested",
"block",
"describing",
"an",
"ephemeral",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
"."
] | [
"\"\"\"\n Nested block describing an ephemeral block device that\n should be attached to created instances. The structure of this block is described 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | architecture | Optional[pulumi.Input[str]] | def architecture(self) -> Optional[pulumi.Input[str]]:
"""
Machine architecture for created instances. Defaults to "x86_64".
"""
return pulumi.get(self, "architecture") |
Machine architecture for created instances. Defaults to "x86_64".
| Machine architecture for created instances. | [
"Machine",
"architecture",
"for",
"created",
"instances",
"."
] | def architecture(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "architecture") | [
"def",
"architecture",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"architecture\"",
")"
] | Machine architecture for created instances. | [
"Machine",
"architecture",
"for",
"created",
"instances",
"."
] | [
"\"\"\"\n Machine architecture for created instances. Defaults to \"x86_64\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ena_support | Optional[pulumi.Input[bool]] | def ena_support(self) -> Optional[pulumi.Input[bool]]:
"""
Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.
"""
return pulumi.get(self, "ena_support") |
Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.
| Specifies whether enhanced networking with ENA is enabled. Defaults to `false`. | [
"Specifies",
"whether",
"enhanced",
"networking",
"with",
"ENA",
"is",
"enabled",
".",
"Defaults",
"to",
"`",
"false",
"`",
"."
] | def ena_support(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "ena_support") | [
"def",
"ena_support",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ena_support\"",
")"
] | Specifies whether enhanced networking with ENA is enabled. | [
"Specifies",
"whether",
"enhanced",
"networking",
"with",
"ENA",
"is",
"enabled",
"."
] | [
"\"\"\"\n Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | image_location | Optional[pulumi.Input[str]] | def image_location(self) -> Optional[pulumi.Input[str]]:
"""
Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools.
"""
return pulumi.get(self, "image_location") |
Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools.
| Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools. | [
"Path",
"to",
"an",
"S3",
"object",
"containing",
"an",
"image",
"manifest",
"e",
".",
"g",
".",
"created",
"by",
"the",
"`",
"ec2",
"-",
"upload",
"-",
"bundle",
"`",
"command",
"in",
"the",
"EC2",
"command",
"line",
"tools",
"."
] | def image_location(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "image_location") | [
"def",
"image_location",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_location\"",
")"
] | Path to an S3 object containing an image manifest, e.g. | [
"Path",
"to",
"an",
"S3",
"object",
"containing",
"an",
"image",
"manifest",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Path to an S3 object containing an image manifest, e.g. created\n by the `ec2-upload-bundle` command in the EC2 command line tools.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | kernel_id | Optional[pulumi.Input[str]] | def kernel_id(self) -> Optional[pulumi.Input[str]]:
"""
The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances.
"""
return pulumi.get(self, "kernel_id") |
The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances.
| The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances. | [
"The",
"id",
"of",
"the",
"kernel",
"image",
"(",
"AKI",
")",
"that",
"will",
"be",
"used",
"as",
"the",
"paravirtual",
"kernel",
"in",
"created",
"instances",
"."
] | def kernel_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "kernel_id") | [
"def",
"kernel_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kernel_id\"",
")"
] | The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances. | [
"The",
"id",
"of",
"the",
"kernel",
"image",
"(",
"AKI",
")",
"that",
"will",
"be",
"used",
"as",
"the",
"paravirtual",
"kernel",
"in",
"created",
"instances",
"."
] | [
"\"\"\"\n The id of the kernel image (AKI) that will be used as the paravirtual\n kernel in created instances.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ramdisk_id | Optional[pulumi.Input[str]] | def ramdisk_id(self) -> Optional[pulumi.Input[str]]:
"""
The id of an initrd image (ARI) that will be used when booting the
created instances.
"""
return pulumi.get(self, "ramdisk_id") |
The id of an initrd image (ARI) that will be used when booting the
created instances.
| The id of an initrd image (ARI) that will be used when booting the
created instances. | [
"The",
"id",
"of",
"an",
"initrd",
"image",
"(",
"ARI",
")",
"that",
"will",
"be",
"used",
"when",
"booting",
"the",
"created",
"instances",
"."
] | def ramdisk_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "ramdisk_id") | [
"def",
"ramdisk_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ramdisk_id\"",
")"
] | The id of an initrd image (ARI) that will be used when booting the
created instances. | [
"The",
"id",
"of",
"an",
"initrd",
"image",
"(",
"ARI",
")",
"that",
"will",
"be",
"used",
"when",
"booting",
"the",
"created",
"instances",
"."
] | [
"\"\"\"\n The id of an initrd image (ARI) that will be used when booting the\n created instances.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_id | Optional[pulumi.Input[str]] | def source_ami_id(self) -> Optional[pulumi.Input[str]]:
"""
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
"""
return pulumi.get(self, "source_ami_id") |
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
| The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
".",
"This",
"id",
"must",
"be",
"valid",
"in",
"the",
"region",
"given",
"by",
"`",
"source_ami_region",
"`",
"."
] | def source_ami_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "source_ami_id") | [
"def",
"source_ami_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_id\"",
")"
] | The id of the AMI to copy. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
"."
] | [
"\"\"\"\n The id of the AMI to copy. This id must be valid in the region\n given by `source_ami_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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_region | Optional[pulumi.Input[str]] | def source_ami_region(self) -> Optional[pulumi.Input[str]]:
"""
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
"""
return pulumi.get(self, "source_ami_region") |
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
| The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
".",
"This",
"may",
"be",
"the",
"same",
"as",
"the",
"AWS",
"provider",
"region",
"in",
"order",
"to",
"create",
"a",
"copy",
"within",
"the",
"same",
"region",
"."
] | def source_ami_region(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "source_ami_region") | [
"def",
"source_ami_region",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_region\"",
")"
] | The region from which the AMI will be copied. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
"."
] | [
"\"\"\"\n The region from which the AMI will be copied. This may be the\n same as the AWS provider region in order to create a copy within the same 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | sriov_net_support | Optional[pulumi.Input[str]] | def sriov_net_support(self) -> Optional[pulumi.Input[str]]:
"""
When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time.
"""
return pulumi.get(self, "sriov_net_support") |
When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time.
| When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time. | [
"When",
"set",
"to",
"\"",
"simple",
"\"",
"(",
"the",
"default",
")",
"enables",
"enhanced",
"networking",
"for",
"created",
"instances",
".",
"No",
"other",
"value",
"is",
"supported",
"at",
"this",
"time",
"."
] | def sriov_net_support(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "sriov_net_support") | [
"def",
"sriov_net_support",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sriov_net_support\"",
")"
] | When set to "simple" (the default), enables enhanced networking
for created instances. | [
"When",
"set",
"to",
"\"",
"simple",
"\"",
"(",
"the",
"default",
")",
"enables",
"enhanced",
"networking",
"for",
"created",
"instances",
"."
] | [
"\"\"\"\n When set to \"simple\" (the default), enables enhanced networking\n for created instances. No other value is supported at this time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | virtualization_type | Optional[pulumi.Input[str]] | def virtualization_type(self) -> Optional[pulumi.Input[str]]:
"""
Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as descri... |
Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as described below.
| Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as described below. | [
"Keyword",
"to",
"choose",
"what",
"virtualization",
"mode",
"created",
"instances",
"will",
"use",
".",
"Can",
"be",
"either",
"\"",
"paravirtual",
"\"",
"(",
"the",
"default",
")",
"or",
"\"",
"hvm",
"\"",
".",
"The",
"choice",
"of",
"virtualization",
"t... | def virtualization_type(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "virtualization_type") | [
"def",
"virtualization_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtualization_type\"",
")"
] | Keyword to choose what virtualization mode created instances
will use. | [
"Keyword",
"to",
"choose",
"what",
"virtualization",
"mode",
"created",
"instances",
"will",
"use",
"."
] | [
"\"\"\"\n Keyword to choose what virtualization mode created instances\n will use. Can be either \"paravirtual\" (the default) or \"hvm\". The choice of virtualization type\n changes the set of further arguments that are required, as described 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | architecture | pulumi.Output[str] | def architecture(self) -> pulumi.Output[str]:
"""
Machine architecture for created instances. Defaults to "x86_64".
"""
return pulumi.get(self, "architecture") |
Machine architecture for created instances. Defaults to "x86_64".
| Machine architecture for created instances. | [
"Machine",
"architecture",
"for",
"created",
"instances",
"."
] | def architecture(self) -> pulumi.Output[str]:
return pulumi.get(self, "architecture") | [
"def",
"architecture",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"architecture\"",
")"
] | Machine architecture for created instances. | [
"Machine",
"architecture",
"for",
"created",
"instances",
"."
] | [
"\"\"\"\n Machine architecture for created instances. Defaults to \"x86_64\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | destination_outpost_arn | pulumi.Output[Optional[str]] | def destination_outpost_arn(self) -> pulumi.Output[Optional[str]]:
"""
The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.
"""
return pulumi.ge... |
The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.
| The ARN of the Outpost to which to copy the AMI.
Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost. | [
"The",
"ARN",
"of",
"the",
"Outpost",
"to",
"which",
"to",
"copy",
"the",
"AMI",
".",
"Only",
"specify",
"this",
"parameter",
"when",
"copying",
"an",
"AMI",
"from",
"an",
"AWS",
"Region",
"to",
"an",
"Outpost",
".",
"The",
"AMI",
"must",
"be",
"in",
... | def destination_outpost_arn(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "destination_outpost_arn") | [
"def",
"destination_outpost_arn",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_outpost_arn\"",
")"
] | The ARN of the Outpost to which to copy the AMI. | [
"The",
"ARN",
"of",
"the",
"Outpost",
"to",
"which",
"to",
"copy",
"the",
"AMI",
"."
] | [
"\"\"\"\n The ARN of the Outpost to which to copy the AMI.\n Only specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ebs_block_devices | pulumi.Output[Sequence['outputs.AmiCopyEbsBlockDevice']] | def ebs_block_devices(self) -> pulumi.Output[Sequence['outputs.AmiCopyEbsBlockDevice']]:
"""
Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below.
"""
return pulumi.get(self, "ebs_block_devices") |
Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below.
| Nested block describing an EBS block device that should be
attached to created instances. The structure of this block is described below. | [
"Nested",
"block",
"describing",
"an",
"EBS",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
".",
"The",
"structure",
"of",
"this",
"block",
"is",
"described",
"below",
"."
] | def ebs_block_devices(self) -> pulumi.Output[Sequence['outputs.AmiCopyEbsBlockDevice']]:
return pulumi.get(self, "ebs_block_devices") | [
"def",
"ebs_block_devices",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.AmiCopyEbsBlockDevice'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ebs_block_devices\"",
")"
] | Nested block describing an EBS block device that should be
attached to created instances. | [
"Nested",
"block",
"describing",
"an",
"EBS",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
"."
] | [
"\"\"\"\n Nested block describing an EBS block device that should be\n attached to created instances. The structure of this block is described 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ena_support | pulumi.Output[bool] | def ena_support(self) -> pulumi.Output[bool]:
"""
Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.
"""
return pulumi.get(self, "ena_support") |
Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.
| Specifies whether enhanced networking with ENA is enabled. Defaults to `false`. | [
"Specifies",
"whether",
"enhanced",
"networking",
"with",
"ENA",
"is",
"enabled",
".",
"Defaults",
"to",
"`",
"false",
"`",
"."
] | def ena_support(self) -> pulumi.Output[bool]:
return pulumi.get(self, "ena_support") | [
"def",
"ena_support",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ena_support\"",
")"
] | Specifies whether enhanced networking with ENA is enabled. | [
"Specifies",
"whether",
"enhanced",
"networking",
"with",
"ENA",
"is",
"enabled",
"."
] | [
"\"\"\"\n Specifies whether enhanced networking with ENA is enabled. Defaults to `false`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ephemeral_block_devices | pulumi.Output[Sequence['outputs.AmiCopyEphemeralBlockDevice']] | def ephemeral_block_devices(self) -> pulumi.Output[Sequence['outputs.AmiCopyEphemeralBlockDevice']]:
"""
Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below.
"""
return pulumi.get(self, "ep... |
Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below.
| Nested block describing an ephemeral block device that
should be attached to created instances. The structure of this block is described below. | [
"Nested",
"block",
"describing",
"an",
"ephemeral",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
".",
"The",
"structure",
"of",
"this",
"block",
"is",
"described",
"below",
"."
] | def ephemeral_block_devices(self) -> pulumi.Output[Sequence['outputs.AmiCopyEphemeralBlockDevice']]:
return pulumi.get(self, "ephemeral_block_devices") | [
"def",
"ephemeral_block_devices",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.AmiCopyEphemeralBlockDevice'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ephemeral_block_devices\"",
")"
] | Nested block describing an ephemeral block device that
should be attached to created instances. | [
"Nested",
"block",
"describing",
"an",
"ephemeral",
"block",
"device",
"that",
"should",
"be",
"attached",
"to",
"created",
"instances",
"."
] | [
"\"\"\"\n Nested block describing an ephemeral block device that\n should be attached to created instances. The structure of this block is described 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | image_location | pulumi.Output[str] | def image_location(self) -> pulumi.Output[str]:
"""
Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools.
"""
return pulumi.get(self, "image_location") |
Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools.
| Path to an S3 object containing an image manifest, e.g. created
by the `ec2-upload-bundle` command in the EC2 command line tools. | [
"Path",
"to",
"an",
"S3",
"object",
"containing",
"an",
"image",
"manifest",
"e",
".",
"g",
".",
"created",
"by",
"the",
"`",
"ec2",
"-",
"upload",
"-",
"bundle",
"`",
"command",
"in",
"the",
"EC2",
"command",
"line",
"tools",
"."
] | def image_location(self) -> pulumi.Output[str]:
return pulumi.get(self, "image_location") | [
"def",
"image_location",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_location\"",
")"
] | Path to an S3 object containing an image manifest, e.g. | [
"Path",
"to",
"an",
"S3",
"object",
"containing",
"an",
"image",
"manifest",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Path to an S3 object containing an image manifest, e.g. created\n by the `ec2-upload-bundle` command in the EC2 command line tools.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | kernel_id | pulumi.Output[str] | def kernel_id(self) -> pulumi.Output[str]:
"""
The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances.
"""
return pulumi.get(self, "kernel_id") |
The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances.
| The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances. | [
"The",
"id",
"of",
"the",
"kernel",
"image",
"(",
"AKI",
")",
"that",
"will",
"be",
"used",
"as",
"the",
"paravirtual",
"kernel",
"in",
"created",
"instances",
"."
] | def kernel_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "kernel_id") | [
"def",
"kernel_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kernel_id\"",
")"
] | The id of the kernel image (AKI) that will be used as the paravirtual
kernel in created instances. | [
"The",
"id",
"of",
"the",
"kernel",
"image",
"(",
"AKI",
")",
"that",
"will",
"be",
"used",
"as",
"the",
"paravirtual",
"kernel",
"in",
"created",
"instances",
"."
] | [
"\"\"\"\n The id of the kernel image (AKI) that will be used as the paravirtual\n kernel in created instances.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ramdisk_id | pulumi.Output[str] | def ramdisk_id(self) -> pulumi.Output[str]:
"""
The id of an initrd image (ARI) that will be used when booting the
created instances.
"""
return pulumi.get(self, "ramdisk_id") |
The id of an initrd image (ARI) that will be used when booting the
created instances.
| The id of an initrd image (ARI) that will be used when booting the
created instances. | [
"The",
"id",
"of",
"an",
"initrd",
"image",
"(",
"ARI",
")",
"that",
"will",
"be",
"used",
"when",
"booting",
"the",
"created",
"instances",
"."
] | def ramdisk_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "ramdisk_id") | [
"def",
"ramdisk_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ramdisk_id\"",
")"
] | The id of an initrd image (ARI) that will be used when booting the
created instances. | [
"The",
"id",
"of",
"an",
"initrd",
"image",
"(",
"ARI",
")",
"that",
"will",
"be",
"used",
"when",
"booting",
"the",
"created",
"instances",
"."
] | [
"\"\"\"\n The id of an initrd image (ARI) that will be used when booting the\n created instances.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_id | pulumi.Output[str] | def source_ami_id(self) -> pulumi.Output[str]:
"""
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
"""
return pulumi.get(self, "source_ami_id") |
The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
| The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
".",
"This",
"id",
"must",
"be",
"valid",
"in",
"the",
"region",
"given",
"by",
"`",
"source_ami_region",
"`",
"."
] | def source_ami_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "source_ami_id") | [
"def",
"source_ami_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_id\"",
")"
] | The id of the AMI to copy. | [
"The",
"id",
"of",
"the",
"AMI",
"to",
"copy",
"."
] | [
"\"\"\"\n The id of the AMI to copy. This id must be valid in the region\n given by `source_ami_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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | source_ami_region | pulumi.Output[str] | def source_ami_region(self) -> pulumi.Output[str]:
"""
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
"""
return pulumi.get(self, "source_ami_region") |
The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
| The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
".",
"This",
"may",
"be",
"the",
"same",
"as",
"the",
"AWS",
"provider",
"region",
"in",
"order",
"to",
"create",
"a",
"copy",
"within",
"the",
"same",
"region",
"."
] | def source_ami_region(self) -> pulumi.Output[str]:
return pulumi.get(self, "source_ami_region") | [
"def",
"source_ami_region",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_ami_region\"",
")"
] | The region from which the AMI will be copied. | [
"The",
"region",
"from",
"which",
"the",
"AMI",
"will",
"be",
"copied",
"."
] | [
"\"\"\"\n The region from which the AMI will be copied. This may be the\n same as the AWS provider region in order to create a copy within the same 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": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | sriov_net_support | pulumi.Output[str] | def sriov_net_support(self) -> pulumi.Output[str]:
"""
When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time.
"""
return pulumi.get(self, "sriov_net_support") |
When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time.
| When set to "simple" (the default), enables enhanced networking
for created instances. No other value is supported at this time. | [
"When",
"set",
"to",
"\"",
"simple",
"\"",
"(",
"the",
"default",
")",
"enables",
"enhanced",
"networking",
"for",
"created",
"instances",
".",
"No",
"other",
"value",
"is",
"supported",
"at",
"this",
"time",
"."
] | def sriov_net_support(self) -> pulumi.Output[str]:
return pulumi.get(self, "sriov_net_support") | [
"def",
"sriov_net_support",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sriov_net_support\"",
")"
] | When set to "simple" (the default), enables enhanced networking
for created instances. | [
"When",
"set",
"to",
"\"",
"simple",
"\"",
"(",
"the",
"default",
")",
"enables",
"enhanced",
"networking",
"for",
"created",
"instances",
"."
] | [
"\"\"\"\n When set to \"simple\" (the default), enables enhanced networking\n for created instances. No other value is supported at this time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8c95be9c65feb049e5f2b04bb73879ebdd81fbd | rapzo/pulumi-aws | sdk/python/pulumi_aws/ec2/ami_copy.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | virtualization_type | pulumi.Output[str] | def virtualization_type(self) -> pulumi.Output[str]:
"""
Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as described below... |
Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as described below.
| Keyword to choose what virtualization mode created instances
will use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type
changes the set of further arguments that are required, as described below. | [
"Keyword",
"to",
"choose",
"what",
"virtualization",
"mode",
"created",
"instances",
"will",
"use",
".",
"Can",
"be",
"either",
"\"",
"paravirtual",
"\"",
"(",
"the",
"default",
")",
"or",
"\"",
"hvm",
"\"",
".",
"The",
"choice",
"of",
"virtualization",
"t... | def virtualization_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "virtualization_type") | [
"def",
"virtualization_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtualization_type\"",
")"
] | Keyword to choose what virtualization mode created instances
will use. | [
"Keyword",
"to",
"choose",
"what",
"virtualization",
"mode",
"created",
"instances",
"will",
"use",
"."
] | [
"\"\"\"\n Keyword to choose what virtualization mode created instances\n will use. Can be either \"paravirtual\" (the default) or \"hvm\". The choice of virtualization type\n changes the set of further arguments that are required, as described 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": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | build_id | pulumi.Input[str] | def build_id(self) -> pulumi.Input[str]:
"""
ID of the Gamelift Build to be deployed on the fleet.
"""
return pulumi.get(self, "build_id") |
ID of the Gamelift Build to be deployed on the fleet.
| ID of the Gamelift Build to be deployed on the fleet. | [
"ID",
"of",
"the",
"Gamelift",
"Build",
"to",
"be",
"deployed",
"on",
"the",
"fleet",
"."
] | def build_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "build_id") | [
"def",
"build_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_id\"",
")"
] | ID of the Gamelift Build to be deployed on the fleet. | [
"ID",
"of",
"the",
"Gamelift",
"Build",
"to",
"be",
"deployed",
"on",
"the",
"fleet",
"."
] | [
"\"\"\"\n ID of the Gamelift Build to be deployed on the fleet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ec2_instance_type | pulumi.Input[str] | def ec2_instance_type(self) -> pulumi.Input[str]:
"""
Name of an EC2 instance type. e.g. `t2.micro`
"""
return pulumi.get(self, "ec2_instance_type") |
Name of an EC2 instance type. e.g. `t2.micro`
| Name of an EC2 instance type. | [
"Name",
"of",
"an",
"EC2",
"instance",
"type",
"."
] | def ec2_instance_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "ec2_instance_type") | [
"def",
"ec2_instance_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ec2_instance_type\"",
")"
] | Name of an EC2 instance type. | [
"Name",
"of",
"an",
"EC2",
"instance",
"type",
"."
] | [
"\"\"\"\n Name of an EC2 instance type. e.g. `t2.micro`\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ec2_inbound_permissions | Optional[pulumi.Input[Sequence[pulumi.Input['FleetEc2InboundPermissionArgs']]]] | def ec2_inbound_permissions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FleetEc2InboundPermissionArgs']]]]:
"""
Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below.
"""
return pulumi.get(self, "ec2_inbou... |
Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below.
| Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below. | [
"Range",
"of",
"IP",
"addresses",
"and",
"port",
"settings",
"that",
"permit",
"inbound",
"traffic",
"to",
"access",
"server",
"processes",
"running",
"on",
"the",
"fleet",
".",
"See",
"below",
"."
] | def ec2_inbound_permissions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FleetEc2InboundPermissionArgs']]]]:
return pulumi.get(self, "ec2_inbound_permissions") | [
"def",
"ec2_inbound_permissions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'FleetEc2InboundPermissionArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
"... | Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. | [
"Range",
"of",
"IP",
"addresses",
"and",
"port",
"settings",
"that",
"permit",
"inbound",
"traffic",
"to",
"access",
"server",
"processes",
"running",
"on",
"the",
"fleet",
"."
] | [
"\"\"\"\n Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. 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": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | instance_role_arn | Optional[pulumi.Input[str]] | def instance_role_arn(self) -> Optional[pulumi.Input[str]]:
"""
ARN of an IAM role that instances in the fleet can assume.
"""
return pulumi.get(self, "instance_role_arn") |
ARN of an IAM role that instances in the fleet can assume.
| ARN of an IAM role that instances in the fleet can assume. | [
"ARN",
"of",
"an",
"IAM",
"role",
"that",
"instances",
"in",
"the",
"fleet",
"can",
"assume",
"."
] | def instance_role_arn(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "instance_role_arn") | [
"def",
"instance_role_arn",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_role_arn\"",
")"
] | ARN of an IAM role that instances in the fleet can assume. | [
"ARN",
"of",
"an",
"IAM",
"role",
"that",
"instances",
"in",
"the",
"fleet",
"can",
"assume",
"."
] | [
"\"\"\"\n ARN of an IAM role that instances in the fleet can assume.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | metric_groups | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def metric_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`.
"""
return pulumi.get(self, "metric_groups") |
List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`.
| List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`. | [
"List",
"of",
"names",
"of",
"metric",
"groups",
"to",
"add",
"this",
"fleet",
"to",
".",
"A",
"metric",
"group",
"tracks",
"metrics",
"across",
"all",
"fleets",
"in",
"the",
"group",
".",
"Defaults",
"to",
"`",
"default",
"`",
"."
] | def metric_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "metric_groups") | [
"def",
"metric_groups",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metric_groups\"",
")"
] | List of names of metric groups to add this fleet to. | [
"List",
"of",
"names",
"of",
"metric",
"groups",
"to",
"add",
"this",
"fleet",
"to",
"."
] | [
"\"\"\"\n List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | new_game_session_protection_policy | Optional[pulumi.Input[str]] | def new_game_session_protection_policy(self) -> Optional[pulumi.Input[str]]:
"""
Game session protection policy to apply to all instances in this fleet. e.g. `FullProtection`. Defaults to `NoProtection`.
"""
return pulumi.get(self, "new_game_session_protection_policy") |
Game session protection policy to apply to all instances in this fleet. e.g. `FullProtection`. Defaults to `NoProtection`.
| Game session protection policy to apply to all instances in this fleet. | [
"Game",
"session",
"protection",
"policy",
"to",
"apply",
"to",
"all",
"instances",
"in",
"this",
"fleet",
"."
] | def new_game_session_protection_policy(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "new_game_session_protection_policy") | [
"def",
"new_game_session_protection_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"new_game_session_protection_policy\"",
")"
] | Game session protection policy to apply to all instances in this fleet. | [
"Game",
"session",
"protection",
"policy",
"to",
"apply",
"to",
"all",
"instances",
"in",
"this",
"fleet",
"."
] | [
"\"\"\"\n Game session protection policy to apply to all instances in this fleet. e.g. `FullProtection`. Defaults to `NoProtection`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | resource_creation_limit_policy | Optional[pulumi.Input['FleetResourceCreationLimitPolicyArgs']] | def resource_creation_limit_policy(self) -> Optional[pulumi.Input['FleetResourceCreationLimitPolicyArgs']]:
"""
Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. See below.
"""
return pulumi.get(self, "resource_creation_lim... |
Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. See below.
| Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. See below. | [
"Policy",
"that",
"limits",
"the",
"number",
"of",
"game",
"sessions",
"an",
"individual",
"player",
"can",
"create",
"over",
"a",
"span",
"of",
"time",
"for",
"this",
"fleet",
".",
"See",
"below",
"."
] | def resource_creation_limit_policy(self) -> Optional[pulumi.Input['FleetResourceCreationLimitPolicyArgs']]:
return pulumi.get(self, "resource_creation_limit_policy") | [
"def",
"resource_creation_limit_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'FleetResourceCreationLimitPolicyArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_creation_limit_policy\"",
")"
] | Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. | [
"Policy",
"that",
"limits",
"the",
"number",
"of",
"game",
"sessions",
"an",
"individual",
"player",
"can",
"create",
"over",
"a",
"span",
"of",
"time",
"for",
"this",
"fleet",
"."
] | [
"\"\"\"\n Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. 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": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | runtime_configuration | Optional[pulumi.Input['FleetRuntimeConfigurationArgs']] | def runtime_configuration(self) -> Optional[pulumi.Input['FleetRuntimeConfigurationArgs']]:
"""
Instructions for launching server processes on each instance in the fleet. See below.
"""
return pulumi.get(self, "runtime_configuration") |
Instructions for launching server processes on each instance in the fleet. See below.
| Instructions for launching server processes on each instance in the fleet. See below. | [
"Instructions",
"for",
"launching",
"server",
"processes",
"on",
"each",
"instance",
"in",
"the",
"fleet",
".",
"See",
"below",
"."
] | def runtime_configuration(self) -> Optional[pulumi.Input['FleetRuntimeConfigurationArgs']]:
return pulumi.get(self, "runtime_configuration") | [
"def",
"runtime_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'FleetRuntimeConfigurationArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"runtime_configuration\"",
")"
] | Instructions for launching server processes on each instance in the fleet. | [
"Instructions",
"for",
"launching",
"server",
"processes",
"on",
"each",
"instance",
"in",
"the",
"fleet",
"."
] | [
"\"\"\"\n Instructions for launching server processes on each instance in the fleet. 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": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | ec2_instance_type | Optional[pulumi.Input[str]] | def ec2_instance_type(self) -> Optional[pulumi.Input[str]]:
"""
Name of an EC2 instance type. e.g. `t2.micro`
"""
return pulumi.get(self, "ec2_instance_type") |
Name of an EC2 instance type. e.g. `t2.micro`
| Name of an EC2 instance type. | [
"Name",
"of",
"an",
"EC2",
"instance",
"type",
"."
] | def ec2_instance_type(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "ec2_instance_type") | [
"def",
"ec2_instance_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ec2_instance_type\"",
")"
] | Name of an EC2 instance type. | [
"Name",
"of",
"an",
"EC2",
"instance",
"type",
"."
] | [
"\"\"\"\n Name of an EC2 instance type. e.g. `t2.micro`\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | operating_system | Optional[pulumi.Input[str]] | def operating_system(self) -> Optional[pulumi.Input[str]]:
"""
Operating system of the fleet's computing resources.
"""
return pulumi.get(self, "operating_system") |
Operating system of the fleet's computing resources.
| Operating system of the fleet's computing resources. | [
"Operating",
"system",
"of",
"the",
"fleet",
"'",
"s",
"computing",
"resources",
"."
] | def operating_system(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "operating_system") | [
"def",
"operating_system",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operating_system\"",
")"
] | Operating system of the fleet's computing resources. | [
"Operating",
"system",
"of",
"the",
"fleet",
"'",
"s",
"computing",
"resources",
"."
] | [
"\"\"\"\n Operating system of the fleet's computing 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": []
} |
f8cb63ae800c4c6b7cf26b1351f78fa0064b7491 | rapzo/pulumi-aws | sdk/python/pulumi_aws/gamelift/fleet.py | [
"ECL-2.0",
"Apache-2.0"
] | Python | build_id | pulumi.Output[str] | def build_id(self) -> pulumi.Output[str]:
"""
ID of the Gamelift Build to be deployed on the fleet.
"""
return pulumi.get(self, "build_id") |
ID of the Gamelift Build to be deployed on the fleet.
| ID of the Gamelift Build to be deployed on the fleet. | [
"ID",
"of",
"the",
"Gamelift",
"Build",
"to",
"be",
"deployed",
"on",
"the",
"fleet",
"."
] | def build_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "build_id") | [
"def",
"build_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_id\"",
")"
] | ID of the Gamelift Build to be deployed on the fleet. | [
"ID",
"of",
"the",
"Gamelift",
"Build",
"to",
"be",
"deployed",
"on",
"the",
"fleet",
"."
] | [
"\"\"\"\n ID of the Gamelift Build to be deployed on the fleet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.