Class NotebookInstanceArgs
Inherited Members
Namespace: Pulumi.Aws.Sagemaker
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotebookInstanceArgs : ResourceArgs
Constructors
View SourceNotebookInstanceArgs()
Declaration
public NotebookInstanceArgs()
Properties
View SourceDirectInternetAccess
Set to Disabled to disable internet access to notebook. Requires security_groups and subnet_id to be set. Supported values: Enabled (Default) or Disabled. If set to Disabled, the notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
Declaration
public Input<string> DirectInternetAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceType
The name of ML compute instance type.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeyId
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
Declaration
public Input<string> KmsKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LifecycleConfigName
The name of a lifecycle configuration to associate with the notebook instance.
Declaration
public Input<string> LifecycleConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the notebook instance (must be unique).
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
The ARN of the IAM role to be used by the notebook instance which allows SageMaker to call other services on your behalf.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroups
The associated security groups.
Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SubnetId
The VPC subnet ID.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |