userDataBase64 property

Output<String?> userDataBase64
latefinal

Can be used instead of userData to pass base64-encoded binary data directly. Use this instead of userData whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.

Implementation

late final pulumi.Output<String?> userDataBase64;