aws_sagemaker_user_profile

package
v5.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// DomainId: string, required
	DomainId terra.StringValue `hcl:"domain_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// SingleSignOnUserIdentifier: string, optional
	SingleSignOnUserIdentifier terra.StringValue `hcl:"single_sign_on_user_identifier,attr"`
	// SingleSignOnUserValue: string, optional
	SingleSignOnUserValue terra.StringValue `hcl:"single_sign_on_user_value,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TagsAll: map of string, optional
	TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"`
	// UserProfileName: string, required
	UserProfileName terra.StringValue `hcl:"user_profile_name,attr" validate:"required"`
	// UserSettings: optional
	UserSettings *UserSettings `hcl:"user_settings,block"`
}

Args contains the configurations for aws_sagemaker_user_profile.

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource aws_sagemaker_user_profile.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (asup *Resource) Attributes() awsSagemakerUserProfileAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (asup *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (asup *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (asup *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (asup *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (asup *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (asup *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (asup *Resource) State() (*awsSagemakerUserProfileState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (asup *Resource) StateMust() *awsSagemakerUserProfileState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (asup *Resource) Type() string

Type returns the Terraform object type for Resource.

type UserSettings

type UserSettings struct {
	// ExecutionRole: string, required
	ExecutionRole terra.StringValue `hcl:"execution_role,attr" validate:"required"`
	// SecurityGroups: set of string, optional
	SecurityGroups terra.SetValue[terra.StringValue] `hcl:"security_groups,attr"`
	// UserSettingsCanvasAppSettings: optional
	CanvasAppSettings *UserSettingsCanvasAppSettings `hcl:"canvas_app_settings,block"`
	// UserSettingsJupyterServerAppSettings: optional
	JupyterServerAppSettings *UserSettingsJupyterServerAppSettings `hcl:"jupyter_server_app_settings,block"`
	// UserSettingsKernelGatewayAppSettings: optional
	KernelGatewayAppSettings *UserSettingsKernelGatewayAppSettings `hcl:"kernel_gateway_app_settings,block"`
	// UserSettingsRSessionAppSettings: optional
	RSessionAppSettings *UserSettingsRSessionAppSettings `hcl:"r_session_app_settings,block"`
	// UserSettingsSharingSettings: optional
	SharingSettings *UserSettingsSharingSettings `hcl:"sharing_settings,block"`
	// UserSettingsTensorBoardAppSettings: optional
	TensorBoardAppSettings *UserSettingsTensorBoardAppSettings `hcl:"tensor_board_app_settings,block"`
}

type UserSettingsAttributes

type UserSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsAttributes) CanvasAppSettings

func (UserSettingsAttributes) ExecutionRole

func (us UserSettingsAttributes) ExecutionRole() terra.StringValue

func (UserSettingsAttributes) InternalRef

func (us UserSettingsAttributes) InternalRef() (terra.Reference, error)

func (UserSettingsAttributes) InternalTokens

func (us UserSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserSettingsAttributes) InternalWithRef

func (UserSettingsAttributes) JupyterServerAppSettings

func (UserSettingsAttributes) KernelGatewayAppSettings

func (UserSettingsAttributes) RSessionAppSettings

func (UserSettingsAttributes) SecurityGroups

func (us UserSettingsAttributes) SecurityGroups() terra.SetValue[terra.StringValue]

func (UserSettingsAttributes) SharingSettings

func (UserSettingsAttributes) TensorBoardAppSettings

type UserSettingsCanvasAppSettings

type UserSettingsCanvasAppSettings struct {
	// UserSettingsCanvasAppSettingsTimeSeriesForecastingSettings: optional
	TimeSeriesForecastingSettings *UserSettingsCanvasAppSettingsTimeSeriesForecastingSettings `hcl:"time_series_forecasting_settings,block"`
}

type UserSettingsCanvasAppSettingsAttributes

type UserSettingsCanvasAppSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsCanvasAppSettingsAttributes) InternalRef

func (UserSettingsCanvasAppSettingsAttributes) InternalTokens

func (UserSettingsCanvasAppSettingsAttributes) InternalWithRef

type UserSettingsCanvasAppSettingsState

type UserSettingsCanvasAppSettingsState struct {
	TimeSeriesForecastingSettings []UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsState `json:"time_series_forecasting_settings"`
}

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettings

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettings struct {
	// AmazonForecastRoleArn: string, optional
	AmazonForecastRoleArn terra.StringValue `hcl:"amazon_forecast_role_arn,attr"`
	// Status: string, optional
	Status terra.StringValue `hcl:"status,attr"`
}

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes) AmazonForecastRoleArn

func (UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes) InternalRef

func (UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes) InternalTokens

func (UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes) InternalWithRef

func (UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsAttributes) Status

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsState

type UserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsState struct {
	AmazonForecastRoleArn string `json:"amazon_forecast_role_arn"`
	Status                string `json:"status"`
}

type UserSettingsJupyterServerAppSettings

type UserSettingsJupyterServerAppSettings struct {
	// LifecycleConfigArns: set of string, optional
	LifecycleConfigArns terra.SetValue[terra.StringValue] `hcl:"lifecycle_config_arns,attr"`
	// UserSettingsJupyterServerAppSettingsDefaultResourceSpec: required
	DefaultResourceSpec *UserSettingsJupyterServerAppSettingsDefaultResourceSpec `hcl:"default_resource_spec,block" validate:"required"`
}

type UserSettingsJupyterServerAppSettingsAttributes

type UserSettingsJupyterServerAppSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsJupyterServerAppSettingsAttributes) InternalRef

func (UserSettingsJupyterServerAppSettingsAttributes) InternalTokens

func (UserSettingsJupyterServerAppSettingsAttributes) InternalWithRef

func (UserSettingsJupyterServerAppSettingsAttributes) LifecycleConfigArns

type UserSettingsJupyterServerAppSettingsDefaultResourceSpec

type UserSettingsJupyterServerAppSettingsDefaultResourceSpec struct {
	// InstanceType: string, optional
	InstanceType terra.StringValue `hcl:"instance_type,attr"`
	// LifecycleConfigArn: string, optional
	LifecycleConfigArn terra.StringValue `hcl:"lifecycle_config_arn,attr"`
	// SagemakerImageArn: string, optional
	SagemakerImageArn terra.StringValue `hcl:"sagemaker_image_arn,attr"`
	// SagemakerImageVersionArn: string, optional
	SagemakerImageVersionArn terra.StringValue `hcl:"sagemaker_image_version_arn,attr"`
}

type UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes

type UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) InstanceType

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) InternalRef

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) InternalTokens

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) InternalWithRef

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) LifecycleConfigArn

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) SagemakerImageArn

func (UserSettingsJupyterServerAppSettingsDefaultResourceSpecAttributes) SagemakerImageVersionArn

type UserSettingsJupyterServerAppSettingsDefaultResourceSpecState

type UserSettingsJupyterServerAppSettingsDefaultResourceSpecState struct {
	InstanceType             string `json:"instance_type"`
	LifecycleConfigArn       string `json:"lifecycle_config_arn"`
	SagemakerImageArn        string `json:"sagemaker_image_arn"`
	SagemakerImageVersionArn string `json:"sagemaker_image_version_arn"`
}

type UserSettingsJupyterServerAppSettingsState

type UserSettingsJupyterServerAppSettingsState struct {
	LifecycleConfigArns []string                                                       `json:"lifecycle_config_arns"`
	DefaultResourceSpec []UserSettingsJupyterServerAppSettingsDefaultResourceSpecState `json:"default_resource_spec"`
}

type UserSettingsKernelGatewayAppSettings

type UserSettingsKernelGatewayAppSettings struct {
	// LifecycleConfigArns: set of string, optional
	LifecycleConfigArns terra.SetValue[terra.StringValue] `hcl:"lifecycle_config_arns,attr"`
	// UserSettingsKernelGatewayAppSettingsCustomImage: min=0,max=30
	CustomImage []UserSettingsKernelGatewayAppSettingsCustomImage `hcl:"custom_image,block" validate:"min=0,max=30"`
	// UserSettingsKernelGatewayAppSettingsDefaultResourceSpec: required
	DefaultResourceSpec *UserSettingsKernelGatewayAppSettingsDefaultResourceSpec `hcl:"default_resource_spec,block" validate:"required"`
}

type UserSettingsKernelGatewayAppSettingsAttributes

type UserSettingsKernelGatewayAppSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsKernelGatewayAppSettingsAttributes) CustomImage

func (UserSettingsKernelGatewayAppSettingsAttributes) InternalRef

func (UserSettingsKernelGatewayAppSettingsAttributes) InternalTokens

func (UserSettingsKernelGatewayAppSettingsAttributes) InternalWithRef

func (UserSettingsKernelGatewayAppSettingsAttributes) LifecycleConfigArns

type UserSettingsKernelGatewayAppSettingsCustomImage

type UserSettingsKernelGatewayAppSettingsCustomImage struct {
	// AppImageConfigName: string, required
	AppImageConfigName terra.StringValue `hcl:"app_image_config_name,attr" validate:"required"`
	// ImageName: string, required
	ImageName terra.StringValue `hcl:"image_name,attr" validate:"required"`
	// ImageVersionNumber: number, optional
	ImageVersionNumber terra.NumberValue `hcl:"image_version_number,attr"`
}

type UserSettingsKernelGatewayAppSettingsCustomImageAttributes

type UserSettingsKernelGatewayAppSettingsCustomImageAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) AppImageConfigName

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) ImageName

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) ImageVersionNumber

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) InternalRef

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) InternalTokens

func (UserSettingsKernelGatewayAppSettingsCustomImageAttributes) InternalWithRef

type UserSettingsKernelGatewayAppSettingsCustomImageState

type UserSettingsKernelGatewayAppSettingsCustomImageState struct {
	AppImageConfigName string  `json:"app_image_config_name"`
	ImageName          string  `json:"image_name"`
	ImageVersionNumber float64 `json:"image_version_number"`
}

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpec

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpec struct {
	// InstanceType: string, optional
	InstanceType terra.StringValue `hcl:"instance_type,attr"`
	// LifecycleConfigArn: string, optional
	LifecycleConfigArn terra.StringValue `hcl:"lifecycle_config_arn,attr"`
	// SagemakerImageArn: string, optional
	SagemakerImageArn terra.StringValue `hcl:"sagemaker_image_arn,attr"`
	// SagemakerImageVersionArn: string, optional
	SagemakerImageVersionArn terra.StringValue `hcl:"sagemaker_image_version_arn,attr"`
}

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) InstanceType

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) InternalRef

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) InternalTokens

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) InternalWithRef

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) LifecycleConfigArn

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) SagemakerImageArn

func (UserSettingsKernelGatewayAppSettingsDefaultResourceSpecAttributes) SagemakerImageVersionArn

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpecState

type UserSettingsKernelGatewayAppSettingsDefaultResourceSpecState struct {
	InstanceType             string `json:"instance_type"`
	LifecycleConfigArn       string `json:"lifecycle_config_arn"`
	SagemakerImageArn        string `json:"sagemaker_image_arn"`
	SagemakerImageVersionArn string `json:"sagemaker_image_version_arn"`
}

type UserSettingsKernelGatewayAppSettingsState

type UserSettingsKernelGatewayAppSettingsState struct {
	LifecycleConfigArns []string                                                       `json:"lifecycle_config_arns"`
	CustomImage         []UserSettingsKernelGatewayAppSettingsCustomImageState         `json:"custom_image"`
	DefaultResourceSpec []UserSettingsKernelGatewayAppSettingsDefaultResourceSpecState `json:"default_resource_spec"`
}

type UserSettingsRSessionAppSettings

type UserSettingsRSessionAppSettings struct {
	// UserSettingsRSessionAppSettingsCustomImage: min=0,max=30
	CustomImage []UserSettingsRSessionAppSettingsCustomImage `hcl:"custom_image,block" validate:"min=0,max=30"`
	// UserSettingsRSessionAppSettingsDefaultResourceSpec: optional
	DefaultResourceSpec *UserSettingsRSessionAppSettingsDefaultResourceSpec `hcl:"default_resource_spec,block"`
}

type UserSettingsRSessionAppSettingsAttributes

type UserSettingsRSessionAppSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsRSessionAppSettingsAttributes) CustomImage

func (UserSettingsRSessionAppSettingsAttributes) DefaultResourceSpec

func (UserSettingsRSessionAppSettingsAttributes) InternalRef

func (UserSettingsRSessionAppSettingsAttributes) InternalTokens

func (UserSettingsRSessionAppSettingsAttributes) InternalWithRef

type UserSettingsRSessionAppSettingsCustomImage

type UserSettingsRSessionAppSettingsCustomImage struct {
	// AppImageConfigName: string, required
	AppImageConfigName terra.StringValue `hcl:"app_image_config_name,attr" validate:"required"`
	// ImageName: string, required
	ImageName terra.StringValue `hcl:"image_name,attr" validate:"required"`
	// ImageVersionNumber: number, optional
	ImageVersionNumber terra.NumberValue `hcl:"image_version_number,attr"`
}

type UserSettingsRSessionAppSettingsCustomImageAttributes

type UserSettingsRSessionAppSettingsCustomImageAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsRSessionAppSettingsCustomImageAttributes) AppImageConfigName

func (UserSettingsRSessionAppSettingsCustomImageAttributes) ImageName

func (UserSettingsRSessionAppSettingsCustomImageAttributes) ImageVersionNumber

func (UserSettingsRSessionAppSettingsCustomImageAttributes) InternalRef

func (UserSettingsRSessionAppSettingsCustomImageAttributes) InternalTokens

func (UserSettingsRSessionAppSettingsCustomImageAttributes) InternalWithRef

type UserSettingsRSessionAppSettingsCustomImageState

type UserSettingsRSessionAppSettingsCustomImageState struct {
	AppImageConfigName string  `json:"app_image_config_name"`
	ImageName          string  `json:"image_name"`
	ImageVersionNumber float64 `json:"image_version_number"`
}

type UserSettingsRSessionAppSettingsDefaultResourceSpec

type UserSettingsRSessionAppSettingsDefaultResourceSpec struct {
	// InstanceType: string, optional
	InstanceType terra.StringValue `hcl:"instance_type,attr"`
	// LifecycleConfigArn: string, optional
	LifecycleConfigArn terra.StringValue `hcl:"lifecycle_config_arn,attr"`
	// SagemakerImageArn: string, optional
	SagemakerImageArn terra.StringValue `hcl:"sagemaker_image_arn,attr"`
	// SagemakerImageVersionArn: string, optional
	SagemakerImageVersionArn terra.StringValue `hcl:"sagemaker_image_version_arn,attr"`
}

type UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes

type UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) InstanceType

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) InternalRef

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) InternalTokens

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) InternalWithRef

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) LifecycleConfigArn

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) SagemakerImageArn

func (UserSettingsRSessionAppSettingsDefaultResourceSpecAttributes) SagemakerImageVersionArn

type UserSettingsRSessionAppSettingsDefaultResourceSpecState

type UserSettingsRSessionAppSettingsDefaultResourceSpecState struct {
	InstanceType             string `json:"instance_type"`
	LifecycleConfigArn       string `json:"lifecycle_config_arn"`
	SagemakerImageArn        string `json:"sagemaker_image_arn"`
	SagemakerImageVersionArn string `json:"sagemaker_image_version_arn"`
}

type UserSettingsRSessionAppSettingsState

type UserSettingsRSessionAppSettingsState struct {
	CustomImage         []UserSettingsRSessionAppSettingsCustomImageState         `json:"custom_image"`
	DefaultResourceSpec []UserSettingsRSessionAppSettingsDefaultResourceSpecState `json:"default_resource_spec"`
}

type UserSettingsSharingSettings

type UserSettingsSharingSettings struct {
	// NotebookOutputOption: string, optional
	NotebookOutputOption terra.StringValue `hcl:"notebook_output_option,attr"`
	// S3KmsKeyId: string, optional
	S3KmsKeyId terra.StringValue `hcl:"s3_kms_key_id,attr"`
	// S3OutputPath: string, optional
	S3OutputPath terra.StringValue `hcl:"s3_output_path,attr"`
}

type UserSettingsSharingSettingsAttributes

type UserSettingsSharingSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsSharingSettingsAttributes) InternalRef

func (UserSettingsSharingSettingsAttributes) InternalTokens

func (UserSettingsSharingSettingsAttributes) InternalWithRef

func (UserSettingsSharingSettingsAttributes) NotebookOutputOption

func (ss UserSettingsSharingSettingsAttributes) NotebookOutputOption() terra.StringValue

func (UserSettingsSharingSettingsAttributes) S3KmsKeyId

func (UserSettingsSharingSettingsAttributes) S3OutputPath

type UserSettingsSharingSettingsState

type UserSettingsSharingSettingsState struct {
	NotebookOutputOption string `json:"notebook_output_option"`
	S3KmsKeyId           string `json:"s3_kms_key_id"`
	S3OutputPath         string `json:"s3_output_path"`
}

type UserSettingsState

type UserSettingsState struct {
	ExecutionRole            string                                      `json:"execution_role"`
	SecurityGroups           []string                                    `json:"security_groups"`
	CanvasAppSettings        []UserSettingsCanvasAppSettingsState        `json:"canvas_app_settings"`
	JupyterServerAppSettings []UserSettingsJupyterServerAppSettingsState `json:"jupyter_server_app_settings"`
	KernelGatewayAppSettings []UserSettingsKernelGatewayAppSettingsState `json:"kernel_gateway_app_settings"`
	RSessionAppSettings      []UserSettingsRSessionAppSettingsState      `json:"r_session_app_settings"`
	SharingSettings          []UserSettingsSharingSettingsState          `json:"sharing_settings"`
	TensorBoardAppSettings   []UserSettingsTensorBoardAppSettingsState   `json:"tensor_board_app_settings"`
}

type UserSettingsTensorBoardAppSettings

type UserSettingsTensorBoardAppSettings struct {
	// UserSettingsTensorBoardAppSettingsDefaultResourceSpec: required
	DefaultResourceSpec *UserSettingsTensorBoardAppSettingsDefaultResourceSpec `hcl:"default_resource_spec,block" validate:"required"`
}

type UserSettingsTensorBoardAppSettingsAttributes

type UserSettingsTensorBoardAppSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsTensorBoardAppSettingsAttributes) InternalRef

func (UserSettingsTensorBoardAppSettingsAttributes) InternalTokens

func (UserSettingsTensorBoardAppSettingsAttributes) InternalWithRef

type UserSettingsTensorBoardAppSettingsDefaultResourceSpec

type UserSettingsTensorBoardAppSettingsDefaultResourceSpec struct {
	// InstanceType: string, optional
	InstanceType terra.StringValue `hcl:"instance_type,attr"`
	// LifecycleConfigArn: string, optional
	LifecycleConfigArn terra.StringValue `hcl:"lifecycle_config_arn,attr"`
	// SagemakerImageArn: string, optional
	SagemakerImageArn terra.StringValue `hcl:"sagemaker_image_arn,attr"`
	// SagemakerImageVersionArn: string, optional
	SagemakerImageVersionArn terra.StringValue `hcl:"sagemaker_image_version_arn,attr"`
}

type UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes

type UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) InstanceType

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) InternalRef

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) InternalTokens

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) InternalWithRef

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) LifecycleConfigArn

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) SagemakerImageArn

func (UserSettingsTensorBoardAppSettingsDefaultResourceSpecAttributes) SagemakerImageVersionArn

type UserSettingsTensorBoardAppSettingsDefaultResourceSpecState

type UserSettingsTensorBoardAppSettingsDefaultResourceSpecState struct {
	InstanceType             string `json:"instance_type"`
	LifecycleConfigArn       string `json:"lifecycle_config_arn"`
	SagemakerImageArn        string `json:"sagemaker_image_arn"`
	SagemakerImageVersionArn string `json:"sagemaker_image_version_arn"`
}

type UserSettingsTensorBoardAppSettingsState

type UserSettingsTensorBoardAppSettingsState struct {
	DefaultResourceSpec []UserSettingsTensorBoardAppSettingsDefaultResourceSpecState `json:"default_resource_spec"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL