S3LocationBindOptions¶
-
class
aws_cdk.aws_stepfunctions_tasks.
S3LocationBindOptions
(*, for_reading=None, for_writing=None)¶ Bases:
object
(experimental) Options for binding an S3 Location.
- Parameters
for_reading (
Optional
[bool
]) – (experimental) Allow reading from the S3 Location. Default: falsefor_writing (
Optional
[bool
]) – (experimental) Allow writing to the S3 Location. Default: false
- Stability
experimental
Attributes
-
for_reading
¶ (experimental) Allow reading from the S3 Location.
- Default
false
- Stability
experimental
- Return type
Optional
[bool
]
-
for_writing
¶ (experimental) Allow writing to the S3 Location.
- Default
false
- Stability
experimental
- Return type
Optional
[bool
]