Module Values_1.TransitGatewayMulticastGroupSource

Describes the transit gateway multicast group resources.

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

    The IP address assigned to the transit gateway multicast group.

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

    The ID of the transit gateway attachment.

    *)
  3. subnetId : Values_0.String_.t option;
    (*

    The ID of the subnet.

    *)
  4. resourceId : Values_0.String_.t option;
    (*

    The ID of the resource.

    *)
  5. resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;
    (*

    The type of resource, for example a VPC attachment.

    *)
  6. resourceOwnerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.

    *)
  7. networkInterfaceId : Values_0.String_.t option;
    (*

    The ID of the transit gateway attachment.

    *)
  8. groupMember : Values_0.Boolean.t option;
    (*

    Indicates that the resource is a transit gateway multicast group member.

    *)
  9. groupSource : Values_0.Boolean.t option;
    (*

    Indicates that the resource is a transit gateway multicast group member.

    *)
  10. memberType : MembershipType.t option;
    (*

    The member type (for example, static).

    *)
  11. sourceType : MembershipType.t option;
    (*

    The source type.

    *)
}
Sourceval make : ?groupIpAddress:??? -> ?transitGatewayAttachmentId:??? -> ?subnetId:??? -> ?resourceId:??? -> ?resourceType:??? -> ?resourceOwnerId:??? -> ?networkInterfaceId:??? -> ?groupMember:??? -> ?groupSource:??? -> ?memberType:??? -> ?sourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Values_0.String_.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