Skip to content

Commit ba4cca4

Browse files
author
danielw-aws
committed
added VPC config block with added arguments in sagemaker_model documentation
1 parent 99598af commit ba4cca4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/r/sagemaker_model.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ The `primary_container` and `container` block both support:
104104

105105
* `mode` - (Required) How containers in a multi-container are run. The following values are valid `Serial` and `Direct`.
106106

107+
### VPC Config
108+
109+
The following arguments are required:
110+
* `security_group_ids` - (Required) List of security group IDs you want to be applied to your training job or model. Specify the security groups for the VPC that is specified in the Subnets field.
111+
* `subnets` - (Required) List of subnet IDs in the VPC to which you want to connect your training job or model.
112+
113+
107114
## Attribute Reference
108115

109116
This resource exports the following attributes in addition to the arguments above:

0 commit comments

Comments
 (0)