Class GetConfigPlainArgs


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

      • base64Encode

        public java.util.Optional<java.lang.Boolean> base64Encode()
        Returns:
        Specify whether or not to base64 encode the `rendered` output. Defaults to `true`, and cannot be disabled if gzip is `true`.
      • boundary

        public java.util.Optional<java.lang.String> boundary()
        Returns:
        Specify the Writer's default boundary separator. Defaults to `MIMEBOUNDARY`.
      • gzip

        public java.util.Optional<java.lang.Boolean> gzip()
        Returns:
        Specify whether or not to gzip the `rendered` output. Defaults to `true`.
      • parts

        public java.util.Optional<java.util.List<GetConfigPart>> parts()
        Returns:
        A nested block type which adds a file to the generated cloud-init configuration. Use multiple `part` blocks to specify multiple files, which will be included in order of declaration in the final MIME document.