Values.UpdateOdbNetworkInputSourceUpdates properties of a specified ODB network.
type nonrec t = {odbNetworkId : ResourceIdOrArn.t;The unique identifier of the ODB network to update.
*)displayName : ResourceDisplayName.t option;The new user-friendly name of the ODB network.
*)peeredCidrsToBeAdded : StringList.t option;The list of CIDR ranges from the peered VPC that allow access to the ODB network.
*)peeredCidrsToBeRemoved : StringList.t option;The list of CIDR ranges from the peered VPC to remove from the ODB network.
*)s3Access : Access.t option;Specifies the updated configuration for Amazon S3 access from the ODB network.
*)zeroEtlAccess : Access.t option;Specifies the updated configuration for Zero-ETL access from the ODB network.
*)stsAccess : Access.t option;The Amazon Web Services Security Token Service (STS) access configuration for the ODB network.
*)kmsAccess : Access.t option;The Amazon Web Services Key Management Service (KMS) access configuration for the ODB network.
*)s3PolicyDocument : PolicyDocument.t option;Specifies the updated endpoint policy for Amazon S3 access from the ODB network.
*)stsPolicyDocument : PolicyDocument.t option;The Amazon Web Services Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
*)kmsPolicyDocument : PolicyDocument.t option;The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
*)crossRegionS3RestoreSourcesToEnable : StringList.t option;The cross-Region Amazon S3 restore sources to enable for the ODB network.
*)crossRegionS3RestoreSourcesToDisable : StringList.t option;The cross-Region Amazon S3 restore sources to disable for the ODB network.
*)}val make :
?displayName:??? ->
?peeredCidrsToBeAdded:??? ->
?peeredCidrsToBeRemoved:??? ->
?s3Access:??? ->
?zeroEtlAccess:??? ->
?stsAccess:??? ->
?kmsAccess:??? ->
?s3PolicyDocument:??? ->
?stsPolicyDocument:??? ->
?kmsPolicyDocument:??? ->
?crossRegionS3RestoreSourcesToEnable:??? ->
?crossRegionS3RestoreSourcesToDisable:??? ->
odbNetworkId:ResourceIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of ResourceIdOrArn.t ])
list ]