Module VpcLattice.AuthPolicy

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html

type properties = {
  1. policy : Yojson.Safe.t;
  2. resource_identifier : string;
}

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

val make_properties : policy:Yojson.Safe.t -> resource_identifier:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. state : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string