directInternetAccess property

DirectInternetAccess? directInternetAccess
final

Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

Implementation

final DirectInternetAccess? directInternetAccess;