ReplaceKey¶
-
class
aws_cdk.aws_s3.
ReplaceKey
¶ Bases:
object
Attributes
-
prefix_with_key
¶ - Return type
Optional
[str
]
-
with_key
¶ - Return type
Optional
[str
]
Static Methods
-
classmethod
prefix_with
(key_replacement)¶ The object key prefix to use in the redirect request.
- Parameters
key_replacement (
str
) –- Return type
-
classmethod
with_
(key_replacement)¶ The specific object key to use in the redirect request.
- Parameters
key_replacement (
str
) –- Return type
-