Class ValidateTemplateRequest

    • Method Detail

      • templateBody

        public final String templateBody()

        Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

        Returns:
        Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

      • templateURL

        public final String templateURL()

        Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with https://.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

        Returns:
        Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with https://.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

      • 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