All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.infinispan-cachestore-dynamodb-config-1.4.xsd Maven / Gradle / Ivy

There is a newer version: 7.0
Show newest version


    

    

    
        
            

                
                    
                        
                            The DynamoDB endpoint. If set overrides region.
                        
                    
                

                
                    
                        
                            The DynamoDB region.
                        
                    
                

                
                    
                        
                            The required class for transforming between Infinispan entries
                            (key / value pairs and optional metadata) and a corresponding
                            DynamoDB item.
                        
                    
                

                
                    
                        
                            Optional class for executing direct queries against
                            DynamoDB. If set the list of indexed attributes
                            must also be specified.
                        
                    
                

                
                    
                        
                            Optional space or comma separated list of indexed
                            DynamoDB table attributes. Must be specified if a
                            query executor is set.
                        
                    
                

                
                    
                        
                            The read capacity to provision when creating a new
                            DynamoDB table and indices. Defaults to 1.
                        
                    
                

                
                    
                        
                            The write capacity to provision when creating a new
                            DynamoDB table and indices. Defaults to 1.
                        
                    
                

                
                    
                        
                            If true the DynamoDB table will be created with
                            encryption at rest. Defaults to false.
                        
                    
                

                
                    
                        
                            Optional DynamoDB table prefix.
                        
                    
                

                
                    
                        
                            Optional range key to apply to all DynamoDB
                            operations. If set must constitute a valid key
                            name.
                        
                    
                

                
                    
                        
                            The value of the optional range key. Its type must
                            be string.
                        
                    
                

                
                    
                        
                            If true the DynamoDB table will be created with an
                            enabled stream (intended for a global table).
                        
                    
                

                
                    
                        
                            If true continuous backups / point in time recovery
                            will be enabled for the DynamoDB table.
                        
                    
                

                
                    
                        
                            If true automatic expiration of items with a
                            specified TTL attribute will be enabled for the
                            DynamoDB table.
                        
                    
                

            
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy