/AWS1/CL_DZNNETWORKCONFIG¶
The network configuration for a notebook run in Amazon SageMaker Unified Studio.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_networkaccesstype TYPE /AWS1/DZNNETWORKACCESSTYPE /AWS1/DZNNETWORKACCESSTYPE¶
The network access type for the notebook run. Valid values are
PUBLIC_INTERNET_ONLYandVPC_ONLY.
Optional arguments:¶
iv_vpcid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The identifier of the VPC for the notebook run. This is required when the network access type is
VPC_ONLY.
it_subnetids TYPE /AWS1/CL_DZNSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.
it_securitygroupids TYPE /AWS1/CL_DZNSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.
Queryable Attributes¶
networkAccessType¶
The network access type for the notebook run. Valid values are
PUBLIC_INTERNET_ONLYandVPC_ONLY.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKACCESSTYPE() |
Getter for NETWORKACCESSTYPE, with configurable default |
ASK_NETWORKACCESSTYPE() |
Getter for NETWORKACCESSTYPE w/ exceptions if field has no v |
HAS_NETWORKACCESSTYPE() |
Determine if NETWORKACCESSTYPE has a value |
vpcId¶
The identifier of the VPC for the notebook run. This is required when the network access type is
VPC_ONLY.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
subnetIds¶
The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
securityGroupIds¶
The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |