Skip to content

Latest commit

 

History

History
1883 lines (1184 loc) · 90 KB

sagemakerNotebookInstance.go.md

File metadata and controls

1883 lines (1184 loc) · 90 KB

sagemakerNotebookInstance Submodule

Constructs

SagemakerNotebookInstance

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance aws_sagemaker_notebook_instance}.

Initializers

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.NewSagemakerNotebookInstance(scope Construct, id *string, config SagemakerNotebookInstanceConfig) SagemakerNotebookInstance
Name Type Description
scope github.com/aws/constructs-go/constructs/v10.Construct The scope in which to define this construct.
id *string The scoped construct ID.
config SagemakerNotebookInstanceConfig No description.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


idRequired
  • Type: *string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutInstanceMetadataServiceConfiguration No description.
ResetAcceleratorTypes No description.
ResetAdditionalCodeRepositories No description.
ResetDefaultCodeRepository No description.
ResetDirectInternetAccess No description.
ResetId No description.
ResetInstanceMetadataServiceConfiguration No description.
ResetKmsKeyId No description.
ResetLifecycleConfigName No description.
ResetPlatformIdentifier No description.
ResetRootAccess No description.
ResetSecurityGroups No description.
ResetSubnetId No description.
ResetTags No description.
ResetTagsAll No description.
ResetVolumeSize No description.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
func ToHclTerraform() interface{}
ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

AddMoveTarget
func AddMoveTarget(moveTarget *string)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

moveTargetRequired
  • Type: *string

The string move target that will correspond to this resource.


GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

HasResourceMove
func HasResourceMove() interface{}
ImportFrom
func ImportFrom(id *string, provider TerraformProvider)
idRequired
  • Type: *string

providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

MoveFromId
func MoveFromId(id *string)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

idRequired
  • Type: *string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
func MoveTo(moveTarget *string, index interface{})

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: *string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: interface{}

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
func MoveToId(id *string)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: *string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutInstanceMetadataServiceConfiguration
func PutInstanceMetadataServiceConfiguration(value SagemakerNotebookInstanceInstanceMetadataServiceConfiguration)
valueRequired

ResetAcceleratorTypes
func ResetAcceleratorTypes()
ResetAdditionalCodeRepositories
func ResetAdditionalCodeRepositories()
ResetDefaultCodeRepository
func ResetDefaultCodeRepository()
ResetDirectInternetAccess
func ResetDirectInternetAccess()
ResetId
func ResetId()
ResetInstanceMetadataServiceConfiguration
func ResetInstanceMetadataServiceConfiguration()
ResetKmsKeyId
func ResetKmsKeyId()
ResetLifecycleConfigName
func ResetLifecycleConfigName()
ResetPlatformIdentifier
func ResetPlatformIdentifier()
ResetRootAccess
func ResetRootAccess()
ResetSecurityGroups
func ResetSecurityGroups()
ResetSubnetId
func ResetSubnetId()
ResetTags
func ResetTags()
ResetTagsAll
func ResetTagsAll()
ResetVolumeSize
func ResetVolumeSize()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a SagemakerNotebookInstance resource upon running "cdktf plan ".

IsConstruct
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.SagemakerNotebookInstance_IsConstruct(x interface{}) *bool

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

xRequired
  • Type: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.SagemakerNotebookInstance_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformResource
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.SagemakerNotebookInstance_IsTerraformResource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.SagemakerNotebookInstance_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource

Generates CDKTF code for importing a SagemakerNotebookInstance resource upon running "cdktf plan ".

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

The construct id used in the generated config for the SagemakerNotebookInstance to import.


importFromIdRequired
  • Type: *string

The id of the existing SagemakerNotebookInstance that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

? Optional instance of the provider where the SagemakerNotebookInstance to import is found.


Properties

Name Type Description
Node github.com/aws/constructs-go/constructs/v10.Node The tree node.
CdktfStack github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack No description.
Fqn *string No description.
FriendlyUniqueId *string No description.
TerraformMetaArguments *map[string]interface{} No description.
TerraformResourceType *string No description.
TerraformGeneratorMetadata github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata No description.
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]*string No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
Arn *string No description.
InstanceMetadataServiceConfiguration SagemakerNotebookInstanceInstanceMetadataServiceConfigurationOutputReference No description.
NetworkInterfaceId *string No description.
Url *string No description.
AcceleratorTypesInput *[]*string No description.
AdditionalCodeRepositoriesInput *[]*string No description.
DefaultCodeRepositoryInput *string No description.
DirectInternetAccessInput *string No description.
IdInput *string No description.
InstanceMetadataServiceConfigurationInput SagemakerNotebookInstanceInstanceMetadataServiceConfiguration No description.
InstanceTypeInput *string No description.
KmsKeyIdInput *string No description.
LifecycleConfigNameInput *string No description.
NameInput *string No description.
PlatformIdentifierInput *string No description.
RoleArnInput *string No description.
RootAccessInput *string No description.
SecurityGroupsInput *[]*string No description.
SubnetIdInput *string No description.
TagsAllInput *map[string]*string No description.
TagsInput *map[string]*string No description.
VolumeSizeInput *f64 No description.
AcceleratorTypes *[]*string No description.
AdditionalCodeRepositories *[]*string No description.
DefaultCodeRepository *string No description.
DirectInternetAccess *string No description.
Id *string No description.
InstanceType *string No description.
KmsKeyId *string No description.
LifecycleConfigName *string No description.
Name *string No description.
PlatformIdentifier *string No description.
RoleArn *string No description.
RootAccess *string No description.
SecurityGroups *[]*string No description.
SubnetId *string No description.
Tags *map[string]*string No description.
TagsAll *map[string]*string No description.
VolumeSize *f64 No description.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
func Connection() interface{}
  • Type: interface{}

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
func Provisioners() *[]interface{}
  • Type: *[]interface{}

ArnRequired
func Arn() *string
  • Type: *string

InstanceMetadataServiceConfigurationRequired
func InstanceMetadataServiceConfiguration() SagemakerNotebookInstanceInstanceMetadataServiceConfigurationOutputReference

NetworkInterfaceIdRequired
func NetworkInterfaceId() *string
  • Type: *string

UrlRequired
func Url() *string
  • Type: *string

AcceleratorTypesInputOptional
func AcceleratorTypesInput() *[]*string
  • Type: *[]*string

AdditionalCodeRepositoriesInputOptional
func AdditionalCodeRepositoriesInput() *[]*string
  • Type: *[]*string

DefaultCodeRepositoryInputOptional
func DefaultCodeRepositoryInput() *string
  • Type: *string

DirectInternetAccessInputOptional
func DirectInternetAccessInput() *string
  • Type: *string

IdInputOptional
func IdInput() *string
  • Type: *string

InstanceMetadataServiceConfigurationInputOptional
func InstanceMetadataServiceConfigurationInput() SagemakerNotebookInstanceInstanceMetadataServiceConfiguration

InstanceTypeInputOptional
func InstanceTypeInput() *string
  • Type: *string

KmsKeyIdInputOptional
func KmsKeyIdInput() *string
  • Type: *string

LifecycleConfigNameInputOptional
func LifecycleConfigNameInput() *string
  • Type: *string

NameInputOptional
func NameInput() *string
  • Type: *string

PlatformIdentifierInputOptional
func PlatformIdentifierInput() *string
  • Type: *string

RoleArnInputOptional
func RoleArnInput() *string
  • Type: *string

RootAccessInputOptional
func RootAccessInput() *string
  • Type: *string

SecurityGroupsInputOptional
func SecurityGroupsInput() *[]*string
  • Type: *[]*string

SubnetIdInputOptional
func SubnetIdInput() *string
  • Type: *string

TagsAllInputOptional
func TagsAllInput() *map[string]*string
  • Type: *map[string]*string

TagsInputOptional
func TagsInput() *map[string]*string
  • Type: *map[string]*string

VolumeSizeInputOptional
func VolumeSizeInput() *f64
  • Type: *f64

AcceleratorTypesRequired
func AcceleratorTypes() *[]*string
  • Type: *[]*string

AdditionalCodeRepositoriesRequired
func AdditionalCodeRepositories() *[]*string
  • Type: *[]*string

DefaultCodeRepositoryRequired
func DefaultCodeRepository() *string
  • Type: *string

DirectInternetAccessRequired
func DirectInternetAccess() *string
  • Type: *string

IdRequired
func Id() *string
  • Type: *string

InstanceTypeRequired
func InstanceType() *string
  • Type: *string

KmsKeyIdRequired
func KmsKeyId() *string
  • Type: *string

LifecycleConfigNameRequired
func LifecycleConfigName() *string
  • Type: *string

NameRequired
func Name() *string
  • Type: *string

PlatformIdentifierRequired
func PlatformIdentifier() *string
  • Type: *string

RoleArnRequired
func RoleArn() *string
  • Type: *string

RootAccessRequired
func RootAccess() *string
  • Type: *string

SecurityGroupsRequired
func SecurityGroups() *[]*string
  • Type: *[]*string

SubnetIdRequired
func SubnetId() *string
  • Type: *string

TagsRequired
func Tags() *map[string]*string
  • Type: *map[string]*string

TagsAllRequired
func TagsAll() *map[string]*string
  • Type: *map[string]*string

VolumeSizeRequired
func VolumeSize() *f64
  • Type: *f64

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

SagemakerNotebookInstanceConfig

Initializer

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

&sagemakernotebookinstance.SagemakerNotebookInstanceConfig {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
	ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
	Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
	Provisioners: *[]interface{},
	InstanceType: *string,
	Name: *string,
	RoleArn: *string,
	AcceleratorTypes: *[]*string,
	AdditionalCodeRepositories: *[]*string,
	DefaultCodeRepository: *string,
	DirectInternetAccess: *string,
	Id: *string,
	InstanceMetadataServiceConfiguration: github.com/cdktf/cdktf-provider-aws-go/aws/v19.sagemakerNotebookInstance.SagemakerNotebookInstanceInstanceMetadataServiceConfiguration,
	KmsKeyId: *string,
	LifecycleConfigName: *string,
	PlatformIdentifier: *string,
	RootAccess: *string,
	SecurityGroups: *[]*string,
	SubnetId: *string,
	Tags: *map[string]*string,
	TagsAll: *map[string]*string,
	VolumeSize: *f64,
}

Properties

Name Type Description
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
InstanceType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#instance_type SagemakerNotebookInstance#instance_type}.
Name *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#name SagemakerNotebookInstance#name}.
RoleArn *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#role_arn SagemakerNotebookInstance#role_arn}.
AcceleratorTypes *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#accelerator_types SagemakerNotebookInstance#accelerator_types}.
AdditionalCodeRepositories *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#additional_code_repositories SagemakerNotebookInstance#additional_code_repositories}.
DefaultCodeRepository *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#default_code_repository SagemakerNotebookInstance#default_code_repository}.
DirectInternetAccess *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#direct_internet_access SagemakerNotebookInstance#direct_internet_access}.
Id *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#id SagemakerNotebookInstance#id}.
InstanceMetadataServiceConfiguration SagemakerNotebookInstanceInstanceMetadataServiceConfiguration instance_metadata_service_configuration block.
KmsKeyId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#kms_key_id SagemakerNotebookInstance#kms_key_id}.
LifecycleConfigName *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#lifecycle_config_name SagemakerNotebookInstance#lifecycle_config_name}.
PlatformIdentifier *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#platform_identifier SagemakerNotebookInstance#platform_identifier}.
RootAccess *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#root_access SagemakerNotebookInstance#root_access}.
SecurityGroups *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#security_groups SagemakerNotebookInstance#security_groups}.
SubnetId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#subnet_id SagemakerNotebookInstance#subnet_id}.
Tags *map[string]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#tags SagemakerNotebookInstance#tags}.
TagsAll *map[string]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#tags_all SagemakerNotebookInstance#tags_all}.
VolumeSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#volume_size SagemakerNotebookInstance#volume_size}.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

InstanceTypeRequired
InstanceType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#instance_type SagemakerNotebookInstance#instance_type}.


NameRequired
Name *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#name SagemakerNotebookInstance#name}.


RoleArnRequired
RoleArn *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#role_arn SagemakerNotebookInstance#role_arn}.


AcceleratorTypesOptional
AcceleratorTypes *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#accelerator_types SagemakerNotebookInstance#accelerator_types}.


AdditionalCodeRepositoriesOptional
AdditionalCodeRepositories *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#additional_code_repositories SagemakerNotebookInstance#additional_code_repositories}.


DefaultCodeRepositoryOptional
DefaultCodeRepository *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#default_code_repository SagemakerNotebookInstance#default_code_repository}.


DirectInternetAccessOptional
DirectInternetAccess *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#direct_internet_access SagemakerNotebookInstance#direct_internet_access}.


IdOptional
Id *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#id SagemakerNotebookInstance#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


InstanceMetadataServiceConfigurationOptional
InstanceMetadataServiceConfiguration SagemakerNotebookInstanceInstanceMetadataServiceConfiguration

instance_metadata_service_configuration block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#instance_metadata_service_configuration SagemakerNotebookInstance#instance_metadata_service_configuration}


KmsKeyIdOptional
KmsKeyId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#kms_key_id SagemakerNotebookInstance#kms_key_id}.


LifecycleConfigNameOptional
LifecycleConfigName *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#lifecycle_config_name SagemakerNotebookInstance#lifecycle_config_name}.


PlatformIdentifierOptional
PlatformIdentifier *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#platform_identifier SagemakerNotebookInstance#platform_identifier}.


RootAccessOptional
RootAccess *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#root_access SagemakerNotebookInstance#root_access}.


SecurityGroupsOptional
SecurityGroups *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#security_groups SagemakerNotebookInstance#security_groups}.


SubnetIdOptional
SubnetId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#subnet_id SagemakerNotebookInstance#subnet_id}.


TagsOptional
Tags *map[string]*string
  • Type: *map[string]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#tags SagemakerNotebookInstance#tags}.


TagsAllOptional
TagsAll *map[string]*string
  • Type: *map[string]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#tags_all SagemakerNotebookInstance#tags_all}.


VolumeSizeOptional
VolumeSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#volume_size SagemakerNotebookInstance#volume_size}.


SagemakerNotebookInstanceInstanceMetadataServiceConfiguration

Initializer

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

&sagemakernotebookinstance.SagemakerNotebookInstanceInstanceMetadataServiceConfiguration {
	MinimumInstanceMetadataServiceVersion: *string,
}

Properties

Name Type Description
MinimumInstanceMetadataServiceVersion *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#minimum_instance_metadata_service_version SagemakerNotebookInstance#minimum_instance_metadata_service_version}.

MinimumInstanceMetadataServiceVersionOptional
MinimumInstanceMetadataServiceVersion *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sagemaker_notebook_instance#minimum_instance_metadata_service_version SagemakerNotebookInstance#minimum_instance_metadata_service_version}.


Classes

SagemakerNotebookInstanceInstanceMetadataServiceConfigurationOutputReference

Initializers

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/sagemakernotebookinstance"

sagemakernotebookinstance.NewSagemakerNotebookInstanceInstanceMetadataServiceConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SagemakerNotebookInstanceInstanceMetadataServiceConfigurationOutputReference
Name Type Description
terraformResource github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent The parent resource.
terraformAttribute *string The attribute on the parent resource this class is referencing.

terraformResourceRequired
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: *string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetMinimumInstanceMetadataServiceVersion No description.

ComputeFqn
func ComputeFqn() *string
GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

InterpolationForAttribute
func InterpolationForAttribute(property *string) IResolvable
propertyRequired
  • Type: *string

Resolve
func Resolve(_context IResolveContext) interface{}

Produce the Token's value at resolution time.

_contextRequired
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext

ToString
func ToString() *string

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetMinimumInstanceMetadataServiceVersion
func ResetMinimumInstanceMetadataServiceVersion()

Properties

Name Type Description
CreationStack *[]*string The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn *string No description.
MinimumInstanceMetadataServiceVersionInput *string No description.
MinimumInstanceMetadataServiceVersion *string No description.
InternalValue SagemakerNotebookInstanceInstanceMetadataServiceConfiguration No description.

CreationStackRequired
func CreationStack() *[]*string
  • Type: *[]*string

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
func Fqn() *string
  • Type: *string

MinimumInstanceMetadataServiceVersionInputOptional
func MinimumInstanceMetadataServiceVersionInput() *string
  • Type: *string

MinimumInstanceMetadataServiceVersionRequired
func MinimumInstanceMetadataServiceVersion() *string
  • Type: *string

InternalValueOptional
func InternalValue() SagemakerNotebookInstanceInstanceMetadataServiceConfiguration