Module Values_2.VpcSource

Describes a VPC.

Sourcetype nonrec t = {
  1. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the VPC.

    *)
  2. instanceTenancy : Values_0.Tenancy.t option;
    (*

    The allowed tenancy of instances launched into the VPC.

    *)
  3. ipv6CidrBlockAssociationSet : Values_1.VpcIpv6CidrBlockAssociationSet.t option;
    (*

    Information about the IPv6 CIDR blocks associated with the VPC.

    *)
  4. cidrBlockAssociationSet : Values_1.VpcCidrBlockAssociationSet.t option;
    (*

    Information about the IPv4 CIDR blocks associated with the VPC.

    *)
  5. isDefault : Values_0.Boolean.t option;
    (*

    Indicates whether the VPC is the default VPC.

    *)
  6. encryptionControl : Values_1.VpcEncryptionControl.t option;
  7. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the VPC.

    *)
  8. blockPublicAccessStates : Values_1.BlockPublicAccessStates.t option;
    (*

    The state of VPC Block Public Access (BPA).

    *)
  9. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

    *)
  10. state : Values_1.VpcState.t option;
    (*

    The current state of the VPC.

    *)
  11. cidrBlock : Values_0.String_.t option;
    (*

    The primary IPv4 CIDR block for the VPC.

    *)
  12. dhcpOptionsId : Values_0.String_.t option;
    (*

    The ID of the set of DHCP options you've associated with the VPC.

    *)
}
Sourceval make : ?ownerId:??? -> ?instanceTenancy:??? -> ?ipv6CidrBlockAssociationSet:??? -> ?cidrBlockAssociationSet:??? -> ?isDefault:??? -> ?encryptionControl:??? -> ?tags:??? -> ?blockPublicAccessStates:??? -> ?vpcId:??? -> ?state:??? -> ?cidrBlock:??? -> ?dhcpOptionsId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ] list | `String of Values_0.String_.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 ]) 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