appNetworkAccessType property

AppNetworkAccessType? appNetworkAccessType
final

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access
  • VpcOnly - All Studio traffic is through the specified VPC and subnets

Implementation

final AppNetworkAccessType? appNetworkAccessType;