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. |
bucketRequired
bucket: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
buffer_intervalRequired
buffer_interval: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
buffer_sizeRequired
buffer_size: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
content_typeRequired
content_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
role_arnRequired
role_arn: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
compression_typeOptional
compression_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
content_detailOptional
content_detail: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
delay_secondsOptional
delay_seconds: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
endpointOptional
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]
prefixOptional
prefix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
suffixOptional
suffix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
time_zoneOptional
time_zone: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]