Module ACMPCA.CertificateAuthorityActivation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html

type properties = {
  1. status : string option;
  2. certificate_authority_arn : string;
  3. certificate_chain : string option;
  4. certificate : string;
}

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

val make_properties : ?status:string -> certificate_authority_arn:string -> ?certificate_chain:string -> certificate:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. complete_certificate_chain : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string