class Aws::SageMaker::Types::CreateAppImageConfigRequest

@note When making an API call, you may pass CreateAppImageConfigRequest

data as a hash:

    {
      app_image_config_name: "AppImageConfigName", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      kernel_gateway_image_config: {
        kernel_specs: [ # required
          {
            name: "KernelName", # required
            display_name: "KernelDisplayName",
          },
        ],
        file_system_config: {
          mount_path: "MountPath",
          default_uid: 1,
          default_gid: 1,
        },
      },
    }

@!attribute [rw] app_image_config_name

The name of the AppImageConfig. Must be unique to your account.
@return [String]

@!attribute [rw] tags

A list of tags to apply to the AppImageConfig.
@return [Array<Types::Tag>]

@!attribute [rw] kernel_gateway_image_config

The KernelGatewayImageConfig.
@return [Types::KernelGatewayImageConfig]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfigRequest AWS API Documentation

Constants

SENSITIVE