type DataStructureInput struct {
    //List of map config for the cluster. For more information, see [Map Configuration](https://docs.cloud.hazelcast.com/docs/map-configurations)
    MapConfigs []MapConfigInput `json:"mapConfigs,omitempty"`
    //List of JCache config for the cluster. For more information, see [JCache](https://docs.cloud.hazelcast.com/docs/jcache)
    JcacheConfigs []JCacheConfigInput `json:"jcacheConfigs,omitempty"`