Module Values_2.Ec2InstanceConnectEndpointSource

Describes an EC2 Instance Connect Endpoint.

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

    The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.

    *)
  2. instanceConnectEndpointId : Values_1.InstanceConnectEndpointId.t option;
    (*

    The ID of the EC2 Instance Connect Endpoint.

    *)
  3. instanceConnectEndpointArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.

    *)
  4. state : Values_1.Ec2InstanceConnectEndpointState.t option;
    (*

    The current state of the EC2 Instance Connect Endpoint.

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

    The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message.

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

    The DNS name of the EC2 Instance Connect Endpoint.

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

    The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.

    *)
  8. networkInterfaceIds : Values_1.NetworkInterfaceIdSet.t option;
    (*

    The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.

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

    The ID of the VPC in which the EC2 Instance Connect Endpoint was created.

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

    The Availability Zone of the EC2 Instance Connect Endpoint.

    *)
  11. createdAt : Values_0.MillisecondDateTime.t option;
    (*

    The date and time that the EC2 Instance Connect Endpoint was created.

    *)
  12. subnetId : Values_0.SubnetId.t option;
    (*

    The ID of the subnet in which the EC2 Instance Connect Endpoint was created.

    *)
  13. preserveClientIp : Values_0.Boolean.t option;
    (*

    Indicates whether your client's IP address is preserved as the source when you connect to a resource. The following are the possible values. true - Use the IP address of the client. Your instance must have an IPv4 address. false - Use the IP address of the network interface. Default: false

    *)
  14. securityGroupIds : Values_1.SecurityGroupIdSet.t option;
    (*

    The security groups associated with the endpoint. If you didn't specify a security group, the default security group for your VPC is associated with the endpoint.

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

    The tags assigned to the EC2 Instance Connect Endpoint.

    *)
  16. ipAddressType : Values_1.IpAddressType.t option;
    (*

    The IP address type of the endpoint.

    *)
  17. publicDnsNames : Values_1.InstanceConnectEndpointPublicDnsNames.t option;
    (*

    The public DNS names of the endpoint.

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

    The ID of the Availability Zone of the EC2 Instance Connect Endpoint.

    *)
}
Sourceval make : ?ownerId:??? -> ?instanceConnectEndpointId:??? -> ?instanceConnectEndpointArn:??? -> ?state:??? -> ?stateMessage:??? -> ?dnsName:??? -> ?fipsDnsName:??? -> ?networkInterfaceIds:??? -> ?vpcId:??? -> ?availabilityZone:??? -> ?createdAt:??? -> ?subnetId:??? -> ?preserveClientIp:??? -> ?securityGroupIds:??? -> ?tags:??? -> ?ipAddressType:??? -> ?publicDnsNames:??? -> ?availabilityZoneId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]) list | `Timestamp of Values_0.MillisecondDateTime.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