Class NotebookInstanceLifecycleConfigurationState


  • public final class NotebookInstanceLifecycleConfigurationState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) assigned by AWS to this lifecycle configuration.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the lifecycle configuration (must be unique). If omitted, this provider will assign a random, unique name.
      • onCreate

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> onCreate()
        Returns:
        A shell script (base64-encoded) that runs only once when the SageMaker Notebook Instance is created.
      • onStart

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> onStart()
        Returns:
        A shell script (base64-encoded) that runs every time the SageMaker Notebook Instance is started including the time it's created.