Module Values_1.VpcEncryptionControlSource

Describes the configuration and state of VPC encryption controls. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. vpcId : Values_0.VpcId.t option;
    (*

    The ID of the VPC associated with the encryption control configuration.

    *)
  2. vpcEncryptionControlId : Values_0.VpcEncryptionControlId.t option;
    (*

    The ID of the VPC Encryption Control configuration.

    *)
  3. mode : Values_0.VpcEncryptionControlMode.t option;
    (*

    The encryption mode for the VPC Encryption Control configuration.

    *)
  4. state : Values_0.VpcEncryptionControlState.t option;
    (*

    The current state of the VPC Encryption Control configuration.

    *)
  5. stateMessage : Values_0.String_.t option;
    (*

    A message providing additional information about the encryption control state.

    *)
  6. resourceExclusions : Values_0.VpcEncryptionControlExclusions.t option;
    (*

    Information about resource exclusions for the VPC Encryption Control configuration.

    *)
  7. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the VPC Encryption Control configuration.

    *)
}
Sourceval make : ?vpcId:??? -> ?vpcEncryptionControlId:??? -> ?mode:??? -> ?state:??? -> ?stateMessage:??? -> ?resourceExclusions:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.VpcId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) 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