Module Values.CreateResponderGatewayRequestSource

Creates a responder gateway. A domain name or managed endpoint is required.

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

    The unique identifier of the Virtual Private Cloud (VPC).

    *)
  2. subnetIds : CreateResponderGatewayRequestSubnetIdsList.t;
    (*

    The unique identifiers of the subnets.

    *)
  3. securityGroupIds : CreateResponderGatewayRequestSecurityGroupIdsList.t;
    (*

    The unique identifiers of the security groups.

    *)
  4. domainName : DomainName.t option;
    (*

    The domain name for the responder gateway.

    *)
  5. port : CreateResponderGatewayRequestPortInteger.t;
    (*

    The networking port to use.

    *)
  6. protocol : Protocol.t;
    (*

    The networking protocol to use.

    *)
  7. listenerConfig : ListenerConfig.t option;
  8. trustStoreConfiguration : TrustStoreConfiguration.t option;
    (*

    The configuration of the trust store.

    *)
  9. managedEndpointConfiguration : ManagedEndpointConfiguration.t option;
    (*

    The configuration for the managed endpoint.

    *)
  10. clientToken : String_.t;
    (*

    The unique client token.

    *)
  11. description : CreateResponderGatewayRequestDescriptionString.t option;
    (*

    An optional description for the responder gateway.

    *)
  12. tags : TagsMap.t option;
    (*

    A map of the key-value pairs of the tag or tags to assign to the resource.

    *)
  13. gatewayType : GatewayType.t option;
    (*

    The type of gateway. Valid values are EXTERNAL or INTERNAL.

    *)
}
Sourceval context_ : string
Sourceval make : ?domainName:??? -> ?listenerConfig:??? -> ?trustStoreConfiguration:??? -> ?managedEndpointConfiguration:??? -> ?description:??? -> ?tags:??? -> ?gatewayType:??? -> vpcId:VpcId.t -> subnetIds:CreateResponderGatewayRequestSubnetIdsList.t -> securityGroupIds:CreateResponderGatewayRequestSecurityGroupIdsList.t -> port:CreateResponderGatewayRequestPortInteger.t -> protocol:Protocol.t -> clientToken:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of CreateResponderGatewayRequestPortInteger.t | `List of [> `String of SubnetId.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of VpcId.t | `Structure of (string * [> `List of [> `Enum of string | `String of Base64EncodedCertificateChain.t ] list | `Structure of (string * [> `List of [> `String of AutoScalingGroupName.t ] list | `String of AutoScalingGroupsConfigurationRoleArnString.t | `Structure of (string * [> `Enum of string | `Integer of HealthCheckConfigPortInteger.t | `String of HealthCheckConfigPathString.t ]) 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