Module S3Outposts.AccessPoint

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-accesspoint.html

type vpc_configuration = {
  1. vpc_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-accesspoint-vpcconfiguration.html

type properties = {
  1. policy : Yojson.Safe.t option;
  2. bucket : string;
  3. vpc_configuration : vpc_configuration;
  4. name : string;
}

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

val make_properties : ?policy:Yojson.Safe.t -> bucket:string -> vpc_configuration:vpc_configuration -> name:string -> unit -> properties
val make_vpc_configuration : ?vpc_id:string -> unit -> vpc_configuration
val yojson_of_vpc_configuration : vpc_configuration -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string