VirtualHostedStyleUrlOptions¶
-
class
aws_cdk.aws_s3.
VirtualHostedStyleUrlOptions
(*, regional=None)¶ Bases:
object
Options for creating Virtual-Hosted style URL.
- Parameters
regional (
Optional
[bool
]) – Specifies the URL includes the region. Default: - true
Attributes
-
regional
¶ Specifies the URL includes the region.
- Default
true
- Return type
Optional
[bool
]