nexus7 0.1.2

Rust SDK for HCL Transpilation
Documentation
1
2
3
4
5
6
7
8
struct EncryptionConfig {
    kms_key_arn: String,
}

#[derive(Debug)]
pub struct Role {
    pub arn: String,
}