Class GetConfigPart


  • public final class GetConfigPart
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • content

        public java.lang.String content()
        Returns:
        Body content for the part.
      • contentType

        public java.lang.String contentType()
        Returns:
        A MIME-style content type to report in the header for the part. Defaults to `text/plain`
      • filename

        public java.util.Optional<java.lang.String> filename()
        Returns:
        A filename to report in the header for the part.
      • mergeType

        public java.util.Optional<java.lang.String> mergeType()
        Returns:
        A value for the `X-Merge-Type` header of the part, to control [cloud-init merging behavior](https://cloudinit.readthedocs.io/en/latest/reference/merging.html).