UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 758 B
"use strict"; // CloudFormation Resource AWS::SageMaker::NotebookInstanceLifecycleConfig Object.defineProperty(exports, "__esModule", { value: true }); exports.NotebookInstanceLifecycleConfig_Type = void 0; const base_1 = require("../../base"); exports.NotebookInstanceLifecycleConfig_Type = 'AWS::SageMaker::NotebookInstanceLifecycleConfig'; /** * Resource Type definition for * AWS::SageMaker::NotebookInstanceLifecycleConfig {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html} */ function NotebookInstanceLifecycleConfig(props) { return new base_1.CfnResource(exports.NotebookInstanceLifecycleConfig_Type, props); } exports.default = NotebookInstanceLifecycleConfig;