S3Outposts.AccessPoint
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-accesspoint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-accesspoint-vpcconfiguration.html
type properties = {
policy : Yojson.Safe.t option;
bucket : string;
vpc_configuration : vpc_configuration;
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 ]
val create_attributes : string -> attributes