Values.ManagedServicesSourceThe managed services configuration for the ODB network.
type nonrec t = {serviceNetworkArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the service network.
*)resourceGatewayArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the resource gateway.
*)managedServicesIpv4Cidrs : StringList.t option;The IPv4 CIDR blocks for the managed services.
*)serviceNetworkEndpoint : ServiceNetworkEndpoint.t option;The service network endpoint configuration.
*)managedS3BackupAccess : ManagedS3BackupAccess.t option;The managed Amazon S3 backup access configuration.
*)zeroEtlAccess : ZeroEtlAccess.t option;The Zero-ETL access configuration.
*)s3Access : S3Access.t option;The Amazon S3 access configuration.
*)stsAccess : StsAccess.t option;The Amazon Web Services Security Token Service (STS) access configuration.
*)kmsAccess : KmsAccess.t option;The Amazon Web Services Key Management Service (KMS) access configuration.
*)crossRegionS3RestoreSourcesAccess : CrossRegionS3RestoreSourcesAccessList.t
option;The access configuration for the cross-Region Amazon S3 database restore source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of ResourceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]