Module Values_2.SecondarySubnetSource

Describes a secondary subnet.

Sourcetype nonrec t = {
  1. secondarySubnetId : Values_0.SecondarySubnetId.t option;
    (*

    The ID of the secondary subnet.

    *)
  2. secondarySubnetArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the secondary subnet.

    *)
  3. secondaryNetworkId : Values_0.SecondaryNetworkId.t option;
    (*

    The ID of the secondary network.

    *)
  4. secondaryNetworkType : Values_1.SecondaryNetworkType.t option;
    (*

    The type of the secondary network.

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

    The ID of the Amazon Web Services account that owns the secondary subnet.

    *)
  6. availabilityZoneId : Values_0.AvailabilityZoneId.t option;
    (*

    The ID of the Availability Zone of the secondary subnet.

    *)
  7. availabilityZone : Values_0.AvailabilityZoneName.t option;
    (*

    The Availability Zone of the secondary subnet.

    *)
  8. ipv4CidrBlockAssociations : Values_1.SecondarySubnetIpv4CidrBlockAssociationList.t option;
    (*

    Information about the IPv4 CIDR blocks associated with the secondary subnet.

    *)
  9. state : Values_1.SecondarySubnetState.t option;
    (*

    The state of the secondary subnet.

    *)
  10. stateReason : Values_0.String_.t option;
    (*

    The reason for the current state of the secondary subnet.

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

    The tags assigned to the secondary subnet.

    *)
}
Sourceval make : ?secondarySubnetId:??? -> ?secondarySubnetArn:??? -> ?secondaryNetworkId:??? -> ?secondaryNetworkType:??? -> ?ownerId:??? -> ?availabilityZoneId:??? -> ?availabilityZone:??? -> ?ipv4CidrBlockAssociations:??? -> ?state:??? -> ?stateReason:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.SecondarySubnetId.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