Module Values.CreateResourceConfigurationResponseSource

Creates a resource configuration. A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.

Sourcetype nonrec t = {
  1. id : ResourceConfigurationId.t option;
    (*

    The ID of the resource configuration.

    *)
  2. name : ResourceConfigurationName.t option;
    (*

    The name of the resource configuration.

    *)
  3. arn : ResourceConfigurationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the resource configuration.

    *)
  4. resourceGatewayId : ResourceGatewayId.t option;
    (*

    The ID of the resource gateway associated with the resource configuration.

    *)
  5. resourceConfigurationGroupId : ResourceConfigurationId.t option;
    (*

    The ID of the parent resource configuration of type GROUP.

    *)
  6. type_ : ResourceConfigurationType.t option;
    (*

    The type of resource configuration. A resource configuration can be one of the following types: SINGLE - A single resource. GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration. CHILD - A single resource that is part of a group resource configuration. ARN - An Amazon Web Services resource.

    *)
  7. portRanges : PortRangeList.t option;
    (*

    The port range.

    *)
  8. protocol : ProtocolType.t option;
    (*

    The protocol.

    *)
  9. status : ResourceConfigurationStatus.t option;
    (*

    The current status of the resource configuration.

    *)
  10. resourceConfigurationDefinition : ResourceConfigurationDefinition.t option;
    (*

    Identifies the resource configuration in one of the following ways: Amazon Resource Name (ARN) - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN. Domain name - Any domain name that is publicly resolvable. IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.

    *)
  11. allowAssociationToShareableServiceNetwork : Boolean.t option;
    (*

    Specifies whether the resource configuration can be associated with a sharable service network.

    *)
  12. createdAt : Timestamp.t option;
    (*

    The date and time that the resource configuration was created, in ISO-8601 format.

    *)
  13. failureReason : String_.t option;
    (*

    The reason that the request failed.

    *)
  14. customDomainName : DomainName.t option;
    (*

    The custom domain name for your resource configuration.

    *)
  15. domainVerificationId : DomainVerificationId.t option;
    (*

    The domain name verification ID.

    *)
  16. groupDomain : DomainName.t option;
    (*

    (GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.

    *)
  17. domainVerificationArn : DomainVerificationArn.t option;
    (*

    The verification ID ARN

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?name:??? -> ?arn:??? -> ?resourceGatewayId:??? -> ?resourceConfigurationGroupId:??? -> ?type_:??? -> ?portRanges:??? -> ?protocol:??? -> ?status:??? -> ?resourceConfigurationDefinition:??? -> ?allowAssociationToShareableServiceNetwork:??? -> ?createdAt:??? -> ?failureReason:??? -> ?customDomainName:??? -> ?domainVerificationId:??? -> ?groupDomain:??? -> ?domainVerificationArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of PortRange.t ] list | `String of ResourceConfigurationId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of DomainName.t ]) list ]) list | `Timestamp of Timestamp.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