ImageCachesProps
Properties for defining a ImageCaches
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecaches
Initializer
from ros_cdk_eci import datasource
datasource.ImageCachesProps(
image_cache_id: typing.Union[str, IResolvable] = None,
image_cache_name: typing.Union[str, IResolvable] = None,
limit: typing.Union[typing.Union[int, float], IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
snapshot_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
image_cache_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageCacheId: ImageCacheId. |
image_cache_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageCacheName: ImageCacheName. |
limit |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property limit: Number of pages. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: ResourceGroupId. |
snapshot_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property snapshotId: SnapshotId. |
image_cache_id
Optional
image_cache_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageCacheId: ImageCacheId.
image_cache_name
Optional
image_cache_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageCacheName: ImageCacheName.
limit
Optional
limit: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property limit: Number of pages.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
resource_group_id
Optional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: ResourceGroupId.
snapshot_id
Optional
snapshot_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property snapshotId: SnapshotId.