Module Values.DynamodbTableConfigurationSource

The proposed access control configuration for a DynamoDB table or index. You can propose a configuration for a new DynamoDB table or index or an existing DynamoDB table or index that you own by specifying the policy for the DynamoDB table or index. For more information, see PutResourcePolicy. If the configuration is for an existing DynamoDB table or index and you do not specify the DynamoDB policy, then the access preview uses the existing DynamoDB policy for the table or index. If the access preview is for a new resource and you do not specify the policy, then the access preview assumes a DynamoDB table without a policy. To propose deletion of an existing DynamoDB table or index policy, you can specify an empty string for the DynamoDB policy.

Sourcetype nonrec t = {
  1. tablePolicy : DynamodbTablePolicy.t option;
    (*

    The proposed resource policy defining who can access or manage the DynamoDB table.

    *)
}
Sourceval make : ?tablePolicy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DynamodbTablePolicy.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