Values.CreateResourceConfigurationResponseSourceCreates a resource configuration. A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.
type nonrec t = {id : ResourceConfigurationId.t option;The ID of the resource configuration.
*)name : ResourceConfigurationName.t option;The name of the resource configuration.
*)arn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration.
*)resourceGatewayId : ResourceGatewayId.t option;The ID of the resource gateway associated with the resource configuration.
*)resourceConfigurationGroupId : ResourceConfigurationId.t option;The ID of the parent resource configuration of type GROUP.
*)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.
*)portRanges : PortRangeList.t option;The port range.
*)protocol : ProtocolType.t option;The protocol.
*)status : ResourceConfigurationStatus.t option;The current status of the resource configuration.
*)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.
*)createdAt : Timestamp.t option;The date and time that the resource configuration was created, in ISO-8601 format.
*)failureReason : String_.t option;The reason that the request failed.
*)customDomainName : DomainName.t option;The custom domain name for your resource configuration.
*)domainVerificationId : DomainVerificationId.t option;The domain name verification ID.
*)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.
*)domainVerificationArn : DomainVerificationArn.t option;The verification ID ARN
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?name:??? ->
?arn:??? ->
?resourceGatewayId:??? ->
?resourceConfigurationGroupId:??? ->
?type_:??? ->
?portRanges:??? ->
?protocol:??? ->
?status:??? ->
?resourceConfigurationDefinition:??? ->
?allowAssociationToShareableServiceNetwork:??? ->
?createdAt:??? ->
?failureReason:??? ->
?customDomainName:??? ->
?domainVerificationId:??? ->
?groupDomain:??? ->
?domainVerificationArn:??? ->
unit ->
tval 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 ]val 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 ]val 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 ]