Module Values.UpdateOdbNetworkInputSource

Updates properties of a specified ODB network.

Sourcetype nonrec t = {
  1. odbNetworkId : ResourceIdOrArn.t;
    (*

    The unique identifier of the ODB network to update.

    *)
  2. displayName : ResourceDisplayName.t option;
    (*

    The new user-friendly name of the ODB network.

    *)
  3. peeredCidrsToBeAdded : StringList.t option;
    (*

    The list of CIDR ranges from the peered VPC that allow access to the ODB network.

    *)
  4. peeredCidrsToBeRemoved : StringList.t option;
    (*

    The list of CIDR ranges from the peered VPC to remove from the ODB network.

    *)
  5. s3Access : Access.t option;
    (*

    Specifies the updated configuration for Amazon S3 access from the ODB network.

    *)
  6. zeroEtlAccess : Access.t option;
    (*

    Specifies the updated configuration for Zero-ETL access from the ODB network.

    *)
  7. stsAccess : Access.t option;
    (*

    The Amazon Web Services Security Token Service (STS) access configuration for the ODB network.

    *)
  8. kmsAccess : Access.t option;
    (*

    The Amazon Web Services Key Management Service (KMS) access configuration for the ODB network.

    *)
  9. s3PolicyDocument : PolicyDocument.t option;
    (*

    Specifies the updated endpoint policy for Amazon S3 access from the ODB network.

    *)
  10. 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.

    *)
  11. kmsPolicyDocument : PolicyDocument.t option;
    (*

    The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.

    *)
  12. crossRegionS3RestoreSourcesToEnable : StringList.t option;
    (*

    The cross-Region Amazon S3 restore sources to enable for the ODB network.

    *)
  13. crossRegionS3RestoreSourcesToDisable : StringList.t option;
    (*

    The cross-Region Amazon S3 restore sources to disable for the ODB network.

    *)
}
Sourceval context_ : string
Sourceval make : ?displayName:??? -> ?peeredCidrsToBeAdded:??? -> ?peeredCidrsToBeRemoved:??? -> ?s3Access:??? -> ?zeroEtlAccess:??? -> ?stsAccess:??? -> ?kmsAccess:??? -> ?s3PolicyDocument:??? -> ?stsPolicyDocument:??? -> ?kmsPolicyDocument:??? -> ?crossRegionS3RestoreSourcesToEnable:??? -> ?crossRegionS3RestoreSourcesToDisable:??? -> odbNetworkId:ResourceIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of ResourceIdOrArn.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