Initial State Config Args
    data class InitialStateConfigArgs(val dbs: Output<List<FileContentBufferArgs>>? = null, val dbxs: Output<List<FileContentBufferArgs>>? = null, val keks: Output<List<FileContentBufferArgs>>? = null, val pk: Output<FileContentBufferArgs>? = null) : ConvertibleToJava<InitialStateConfigArgs> 
Initial State for shielded instance, these are public keys which are safe to store in public
Constructors
Link copied to clipboard
                fun InitialStateConfigArgs(dbs: Output<List<FileContentBufferArgs>>? = null, dbxs: Output<List<FileContentBufferArgs>>? = null, keks: Output<List<FileContentBufferArgs>>? = null, pk: Output<FileContentBufferArgs>? = null)