Class LaunchProfileInitializationScript

    • Method Detail

      • runtimeRoleArn

        public final String runtimeRoleArn()

        An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.

        Returns:
        An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
      • script

        public final String script()

        The initialization script.

        Returns:
        The initialization script.
      • secureInitializationRoleArn

        public final String secureInitializationRoleArn()

        An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.

        Returns:
        An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
      • studioComponentId

        public final String studioComponentId()

        The unique identifier for a studio component resource.

        Returns:
        The unique identifier for a studio component resource.
      • studioComponentName

        public final String studioComponentName()

        The name for the studio component.

        Returns:
        The name for the studio component.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)