Module Values.ResourceEndpointAssociationSummarySource

Summary information about a VPC endpoint association.

Sourcetype nonrec t = {
  1. id : ResourceEndpointAssociationId.t option;
    (*

    The ID of the VPC endpoint association.

    *)
  2. arn : ResourceEndpointAssociationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the VPC endpoint association.

    *)
  3. resourceConfigurationId : ResourceConfigurationId.t option;
    (*

    The ID of the resource configuration.

    *)
  4. resourceConfigurationArn : ResourceConfigurationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the resource configuration.

    *)
  5. resourceConfigurationName : ResourceConfigurationName.t option;
    (*

    The name of the resource configuration.

    *)
  6. vpcEndpointId : VpcEndpointId.t option;
    (*

    The ID of the VPC endpoint.

    *)
  7. vpcEndpointOwner : VpcEndpointOwner.t option;
    (*

    The owner of the VPC endpoint.

    *)
  8. createdBy : AccountId.t option;
    (*

    The account that created the association.

    *)
  9. createdAt : Timestamp.t option;
    (*

    The date and time that the VPC endpoint association was created, in ISO-8601 format.

    *)
}
Sourceval make : ?id:??? -> ?arn:??? -> ?resourceConfigurationId:??? -> ?resourceConfigurationArn:??? -> ?resourceConfigurationName:??? -> ?vpcEndpointId:??? -> ?vpcEndpointOwner:??? -> ?createdBy:??? -> ?createdAt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceEndpointAssociationId.t | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t