pub struct NotebookInstanceProperties {Show 14 fields
pub accelerator_types: Option<ValueList<String>>,
pub additional_code_repositories: Option<ValueList<String>>,
pub default_code_repository: Option<Value<String>>,
pub direct_internet_access: Option<Value<String>>,
pub instance_type: Value<String>,
pub kms_key_id: Option<Value<String>>,
pub lifecycle_config_name: Option<Value<String>>,
pub notebook_instance_name: Option<Value<String>>,
pub role_arn: Value<String>,
pub root_access: Option<Value<String>>,
pub security_group_ids: Option<ValueList<String>>,
pub subnet_id: Option<Value<String>>,
pub tags: Option<ValueList<Tag>>,
pub volume_size_in_gb: Option<Value<u32>>,
}Expand description
Properties for the NotebookInstance resource.
Fields§
§accelerator_types: Option<ValueList<String>>Property AcceleratorTypes.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
additional_code_repositories: Option<ValueList<String>>Property AdditionalCodeRepositories.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
default_code_repository: Option<Value<String>>Property DefaultCodeRepository.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
direct_internet_access: Option<Value<String>>Property DirectInternetAccess.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
instance_type: Value<String>Property InstanceType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
kms_key_id: Option<Value<String>>Property KmsKeyId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
lifecycle_config_name: Option<Value<String>>Property LifecycleConfigName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
notebook_instance_name: Option<Value<String>>Property NotebookInstanceName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
role_arn: Value<String>Property RoleArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
root_access: Option<Value<String>>Property RootAccess.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
security_group_ids: Option<ValueList<String>>Property SecurityGroupIds.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
subnet_id: Option<Value<String>>Property SubnetId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
volume_size_in_gb: Option<Value<u32>>Property VolumeSizeInGB.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.