Class GetCloudFormationTemplateResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The application Amazon Resource Name (ARN).

        Returns:
        The application Amazon Resource Name (ARN).
      • creationTime

        public final String creationTime()

        The date and time this resource was created.

        Returns:
        The date and time this resource was created.
      • expirationTime

        public final String expirationTime()

        The date and time this template expires. Templates expire 1 hour after creation.

        Returns:
        The date and time this template expires. Templates expire 1 hour after creation.
      • status

        public final Status status()

        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        See Also:
        Status
      • templateId

        public final String templateId()

        The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

        Returns:
        The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

      • templateUrl

        public final String templateUrl()

        A link to the template that can be used to deploy the application using AWS CloudFormation.

        Returns:
        A link to the template that can be used to deploy the application using AWS CloudFormation.
      • 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