SinkProperty
Initializer
import ros_cdk_sls
ros_cdk_sls.RosOssExport.SinkProperty(
bucket: typing.Union[str, IResolvable],
buffer_interval: typing.Union[typing.Union[int, float], IResolvable],
buffer_size: typing.Union[typing.Union[int, float], IResolvable],
content_type: typing.Union[str, IResolvable],
role_arn: typing.Union[str, IResolvable],
compression_type: typing.Union[str, IResolvable] = None,
content_detail: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None,
delay_seconds: typing.Union[typing.Union[int, float], IResolvable] = None,
endpoint: typing.Union[str, IResolvable] = None,
path_format: typing.Union[str, IResolvable] = None,
path_format_type: typing.Union[str, IResolvable] = None,
prefix: typing.Union[str, IResolvable] = None,
suffix: typing.Union[str, IResolvable] = None,
time_zone: typing.Union[str, IResolvable] = None
)
Properties
Name |
Type |
Description |
bucket |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
buffer_interval |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
buffer_size |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
content_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
role_arn |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
compression_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
content_detail |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
No description. |
delay_seconds |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
endpoint |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
path_format |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
path_format_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
prefix |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
suffix |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
time_zone |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
bucket
Required
bucket: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
buffer_interval
Required
buffer_interval: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
buffer_size
Required
buffer_size: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
content_type
Required
content_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
role_arn
Required
role_arn: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
compression_type
Optional
compression_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
content_detail
Optional
content_detail: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
delay_seconds
Optional
delay_seconds: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
endpoint
Optional
endpoint: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
path_format: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
path_format_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
prefix
Optional
prefix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
suffix
Optional
suffix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
time_zone
Optional
time_zone: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]