Literals#
Index > S3Outposts > Literals
Auto-generated documentation for S3Outposts type annotations stubs module mypy-boto3-s3outposts.
EndpointAccessTypeType#
# EndpointAccessTypeType usage example
from mypy_boto3_s3outposts.literals import EndpointAccessTypeType
def get_value() -> EndpointAccessTypeType:
return "CustomerOwnedIp"
# EndpointAccessTypeType definition
EndpointAccessTypeType = Literal[
"CustomerOwnedIp",
"Private",
]