Module EC2.EnclaveCertificateIamRoleAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html

type properties = {
  1. role_arn : string;
  2. certificate_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html;

val make_properties : role_arn:string -> certificate_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. encryption_kms_key_id : string;
  3. certificate_s3_bucket_name : string;
  4. certificate_s3_object_key : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string